aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/signal.c
Commit message (Expand)AuthorAgeFilesLines
* util.pposix, configure: Move _GNU_SOURCE macro into source filesKim Alvefur2017-03-011-0/+2
* util-src/*.c: Attach pointer * to name instead of typeKim Alvefur2017-02-121-11/+11
* util-src: Make C modules assert that the Lua runtime matches what it was comp...Kim Alvefur2017-01-081-0/+3
* util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to supp...Kim Alvefur2015-04-261-3/+3
* util-src/*.c: Per convention call luaL_error() as argument to returnFlorian Zeitz2015-04-031-3/+4
* util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break...Kim Alvefur2015-04-031-252/+249
* util-src/*.c: Add macro for compiling with Lua 5.2Kim Alvefur2014-09-171-0/+4
* util-src/*.c: Use the more concise lua_setfieldKim Alvefur2014-09-171-1/+1
* util-src/*.c: Don't create globals when loadedKim Alvefur2014-09-161-1/+2
* util.signal: Moved a variable declaration to the top of a function, for ANSI ...Waqas Hussain2010-06-201-1/+1
* util.signal: Removed #include <sys/param.h>, as it appears unnecessary.Waqas Hussain2010-06-201-4/+0
* util.signal: Make kill() available on OS X (thanks darkrain).Waqas Hussain2010-06-201-3/+3
* util.signal: Make kill() available on OpenBSD, NetBSD (thanks Florob, filip).Waqas Hussain2010-06-151-2/+6
* util.signal: Using stdlib.h instead of malloc.h.Tobias Markmann2010-01-151-1/+1
* util.signal: Restore the old debug hook earlier, just in case we receive anot...Matthew Wild2010-01-101-2/+3
* util.signal: Update version in header, and author's emailMatthew Wild2010-01-101-2/+2
* util.signal: Queue up multiple signals, instead of trampling on the previous ...Matthew Wild2010-01-101-20/+44
* util.signal: Update header comment for new filenameMatthew Wild2009-12-301-1/+1
* util.signal: Make kill() available on Solaris; really fixes #136.Waqas Hussain2009-12-091-1/+1
* util-src/Makefile: Clean up makefile, rename lsignal.c to signal.cBrian Cully2009-12-041-0/+387