maint: update copyright
[gnulib.git] / lib / fatal-signal.c
2014-01-01 Eric Blakemaint: update copyright
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-11-30 Paul Eggertdup, execute, fatal-signal, etc.: no 'static inline'
2012-02-08 Akim Demaillefatal-signal: use C prototypes (with explicit void).
2012-01-07 Bruno HaibleTalk about "native Windows API", not "Woe32".
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-08-31 Bruno HaibleOops, mistake in last commit.
2008-08-31 Bruno HaibleDon't override previously installed signal handlers.
2008-06-23 Bruno HaibleReenter the fatal_signal_handler in case of nested...
2008-06-21 Eric BlakeUse sigaction module rather than signal().
2008-06-19 Bruno HaibleAdd a comment.
2008-06-16 Eric BlakeUse raise module consistently.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-05-01 Bruno Haiblesigprocmask.h is replaced with <signal.h>.
2006-11-06 Bruno HaibleSimplify xmalloc expressions. Add overflow check in...
2006-10-31 Bruno HaibleMake it compile in C++ mode.
2006-10-16 Bruno HaibleNew module 'sigprocmask'.
2006-10-05 Bruno HaibleHandle the Woe32 SIGBREAK too.
2006-09-14 Bruno HaibleInclude <config.h> unconditionally.
2006-07-22 Bruno HaibleMerge from gettext 0.15: Be more careful to use 'volatile'.
2006-04-24 Bruno HaibleInclude <unistd.h> unconditionally.
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-05-14 Paul Eggert*** empty log message ***
2004-12-18 Bruno HaiblePortability fix: Don't assume sigaction(). (mingw doesn...
2004-12-18 Bruno HaibleSignals whose handler is set to SIG_IGN are not fatal.
2003-10-14 Bruno HaibleImproved 'fatal-signal' module.
2003-10-06 Bruno HaibleNew module 'fatal-signal'.