aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/lsignal.c
Commit message (Collapse)AuthorAgeFilesLines
* util.signal: Restore the old debug hook earlier, just in case we receive ↵Matthew Wild2010-01-101-2/+3
| | | | another signal between clearing the signal queue and restoring it
* 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
| | | | debug hook (and never clearing our own)
* 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