Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-07 | 38094: Fix POSIX EXIT traps defined in function. | Peter Stephenson | 1 | -2/+20 | |
These aren't local, so set the local level to 0; else they can get overridden incorrectly. | |||||
2016-02-25 | 38024: Improve POSIX and native EXIT traps compatibility. | Peter Stephenson | 1 | -0/+17 | |
Allow a nested function trap to leave save and restore a POSIX trap. Still fails if the POSIX trap was defined in a function. | |||||
2016-02-17 | 37999: Sticky behaviour of EXIT traps. | Peter Stephenson | 1 | -0/+20 | |
They now have POSIX or non-POSIX behaviour based on the setting of POSIX_TRAPS where the trap was defined, rather than where the trap would (or would not) be executed. Tweaks possible. | |||||
2015-10-03 | unposted: back out 36707, add test case for 36766 | Barton E. Schaefer | 1 | -0/+14 | |
2015-08-09 | unposted: add tests for outputting traps specified via aliases | Mikael Magnusson | 1 | -0/+11 | |
2015-07-09 | 35751: Fix ERR_RETURN and ERR_EXIT in "else" | Peter Stephenson | 1 | -0/+40 | |
2012-12-13 | 30876: fix obscure failures to propagate non-zero status | Peter Stephenson | 1 | -0/+11 | |
from optimised simple commands within lists | |||||
2010-09-12 | 28253: document -h argument to atribute commands | Peter Stephenson | 1 | -0/+17 | |
2010-05-10 | c.f. 27950: strip bogus whitespace from tests | Peter Stephenson | 1 | -4/+4 | |
2010-05-05 | 27947: some cases where we should execute EXIT traps | Peter Stephenson | 1 | -0/+20 | |
2008-08-31 | 25571: when parsing use line numbers for the start of a token, not the end | Peter Stephenson | 1 | -88/+0 | |
add test and move debug trap tests to new file | |||||
2008-08-31 | 25570: line numbers of complex sublists were wrong, plus test | Peter Stephenson | 1 | -0/+10 | |
make lineno zlong in another place | |||||
2008-08-25 | 25532: problem skipping assignments etc. with setopt ERREXIT | Peter Stephenson | 1 | -0/+14 | |
2008-08-07 | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 1 | -0/+13 | |
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code. | |||||
2008-08-06 | 25400: Rockys test for second part of trapreturn bug | Peter Stephenson | 1 | -0/+14 | |
2008-08-05 | 25392: test for 25367 | Peter Stephenson | 1 | -0/+38 | |
2007-05-29 | 23486: use {fd} syntax to get fd's for tests | Peter Stephenson | 1 | -3/+3 | |
2007-01-12 | 23101: various combinations of ZERR with function returns were feature-ridden | Peter Stephenson | 1 | -0/+63 | |
2006-03-03 | 22277: missed bit | Peter Stephenson | 1 | -0/+34 | |
2005-08-09 | 21580: Thorsten's patch to make sure that no pre-existing traps | Wayne Davison | 1 | -1/+4 | |
interfere with the tests. | |||||
2005-05-01 | 21215: clean up after autoloaded trap test | Bart Schaefer | 1 | -2/+6 | |
2005-04-13 | 21136: don't leave TRAPEXIT lying around in Test directory | Peter Stephenson | 1 | -2/+2 | |
2005-02-06 | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 1 | -2/+32 | |
(now traplists); improve trap tests | |||||
2004-07-26 | 20198: fix TRAPEXIT. | Peter Stephenson | 1 | -0/+7 | |
2004-03-10 | 19575: Fix problem with trap on EXIT overriding status | Peter Stephenson | 1 | -0/+16 | |
2001-10-01 | test EXIT trap fix | Peter Stephenson | 1 | -0/+12 | |
2001-04-02 | moved from ./Test/08traps.ztst | Sven Wischnowsky | 1 | -0/+186 | |