summaryrefslogtreecommitdiff
path: root/lib/fatal-signal.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* fatal-signal: Remove dependency upon xalloc.Bruno Haible2021-03-221-4/+14
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* thread-optim: Export function-like macros only.Bruno Haible2020-08-121-9/+9
* fatal-signal: Use module 'thread-optim'.Bruno Haible2020-08-081-6/+13
* clean-temp: Make multithread-safe, part 2.Bruno Haible2020-07-041-0/+7
* fatal-signal: Make multithread-safe.Bruno Haible2020-07-041-12/+19
* fatal-signal: Make multithread-safe.Bruno Haible2020-06-281-0/+7
* fatal-signal: Make multithread-safe.Bruno Haible2020-06-271-4/+35
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Help making signal handlers more reliable.Bruno Haible2019-03-191-3/+3
* fatal-signal: Pass the signal number to the action.Bruno Haible2019-03-161-2/+2
* fatal-signal: Add function that lists the fatal signals.Bruno Haible2019-03-161-0/+17
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-291-2/+2
* fatal-signal: use C prototypes (with explicit void).Akim Demaille2012-02-081-5/+5
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-24/+24
* Oops, mistake in last commit.Bruno Haible2008-08-311-1/+1
* Don't override previously installed signal handlers.Bruno Haible2008-08-311-6/+18
* Reenter the fatal_signal_handler in case of nested signal.Bruno Haible2008-06-231-6/+8
* Use sigaction module rather than signal().Eric Blake2008-06-211-13/+17
* Add a comment.Bruno Haible2008-06-191-0/+4
* Use raise module consistently.Eric Blake2008-06-161-5/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* sigprocmask.h is replaced with <signal.h>.Bruno Haible2007-05-011-2/+1
* 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