aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/lsignal.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Make kill() available on Solaris; really fixes #136.Waqas Hussain2009-12-091-1/+1
* util.signal: Change ifdef to allow signal.kill() on Solaris (thanks Filip)Matthew Wild2009-09-291-1/+1
* util.lsignal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-0/+387