<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Test/C03traps.ztst, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Test/C03traps.ztst?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Test/C03traps.ztst?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2020-02-02T18:05:47Z</updated>
<entry>
<title>45373: Fix ERR_EXIT bug in else branch of if.</title>
<updated>2020-02-02T18:05:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2020-02-02T18:05:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e01223a26cb7afd9f44805f067c4dcdad06039b0'/>
<id>urn:sha1:e01223a26cb7afd9f44805f067c4dcdad06039b0</id>
<content type='text'>
The flags need resetting for this branch otherwise e.g. command
substitution with non-zero status doesn't cause exit.
</content>
</entry>
<entry>
<title>45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for workers/44007.</title>
<updated>2020-01-01T13:55:39Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2019-12-31T01:52:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9432d9b1cf8a9388eab05c59abf641c2b17fa0d1'/>
<id>urn:sha1:9432d9b1cf8a9388eab05c59abf641c2b17fa0d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: another couple of tests for previous commit.</title>
<updated>2018-10-10T11:11:27Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-10-10T11:11:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f19266cf99f8a194add752a764bd5ea13ed215b2'/>
<id>urn:sha1:f19266cf99f8a194add752a764bd5ea13ed215b2</id>
<content type='text'>
This tests different code paths as the -c command option exits
in a different fashion from code executed from a script.
</content>
</entry>
<entry>
<title>43669: ensure explicit exit status is used over implicit</title>
<updated>2018-10-10T10:17:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-10-10T10:17:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0d3a786b7cff90868a586e5e3a491b82589a236d'/>
<id>urn:sha1:0d3a786b7cff90868a586e5e3a491b82589a236d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>43660: extend 43653 when final exit is implicit.</title>
<updated>2018-10-09T13:38:26Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-10-09T13:38:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bbccbe0c85887bfc15c57a0c5eb97e59f7cb9fa7'/>
<id>urn:sha1:bbccbe0c85887bfc15c57a0c5eb97e59f7cb9fa7</id>
<content type='text'>
Combine logic for case after committed to exit (shell_exiting) with
case where exit occurred in a function we nee to unwind (exit_pending).

Add sarky note for future generations to be confused at.
</content>
</entry>
<entry>
<title>unposted: addition to previous trap test suggested by Mikael</title>
<updated>2018-10-09T10:15:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-10-09T10:15:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=afee3c9a19264bc30be74afd2338df43c32232ad'/>
<id>urn:sha1:afee3c9a19264bc30be74afd2338df43c32232ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>43653: explicit exit from EXIT trap overrides exit status</title>
<updated>2018-10-09T09:05:05Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-10-09T09:05:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d768a7492a850e8d1ccb00f2cc8eef0bd238b7ab'/>
<id>urn:sha1:d768a7492a850e8d1ccb00f2cc8eef0bd238b7ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/23531: Error exit/return fixes.</title>
<updated>2018-07-09T10:07:53Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2018-07-09T10:06:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=17178db1a4d8700c9e10862d0dd496f92c53f1cd'/>
<id>urn:sha1:17178db1a4d8700c9e10862d0dd496f92c53f1cd</id>
<content type='text'>
Fix regression with trap on left hand side of pipe.

Fix forced return from shell structure within nested function.

Fix tests exiting too early.

