summaryrefslogtreecommitdiff
path: root/lib/c-stack.c
Commit message (Expand)AuthorAgeFilesLines
* 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