summaryrefslogtreecommitdiff
path: root/Src/signals.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-2721197: Fix LOCAL_TRAPS inside another trapPeter Stephenson1-1/+8
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson1-22/+66
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-1/+1
2004-11-2320576: fix core dump on TRAPEXITPeter Stephenson1-1/+13
2004-11-2220572: Allow alternative signal namesPeter Stephenson1-9/+6
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson1-13/+26
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-2/+2
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson1-3/+8
2004-07-2620198: fix TRAPEXIT.Peter Stephenson1-3/+4
2004-05-02Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson1-23/+19
2004-04-2119809: improve NO_TRAPS_ASYNC by queueing traps alonePeter Stephenson1-2/+21
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson1-2/+3
2004-03-2519682: Don't run ZERR, DEBUG or EXIT traps inside other traps.Peter Stephenson1-1/+23
2004-03-1019575: Fix problem with trap on EXIT overriding statusPeter Stephenson1-18/+35
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