summaryrefslogtreecommitdiff
path: root/lib/fatal-signal.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify xmalloc expressions. Add overflow check in xmalloc arguments.Bruno Haible2006-11-061-2/+1
* Make it compile in C++ mode.Bruno Haible2006-10-311-0/+1
* New module 'sigprocmask'.Bruno Haible2006-10-161-19/+1
* Handle the Woe32 SIGBREAK too.Bruno Haible2006-10-051-0/+4
* Include <config.h> unconditionally.Bruno Haible2006-09-141-3/+1
* Merge from gettext 0.15: Be more careful to use 'volatile'.Bruno Haible2006-07-221-3/+7
* Include <unistd.h> unconditionally.Bruno Haible2006-04-241-4/+2
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Portability fix: Don't assume sigaction(). (mingw doesn't have it.)Bruno Haible2004-12-181-0/+2
* Signals whose handler is set to SIG_IGN are not fatal.Bruno Haible2004-12-181-5/+34
* Improved 'fatal-signal' module.Bruno Haible2003-10-141-11/+32
* New module 'fatal-signal'.Bruno Haible2003-10-061-0/+232