summaryrefslogtreecommitdiff
path: root/bin/ksh/trap.c
AgeCommit message (Expand)Author
2015-12-14Move system headers from sh.h to those files that actually need them.tb
2015-11-12Use isdigit() instead of ksh's homebrewed alternative.mmcc
2015-10-19Move string.h include from sh.h to the files that use it.mmcc
2015-10-09remove null check before afree. from Michael McConvilleTed Unangst
2015-09-18Last of the (thing *)0 -> NULL, from Michael McConville. No binaryNicholas Marriott
2015-09-15correct spelling of NULL from (char *)0. from Michael McConville.Ted Unangst
2010-05-19properly keep track of the line number after a trap.Jasper Lievisse Adriaanse
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt
2005-02-25knfTheo de Raadt
2004-12-28ansi. No binary change.Jonathan Gray
2004-12-22Use sys_signame and sys_siglist instead of building a list of signalTodd C. Miller
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-18Use the BSD sig_t instead of homegrown handler_tTodd C. Miller
2004-12-18deregisterTodd C. Miller
2004-12-18Get rid of #ifdef KSH since we don't care about building a V7 style sh andTodd C. Miller
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
2003-02-28typos; from Brian PooleJason McIntyre
2001-12-18another errno save situationTheo de Raadt
2001-09-19occured->occurredMike Pechkin
1999-01-19Updates from pdksh-unstable-5.2.13.7. Most notable change is:Todd C. Miller
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd C. Miller
1998-12-21correct built-in killTheo de Raadt
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-08-05make signal handlers errno safeTheo de Raadt
1997-06-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs