summaryrefslogtreecommitdiff
path: root/Src/signals.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-1/+1
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson1-1/+4
2002-05-2917250: dont't execsave()/execrestore() around synchronous trapsPeter Stephenson1-2/+12
2001-06-18more handler -> zhandlerPeter Stephenson1-3/+3
2001-06-18rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky1-2/+2
2001-06-13mod_export handlerPeter Stephenson1-1/+1
2001-05-23add mod_export in a couple of places where it was missingOliver Kiddle1-1/+1
2001-03-30Fix problem with traps not runing if shell exec'd final commandPeter Stephenson1-0/+16
2001-01-25make signal queueing variables be exported to modules (13384)Sven Wischnowsky1-3/+3
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-53/+25
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-9/+63
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer1-2/+1
2000-06-15Delete stray whitespace.Bart Schaefer1-1/+0
2000-06-1411906: yet two more saving trap bugsPeter Stephenson1-8/+14
2000-06-1411901: two more trap saving bugsPeter Stephenson1-1/+5
2000-06-1411895: trap exit problem when exiting from function scopePeter Stephenson1-2/+2
2000-06-0911839: endtrapscope() null pointer dereference preventionClint Adams1-1/+1
2000-06-0311736: Fix TRAPEXIT scoping.Bart Schaefer1-1/+1
2000-04-3011029: Some missing bits of merging 11015 with 11026.Bart Schaefer1-3/+0
2000-04-3011026: fix for unfunction of trap with localtraps bugPeter Stephenson1-12/+17
2000-04-2911015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer1-5/+17
2000-04-10detect ignored signals correctly (10625)Sven Wischnowsky1-61/+258
1999-04-15Initial revisionTanaka Akira1-0/+748