Log

util-src/signal.c @ 7945:1f4a0e0b7167

description author age
util.pposix, configure: Move _GNU_SOURCE macro into source files Kim Alvefur 2017-03-01
util-src/*.c: Attach pointer * to name instead of type Kim Alvefur 2017-02-12
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur 2017-01-08
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1 Kim Alvefur 2015-04-26
util-src/*.c: Per convention call luaL_error() as argument to return Florian Zeitz 2015-04-03
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux Kim Alvefur 2015-04-03
util-src/*.c: Add macro for compiling with Lua 5.2 Kim Alvefur 2014-09-17
util-src/*.c: Use the more concise lua_setfield Kim Alvefur 2014-09-17
util-src/*.c: Don't create globals when loaded Kim Alvefur 2014-09-16
util.signal: Moved a variable declaration to the top of a function, for ANSI C compliance. Waqas Hussain 2010-06-19
util.signal: Removed #include <sys/param.h>, as it appears unnecessary. Waqas Hussain 2010-06-19
util.signal: Make kill() available on OS X (thanks darkrain). Waqas Hussain 2010-06-19
util.signal: Make kill() available on OpenBSD, NetBSD (thanks Florob, filip). Waqas Hussain 2010-06-15
util.signal: Using stdlib.h instead of malloc.h. Tobias Markmann 2010-01-15
util.signal: Restore the old debug hook earlier, just in case we receive another signal between clearing the signal queue and restoring it Matthew Wild 2010-01-10