about summary refs log tree commit diff
path: root/Src/signals.c
Commit message (Expand)AuthorAgeFilesLines
* Guillaume Chazarain: 23364: fix race in POSIX signal blockingPeter Stephenson2007-05-011-20/+13
* Mark an arg as UNUSED().Wayne Davison2007-01-261-1/+1
* 23101: various combinations of ZERR with function returns were feature-riddenPeter Stephenson2007-01-121-1/+7
* document OS may handle negative or zero PID in killPeter Stephenson2006-12-191-49/+99
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-4/+4
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-4/+4
* 22317: exit status from code backgrounded in functionPeter Stephenson2006-03-021-20/+39
* 21814: error handling for traps in "always" constructs.Bart Schaefer2005-12-151-2/+7
* 21197: Fix LOCAL_TRAPS inside another trapPeter Stephenson2005-04-271-1/+8
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-061-22/+66
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-1/+1
* 20576: fix core dump on TRAPEXITPeter Stephenson2004-11-231-1/+13
* 20572: Allow alternative signal namesPeter Stephenson2004-11-221-9/+6
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-081-13/+26
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-2/+2
* 20221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson2004-07-291-3/+8
* 20198: fix TRAPEXIT.Peter Stephenson2004-07-261-3/+4
* Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson2004-05-021-23/+19
* 19809: improve NO_TRAPS_ASYNC by queueing traps alonePeter Stephenson2004-04-211-2/+21
* zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson2004-04-191-2/+3
* 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