prosody
log
graph
tags
bookmarks
branches
06635b834e76
browse
changeset
util-src/signal.c
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util-src/signal.c @ 4945:
06635b834e76
less
more
|
(0)
tip
description
author
age
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
less
more
|
(0)
tip