summaryrefslogtreecommitdiff
path: root/lib/c-stack.c
Commit message (Expand)AuthorAgeFilesLines
* Port modules to use getprogname explicitlyPino Toscano2016-09-051-3/+2
* 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
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* c-stack: use _NoreturnPaul Eggert2011-07-121-7/+3
* c-stack: stop worrying about stack directionPaul Eggert2011-06-201-22/+3
* c-stack: fix regression on cygwin when libsigsegv is presentEric Blake2011-01-251-2/+2
* c-stack: assume stack overflow if SA_SIGINFO unsupportedEric Blake2011-01-191-5/+11
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* c-stack: work around libsigsegv 2.8 bugEric Blake2010-10-211-0/+6
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-15/+15
* c-stack: avoid defining an unused static functionJim Meyering2009-11-221-0/+2
* c-stack: avoid "ignoring return value of `write'" warningJim Meyering2009-11-211-4/+5
* errno: use consistentlyEric Blake2009-09-021-3/+0
* On HP-UX, don't pretend it was a SIGSEGV when it was a stack overflow.Bruno Haible2009-01-241-14/+14
* unistd: guarantee STDIN_FILENO here, for OS/2 EMXEric Blake2009-01-191-4/+2
* Make c-stack work on Haiku.Ingo Weinhold2008-12-231-1/+4
* Treat SIGBUS like SIFSEGV on platforms that need it.Bruno Haible2008-12-061-0/+4
* c-stack: work around Irix sigaltstack bugEric Blake2008-09-231-0/+7
* c-stack: test that stack overflow can be caughtEric Blake2008-08-251-3/+5
* Improve documentation.Bruno Haible2008-07-201-30/+0
* Make c-stack use libsigsegv, when available.Eric Blake2008-07-171-22/+128
* Use sigaction module rather than signal().Eric Blake2008-06-211-18/+15
* Simplify c-stack prerequisites.Eric Blake2008-06-171-10/+2
* Move c-stack test into testsuite.Eric Blake2008-06-171-40/+0
* Use 'raise'.Bruno Haible2008-04-291-1/+1
* Remove EOVERFLOW override.Bruno Haible2008-03-301-3/+0
* Don't redefine __attribute__ without a need.Bruno Haible2008-01-131-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+2
* * lib/c-stack.c: Include unistd.h unconditionally, since we now assumePaul Eggert2006-03-081-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
* Fix c-stack.c portability bug on IRIX 5.3.Paul Eggert2004-03-071-4/+11
* Merge from diffutils.Paul Eggert2004-01-181-158/+27
* Include sys/time.h.Jim Meyering2002-07-011-0/+6
* (segv_handler, c_stack_action) [! defined SA_SIGINFO]:Jim Meyering2002-06-221-2/+2
* New file, from diffutils-2.8.2.Jim Meyering2002-06-221-0/+429