Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-02 | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 1 | -1/+4 | |
asynchronicity problem. Document workarounds for remaining problems. | |||||
2002-05-29 | 17250: dont't execsave()/execrestore() around synchronous traps | Peter Stephenson | 1 | -2/+12 | |
2001-06-18 | more handler -> zhandler | Peter Stephenson | 1 | -3/+3 | |
2001-06-18 | rename handler() to zhandler() because it's now exported to modules (14951) | Sven Wischnowsky | 1 | -2/+2 | |
2001-06-13 | mod_export handler | Peter Stephenson | 1 | -1/+1 | |
2001-05-23 | add mod_export in a couple of places where it was missing | Oliver Kiddle | 1 | -1/+1 | |
2001-03-30 | Fix problem with traps not runing if shell exec'd final command | Peter Stephenson | 1 | -0/+16 | |
2001-01-25 | make signal queueing variables be exported to modules (13384) | Sven Wischnowsky | 1 | -3/+3 | |
2001-01-16 | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 1 | -53/+25 | |
signal handlers are only executed when it is safe to run them (13365) | |||||
2000-11-11 | Sven: 13108: Handle traps synchronously | Peter Stephenson | 1 | -9/+63 | |
pws: 13109, 13111: clear up zle display when output produced in trap. | |||||
2000-10-02 | Change some zerr to zwarn for consistency. | Bart Schaefer | 1 | -2/+1 | |
2000-06-15 | Delete stray whitespace. | Bart Schaefer | 1 | -1/+0 | |
2000-06-14 | 11906: yet two more saving trap bugs | Peter Stephenson | 1 | -8/+14 | |
2000-06-14 | 11901: two more trap saving bugs | Peter Stephenson | 1 | -1/+5 | |
2000-06-14 | 11895: trap exit problem when exiting from function scope | Peter Stephenson | 1 | -2/+2 | |
2000-06-09 | 11839: endtrapscope() null pointer dereference prevention | Clint Adams | 1 | -1/+1 | |
2000-06-03 | 11736: Fix TRAPEXIT scoping. | Bart Schaefer | 1 | -1/+1 | |
2000-04-30 | 11029: Some missing bits of merging 11015 with 11026. | Bart Schaefer | 1 | -3/+0 | |
2000-04-30 | 11026: fix for unfunction of trap with localtraps bug | Peter Stephenson | 1 | -12/+17 | |
2000-04-29 | 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm not | Bart Schaefer | 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(). | |||||
2000-04-10 | detect ignored signals correctly (10625) | Sven Wischnowsky | 1 | -61/+258 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+748 | |