Add new test case.
</content>
</entry>
<entry>
<title>Fix problem with ERR_RETURN.</title>
<updated>2017-08-31T15:54:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-08-31T15:54:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ebcea98eca33b8894d29545f1a46331d03f3913a'/>
<id>urn:sha1:ebcea98eca33b8894d29545f1a46331d03f3913a</id>
<content type='text'>
It wasn't suppressed properly in the code following an if
in some circumstances, in particular in initialsation scripts
and also in a nested function where the caller had suppressed
it.
</content>
</entry>
<entry>
<title>41608 (plus tests): restore ERR_EXIT before function.</title>
<updated>2017-08-29T18:52:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-08-27T19:28:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7d1877da4e6fabde8f0b5eb2f9a9f03d83e6c28d'/>
<id>urn:sha1:7d1877da4e6fabde8f0b5eb2f9a9f03d83e6c28d</id>
<content type='text'>
There was an exception to the usual ERR_EXIT pattern that causes
problems when executing a function in an else branch.  It seems
the exception is no longer needed as the regression tests pass
without it.
</content>
</entry>
<entry>
<title>41012: Fix premature exit from nested function in EXIT trap.</title>
<updated>2017-04-27T17:56:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-04-27T17:56:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d7110d8f01cae8c8d51c7abd0255f533cd8b8623'/>
<id>urn:sha1:d7110d8f01cae8c8d51c7abd0255f533cd8b8623</id>
<content type='text'>
Also add check so we don't delay an exit if we were already in
an EXIT trap for the main shell, as we should in that case leave
immediately.
</content>
</entry>
<entry>
<title>40100: ERR_EXIT and ERR_RETURN test for anonymous functions.</title>
<updated>2016-12-05T13:49:45Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-12-05T13:49:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9649ef588882419046f66a7a7db18f3cff8106f9'/>
<id>urn:sha1:9649ef588882419046f66a7a7db18f3cff8106f9</id>
<content type='text'>
Should trigger on non-zero status at end of function even if
behaviour is suppressed by code inside the function at the point
the status is set.
</content>
</entry>
<entry>
<title>Additional case for ERR_RETURN and ERR_EXIT.</title>
<updated>2016-12-05T12:29:23Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-12-05T12:29:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e4aa6f2f64fb276537adecfe755a752a3fcccb1'/>
<id>urn:sha1:0e4aa6f2f64fb276537adecfe755a752a3fcccb1</id>
<content type='text'>
Don't trigger just because status is non-zero at end of
current shell group.
</content>
</entry>
<entry>
<title>Extra case for ERR_RETURN and ERR_EXIT.</title>
<updated>2016-12-05T11:21:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-12-05T11:21:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c03228f9ed28dfaa9ded49eabb93c04def5ac547'/>
<id>urn:sha1:c03228f9ed28dfaa9ded49eabb93c04def5ac547</id>
<content type='text'>
Don't trigger just because status is non-zero at end of
complex shell construct as this may be a case we've already
suppressed.
</content>
</entry>
<entry>
<title>39901: No EXIT trap on LHS of pipeline.</title>
<updated>2016-11-10T10:37:27Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-11-10T10:37:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5f1700755f12677b608adef88c39e08df99c41f2'/>
<id>urn:sha1:5f1700755f12677b608adef88c39e08df99c41f2</id>
<content type='text'>
There is a special case if the LHS is a shell construct.
Add unit tests for both cases.
</content>
</entry>
<entry>
<title>39870: ensure exit trap can always run</title>
<updated>2016-11-08T13:02:57Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-11-08T13:02:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a57977d01acc3b1b63aec1b79394ef7ffd052912'/>
<id>urn:sha1:a57977d01acc3b1b63aec1b79394ef7ffd052912</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39578: Test more ERR_RETURN cases with "&amp;&amp;" and functions</title>
<updated>2016-10-06T08:48:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-10-06T08:48:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ffa6c76253b9833379893e87e8504eb03b4e954e'/>
<id>urn:sha1:ffa6c76253b9833379893e87e8504eb03b4e954e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39571: Fix ERR_EXIT bug with &amp;&amp; and function.</title>
<updated>2016-10-05T16:46:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-10-05T16:46:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bcb52460f3069e2e4e3b05f966a2efd40471e366'/>
<id>urn:sha1:bcb52460f3069e2e4e3b05f966a2efd40471e366</id>
<content type='text'>
"foo &amp;&amp; bar" inside a function could cause the code outside
the function not to perform ERR_EXIT or ERR_RETURN when needed.
</content>
</entry>
<entry>
<title>39568: "! &lt;complex-command&gt;" suppresses ERR_EXIT</title>
<updated>2016-10-05T12:52:31Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-10-05T12:52:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0854ee56bc559d7fd614eb7d59b61da84a9ce51f'/>
<id>urn:sha1:0854ee56bc559d7fd614eb7d59b61da84a9ce51f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39540: "! command" should suppress ERR_EXIT and ERR_RETURN</title>
<updated>2016-10-02T18:17:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2016-10-02T18:16:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6b2585147b842c69faecb136c17dbdda79b3e4b4'/>
<id>urn:sha1:6b2585147b842c69faecb136c17dbdda79b3e4b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38094: Fix POSIX EXIT traps defined in function.</title>
<updated>2016-03-07T09:42:21Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-03-07T09:42:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=17fb014dc7984902a6697c6412b0cca55300542b'/>
<id>urn:sha1:17fb014dc7984902a6697c6412b0cca55300542b</id>
<content type='text'>
These aren't local, so set the local level to 0; else they can get
overridden incorrectly.
</content>
</entry>
<entry>
<title>38024: Improve POSIX and native EXIT traps compatibility.</title>
<updated>2016-02-25T14:20:26Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-02-25T14:20:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c55d8551718bcf2fc7661c31c13e934060a5f1a7'/>
<id>urn:sha1:c55d8551718bcf2fc7661c31c13e934060a5f1a7</id>
<content type='text'>
Allow a nested function trap to leave save and restore a POSIX
trap.

