Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -22/+66 |
| | | | | (now traplists); improve trap tests | ||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -1/+1 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20576: fix core dump on TRAPEXIT | Peter Stephenson | 2004-11-23 | 1 | -1/+13 |
| | |||||
* | 20572: Allow alternative signal names | Peter Stephenson | 2004-11-22 | 1 | -9/+6 |
| | |||||
* | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 2004-10-08 | 1 | -13/+26 |
| | |||||
* | 20462: Use getrusage for timing again. | Peter Stephenson | 2004-10-07 | 1 | -2/+2 |
| | | | | Time processes from before rather than after fork. | ||||
* | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 2004-07-29 | 1 | -3/+8 |
| | |||||
* | 20198: fix TRAPEXIT. | Peter Stephenson | 2004-07-26 | 1 | -3/+4 |
| | |||||
* | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 2004-05-02 | 1 | -23/+19 |
| | |||||
* | 19809: improve NO_TRAPS_ASYNC by queueing traps alone | Peter Stephenson | 2004-04-21 | 1 | -2/+21 |
| | |||||
* | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 2004-04-19 | 1 | -2/+3 |
| | |||||
* | 19682: Don't run ZERR, DEBUG or EXIT traps inside other traps. | Peter Stephenson | 2004-03-25 | 1 | -1/+23 |
| | |||||
* | 19575: Fix problem with trap on EXIT overriding status | Peter Stephenson | 2004-03-10 | 1 | -18/+35 |
| | |||||
* | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 2003-05-02 | 1 | -1/+4 |
| | | | | asynchronicity problem. Document workarounds for remaining problems. | ||||
* | 17250: dont't execsave()/execrestore() around synchronous traps | Peter Stephenson | 2002-05-29 | 1 | -2/+12 |
| | |||||
* | more handler -> zhandler | Peter Stephenson | 2001-06-18 | 1 | -3/+3 |
| | |||||
* | rename handler() to zhandler() because it's now exported to modules (14951) | Sven Wischnowsky | 2001-06-18 | 1 | -2/+2 |
| | |||||
* | mod_export handler | Peter Stephenson | 2001-06-13 | 1 | -1/+1 |
| | |||||
* | add mod_export in a couple of places where it was missing | Oliver Kiddle | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | Fix problem with traps not runing if shell exec'd final command | Peter Stephenson | 2001-03-30 | 1 | -0/+16 |
| | |||||
* | make signal queueing variables be exported to modules (13384) | Sven Wischnowsky | 2001-01-25 | 1 | -3/+3 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -53/+25 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -9/+63 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | Change some zerr to zwarn for consistency. | Bart Schaefer | 2000-10-02 | 1 | -2/+1 |
| | |||||
* | Delete stray whitespace. | Bart Schaefer | 2000-06-15 | 1 | -1/+0 |
| | |||||
* | 11906: yet two more saving trap bugs | Peter Stephenson | 2000-06-14 | 1 | -8/+14 |
| | |||||
* | 11901: two more trap saving bugs | Peter Stephenson | 2000-06-14 | 1 | -1/+5 |
| | |||||
* | 11895: trap exit problem when exiting from function scope | Peter Stephenson | 2000-06-14 | 1 | -2/+2 |
| | |||||
* | 11839: endtrapscope() null pointer dereference prevention | Clint Adams | 2000-06-09 | 1 | -1/+1 |
| | |||||
* | 11736: Fix TRAPEXIT scoping. | Bart Schaefer | 2000-06-03 | 1 | -1/+1 |
| | |||||
* | 11029: Some missing bits of merging 11015 with 11026. | Bart Schaefer | 2000-04-30 | 1 | -3/+0 |
| | |||||
* | 11026: fix for unfunction of trap with localtraps bug | Peter Stephenson | 2000-04-30 | 1 | -12/+17 |
| | |||||
* | 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm not | Bart Schaefer | 2000-04-29 | 1 | -5/+17 |
| | | | | | very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash(). | ||||
* | detect ignored signals correctly (10625) | Sven Wischnowsky | 2000-04-10 | 1 | -61/+258 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+748 |