Log

util-src/signal.c @ 9599:5a2135964ed3 0.11

description author age
pposix, signal: Ignore unused arguments. Emmanuel Gil Peyrot 2018-08-08
net, pposix, signal: Check for redefined defines, fix warnings. Emmanuel Gil Peyrot 2018-08-08
util.signal: Fix loop (fixes #1047) Kim Alvefur 2017-11-30
util.signal: Use a static array to keep track of pending signals (fixes #1029) Kim Alvefur 2017-11-14
util.signal: Enable all GNU features, _DEFAULT_SOURCE doesn't have the desired effect before glibc 2.19 Kim Alvefur 2017-03-12
util.signal: Restore non-standard GNU "default" behaviour of signal(2) Kim Alvefur 2017-03-11
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
util.signal: Update version in header, and author's email Matthew Wild 2010-01-10
util.signal: Queue up multiple signals, instead of trampling on the previous debug hook (and never clearing our own) Matthew Wild 2010-01-10
util.signal: Update header comment for new filename Matthew Wild 2009-12-30
util.signal: Make kill() available on Solaris; really fixes #136. Waqas Hussain 2009-12-09
util-src/Makefile: Clean up makefile, rename lsignal.c to signal.c base util-src/lsignal.c@8cbf23877ae4 Brian Cully 2009-12-04