about summary refs log tree commit diff
path: root/Src/signals.c
Commit message (Expand)AuthorAgeFilesLines
...
* 19682: Don't run ZERR, DEBUG or EXIT traps inside other traps.Peter Stephenson2004-03-251-1/+23
* 19575: Fix problem with trap on EXIT overriding statusPeter Stephenson2004-03-101-18/+35
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-1/+1
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-1/+4
* 17250: dont't execsave()/execrestore() around synchronous trapsPeter Stephenson2002-05-291-2/+12
* more handler -> zhandlerPeter Stephenson2001-06-181-3/+3
* rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky2001-06-181-2/+2
* mod_export handlerPeter Stephenson2001-06-131-1/+1
* add mod_export in a couple of places where it was missingOliver Kiddle2001-05-231-1/+1
* Fix problem with traps not runing if shell exec'd final commandPeter Stephenson2001-03-301-0/+16
* make signal queueing variables be exported to modules (13384)Sven Wischnowsky2001-01-251-3/+3
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-53/+25
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-9/+63
* Change some zerr to zwarn for consistency.Bart Schaefer2000-10-021-2/+1
* Delete stray whitespace.Bart Schaefer2000-06-151-1/+0
* 11906: yet two more saving trap bugsPeter Stephenson2000-06-141-8/+14
* 11901: two more trap saving bugsPeter Stephenson2000-06-141-1/+5
* 11895: trap exit problem when exiting from function scopePeter Stephenson2000-06-141-2/+2
* 11839: endtrapscope() null pointer dereference preventionClint Adams2000-06-091-1/+1
* 11736: Fix TRAPEXIT scoping.Bart Schaefer2000-06-031-1/+1
* 11029: Some missing bits of merging 11015 with 11026.Bart Schaefer2000-04-301-3/+0
* 11026: fix for unfunction of trap with localtraps bugPeter Stephenson2000-04-301-12/+17
* 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer2000-04-291-5/+17
* detect ignored signals correctly (10625)Sven Wischnowsky2000-04-101-61/+258
* Initial revisionTanaka Akira1999-04-151-0/+748