log lib/fatal-signal.c @ 40238:3ac749aa0041

age author description
Sat, 16 Mar 2019 22:56:21 +0100 Bruno Haible fatal-signal: Pass the signal number to the action.
Sat, 16 Mar 2019 17:48:06 +0100 Bruno Haible fatal-signal: Add function that lists the fatal signals.
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:09 -0800 Paul Eggert dup, execute, fatal-signal, etc.: no 'static inline'
Wed, 08 Feb 2012 10:36:20 +0100 Akim Demaille fatal-signal: use C prototypes (with explicit void).
Sat, 07 Jan 2012 04:22:05 +0100 Bruno Haible Talk about "native Windows API", not "Woe32".
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 31 Aug 2008 16:33:55 +0200 Bruno Haible Oops, mistake in last commit.
Sun, 31 Aug 2008 16:05:16 +0200 Bruno Haible Don't override previously installed signal handlers.
Mon, 23 Jun 2008 22:33:28 +0200 Bruno Haible Reenter the fatal_signal_handler in case of nested signal.
Sat, 21 Jun 2008 07:08:49 -0600 Eric Blake Use sigaction module rather than signal().
Thu, 19 Jun 2008 03:34:29 +0200 Bruno Haible Add a comment.
Mon, 16 Jun 2008 16:45:09 -0600 Eric Blake Use raise module consistently.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Tue, 01 May 2007 19:20:18 +0000 Bruno Haible sigprocmask.h is replaced with <signal.h>.
Mon, 06 Nov 2006 13:03:10 +0000 Bruno Haible Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Tue, 31 Oct 2006 19:18:54 +0000 Bruno Haible Make it compile in C++ mode.
Mon, 16 Oct 2006 11:55:35 +0000 Bruno Haible New module 'sigprocmask'.
Thu, 05 Oct 2006 12:40:48 +0000 Bruno Haible Handle the Woe32 SIGBREAK too.
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Sat, 22 Jul 2006 14:44:27 +0000 Bruno Haible Merge from gettext 0.15: Be more careful to use 'volatile'.
Mon, 24 Apr 2006 11:38:06 +0000 Bruno Haible Include <unistd.h> unconditionally.
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Sat, 18 Dec 2004 18:27:48 +0000 Bruno Haible Portability fix: Don't assume sigaction(). (mingw doesn't have it.)
Sat, 18 Dec 2004 18:20:45 +0000 Bruno Haible Signals whose handler is set to SIG_IGN are not fatal.
Tue, 14 Oct 2003 12:09:12 +0000 Bruno Haible Improved 'fatal-signal' module.
Mon, 06 Oct 2003 12:50:11 +0000 Bruno Haible New module 'fatal-signal'.