| Commit message (Expand) | Author | Age | Files | Lines |
* | util.signal: Enable all GNU features, _DEFAULT_SOURCE doesn't have the desire... | Kim Alvefur | 2017-03-12 | 1 | -1/+1 |
* | util.signal: Restore non-standard GNU "default" behaviour of signal(2) | Kim Alvefur | 2017-03-11 | 1 | -1/+1 |
* | util.pposix, configure: Move _GNU_SOURCE macro into source files | Kim Alvefur | 2017-03-01 | 1 | -0/+2 |
* | util-src/*.c: Attach pointer * to name instead of type | Kim Alvefur | 2017-02-12 | 1 | -11/+11 |
* | util-src: Make C modules assert that the Lua runtime matches what it was comp... | Kim Alvefur | 2017-01-08 | 1 | -0/+3 |
* | util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to supp... | Kim Alvefur | 2015-04-26 | 1 | -3/+3 |
* | util-src/*.c: Per convention call luaL_error() as argument to return | Florian Zeitz | 2015-04-03 | 1 | -3/+4 |
* | util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break... | Kim Alvefur | 2015-04-03 | 1 | -252/+249 |
* | util-src/*.c: Add macro for compiling with Lua 5.2 | Kim Alvefur | 2014-09-17 | 1 | -0/+4 |
* | util-src/*.c: Use the more concise lua_setfield | Kim Alvefur | 2014-09-17 | 1 | -1/+1 |
* | util-src/*.c: Don't create globals when loaded | Kim Alvefur | 2014-09-16 | 1 | -1/+2 |
* | util.signal: Moved a variable declaration to the top of a function, for ANSI ... | Waqas Hussain | 2010-06-20 | 1 | -1/+1 |
* | util.signal: Removed #include <sys/param.h>, as it appears unnecessary. | Waqas Hussain | 2010-06-20 | 1 | -4/+0 |
* | util.signal: Make kill() available on OS X (thanks darkrain). | Waqas Hussain | 2010-06-20 | 1 | -3/+3 |
* | util.signal: Make kill() available on OpenBSD, NetBSD (thanks Florob, filip). | Waqas Hussain | 2010-06-15 | 1 | -2/+6 |
* | util.signal: Using stdlib.h instead of malloc.h. | Tobias Markmann | 2010-01-15 | 1 | -1/+1 |
* | util.signal: Restore the old debug hook earlier, just in case we receive anot... | Matthew Wild | 2010-01-10 | 1 | -2/+3 |
* | util.signal: Update version in header, and author's email | Matthew Wild | 2010-01-10 | 1 | -2/+2 |
* | util.signal: Queue up multiple signals, instead of trampling on the previous ... | Matthew Wild | 2010-01-10 | 1 | -20/+44 |
* | util.signal: Update header comment for new filename | Matthew Wild | 2009-12-30 | 1 | -1/+1 |
* | util.signal: Make kill() available on Solaris; really fixes #136. | Waqas Hussain | 2009-12-09 | 1 | -1/+1 |
* | util-src/Makefile: Clean up makefile, rename lsignal.c to signal.c | Brian Cully | 2009-12-04 | 1 | -0/+387 |