Still fails if the POSIX trap was defined in a function.
</content>
</entry>
<entry>
<title>37999: Sticky behaviour of EXIT traps.</title>
<updated>2016-02-17T10:40:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-02-17T10:40:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ab74c86edb30fa04fda5fe7fa01e404334f7c2b0'/>
<id>urn:sha1:ab74c86edb30fa04fda5fe7fa01e404334f7c2b0</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>unposted: back out 36707, add test case for 36766</title>
<updated>2015-10-04T05:11:09Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-10-04T05:11:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cb26e11c70f95c72e300e1f4f16b33e4e5f54d21'/>
<id>urn:sha1:cb26e11c70f95c72e300e1f4f16b33e4e5f54d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: add tests for outputting traps specified via aliases</title>
<updated>2015-08-09T19:53:05Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2015-08-09T19:51:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ce12868837f0140b95ac748f9c35047b4ea4277a'/>
<id>urn:sha1:ce12868837f0140b95ac748f9c35047b4ea4277a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35751: Fix ERR_RETURN and ERR_EXIT in "else"</title>
<updated>2015-07-09T13:59:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-07-09T13:58:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3af55c858f12fe72eebd6addca89bf6395cae826'/>
<id>urn:sha1:3af55c858f12fe72eebd6addca89bf6395cae826</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30876: fix obscure failures to propagate non-zero status</title>
<updated>2012-12-13T10:36:59Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-12-13T10:36:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1869eeb393e2499e9949cc3458cdd74685342540'/>
<id>urn:sha1:1869eeb393e2499e9949cc3458cdd74685342540</id>
<content type='text'>
from optimised simple commands within lists
</content>
</entry>
<entry>
<title>28253: document -h argument to atribute commands</title>
<updated>2010-09-12T18:56:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-09-12T18:56:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ade705cf5b36cdaad29ec7e21796adc3a0854f2c'/>
<id>urn:sha1:ade705cf5b36cdaad29ec7e21796adc3a0854f2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c.f. 27950: strip bogus whitespace from tests</title>
<updated>2010-05-10T12:31:49Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-05-10T12:31:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cb8ddf171e9568f36bf0e2315282b638ab119ca5'/>
<id>urn:sha1:cb8ddf171e9568f36bf0e2315282b638ab119ca5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27947: some cases where we should execute EXIT traps</title>
<updated>2010-05-05T09:49:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-05-05T09:49:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a6ea7ab36d73093f3de2d4ae8bdcff22ae474525'/>
<id>urn:sha1:a6ea7ab36d73093f3de2d4ae8bdcff22ae474525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25571: when parsing use line numbers for the start of a token, not the end</title>
<updated>2008-08-31T19:50:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-31T19:50:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2e3363ef7d1492bf8644b7cad89e500c3fc3251b'/>
<id>urn:sha1:2e3363ef7d1492bf8644b7cad89e500c3fc3251b</id>
<content type='text'>
add test and move debug trap tests to new file
</content>
</entry>
<entry>
<title>25570: line numbers of complex sublists were wrong, plus test</title>
<updated>2008-08-31T16:01:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-31T16:01:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b41c26d78ab813debcba35478f0a97468233570c'/>
<id>urn:sha1:b41c26d78ab813debcba35478f0a97468233570c</id>
<content type='text'>
make lineno zlong in another place
</content>
</entry>
<entry>
<title>25532: problem skipping assignments etc. with setopt ERREXIT</title>
<updated>2008-08-25T17:28:13Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-25T17:28:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b8ae885ab8252f37b149472c288cf0d1c812324d'/>
<id>urn:sha1:b8ae885ab8252f37b149472c288cf0d1c812324d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25415: Make DEBUG_BEFORE_CMD the default.</title>
<updated>2008-08-07T16:25:14Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-07T16:25:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2706eac45492b0fcdfc3cf104ac947e65d09ee25'/>
<id>urn:sha1:2706eac45492b0fcdfc3cf104ac947e65d09ee25</id>
<content type='text'>
Reuse ERR_EXIT in DEBUG traps.
Clean up trapreturn code.
</content>
</entry>
<entry>
<title>25400: Rockys test for second part of trapreturn bug</title>
<updated>2008-08-06T08:54:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-06T08:54:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b36d4eec0b6016d5968885d71034df51bce491e8'/>
<id>urn:sha1:b36d4eec0b6016d5968885d71034df51bce491e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25392: test for 25367</title>
<updated>2008-08-05T08:41:22Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-05T08:41:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=21d757f50f67653d06c798367e50288d6a95917e'/>
<id>urn:sha1:21d757f50f67653d06c798367e50288d6a95917e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23486: use {fd} syntax to get fd's for tests</title>
<updated>2007-05-29T14:50:28Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-05-29T14:50:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=52e5a75a7a8a4a16579e708a006f6346ce765aeb'/>
<id>urn:sha1:52e5a75a7a8a4a16579e708a006f6346ce765aeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23101: various combinations of ZERR with function returns were feature-ridden</title>
<updated>2007-01-12T23:10:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-01-12T23:10:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4a7ad8269676f0fa281dab1ca1d09ed2a93a799'/>
<id>urn:sha1:b4a7ad8269676f0fa281dab1ca1d09ed2a93a799</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22277: missed bit</title>
<updated>2006-03-03T22:09:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-03-03T22:09:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=862c974d7cbb31c6b4e75163a2b61c85a268542b'/>
<id>urn:sha1:862c974d7cbb31c6b4e75163a2b61c85a268542b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21580: Thorsten's patch to make sure that no pre-existing traps</title>
<updated>2005-08-09T07:53:49Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2005-08-09T07:53:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5cba05a3be7c1e9c597621c0d32cbe27c78be753'/>
<id>urn:sha1:5cba05a3be7c1e9c597621c0d32cbe27c78be753</id>
<content type='text'>
interfere with the tests.
</content>
</entry>
<entry>
<title>21215: clean up after autoloaded trap test</title>
<updated>2005-05-01T01:23:54Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2005-05-01T01:23:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5ade42c05eaef75d6df17780f6d213192cdcd8df'/>
<id>urn:sha1:5ade42c05eaef75d6df17780f6d213192cdcd8df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21136: don't leave TRAPEXIT lying around in Test directory</title>
<updated>2005-04-13T10:01:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-04-13T10:01:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ad95e2e27981a2beb1a032d8487b3b54fe0af4b8'/>
<id>urn:sha1:ad95e2e27981a2beb1a032d8487b3b54fe0af4b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix autoloaded trap bug; rejig use of trapfuncs</title>
<updated>2005-02-06T20:36:09Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-02-06T20:36:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=05b06b1c08263af07b2297aac0c842dafca39445'/>
<id>urn:sha1:05b06b1c08263af07b2297aac0c842dafca39445</id>
<content type='text'>
(now traplists); improve trap tests
</content>
</entry>
<entry>
<title>20198: fix TRAPEXIT.</title>
<updated>2004-07-26T13:18:07Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-07-26T13:18:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=17e576782c4fd64194d4908af5b9774308f1205f'/>
<id>urn:sha1:17e576782c4fd64194d4908af5b9774308f1205f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19575: Fix problem with trap on EXIT overriding status</title>
<updated>2004-03-10T10:50:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-03-10T10:50:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1316a6b44123df11b98811ef243154a6e54b9bcc'/>
<id>urn:sha1:1316a6b44123df11b98811ef243154a6e54b9bcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test EXIT trap fix</title>
<updated>2001-10-01T12:38:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-10-01T12:38:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=89719fbac345ea6699d6fd6b5d07dc5d4ec28ea6'/>
<id>urn:sha1:89719fbac345ea6699d6fd6b5d07dc5d4ec28ea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from ./Test/08traps.ztst</title>
<updated>2001-04-02T12:32:43Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T12:32:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cf6c9c8d1ae8d8379224f19f4d7c9f03ee638163'/>
<id>urn:sha1:cf6c9c8d1ae8d8379224f19f4d7c9f03ee638163</id>
<content type='text'>
</content>
</entry>
</feed>
