<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Src/loop.c, branch job_control_debug2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Src/loop.c?h=job_control_debug2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Src/loop.c?h=job_control_debug2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2017-09-18T15:40:02Z</updated>
<entry>
<title>41723: one more case of 41627 in "while" loops.</title>
<updated>2017-09-18T15:40:02Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2017-09-18T15:40:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d29ad85533d5c1f7b5b7cf420ab0cd910032fb50'/>
<id>urn:sha1:d29ad85533d5c1f7b5b7cf420ab0cd910032fb50</id>
<content type='text'>
</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>41590 modified as 41595: make ERR_RETURN more logical.</title>
<updated>2017-08-24T18:46:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-08-24T18:46:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=97d4bdbc7e86e6e8da0d4a059b118ffab289d3a9'/>
<id>urn:sha1:97d4bdbc7e86e6e8da0d4a059b118ffab289d3a9</id>
<content type='text'>
It now operates separately at each function depth.

To keep ERR_EXIT global, make the noerrexit variable usd bit flags.

Extend tests.
</content>
</entry>
<entry>
<title>40453: signal handler safety for callers of patcompile(PAT_STATIC), which is not re-entrant.</title>
<updated>2017-01-29T16:30:14Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2017-01-29T16:30:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e51c9c17af51e4055efb5a2cc36739d1d7ae457f'/>
<id>urn:sha1:e51c9c17af51e4055efb5a2cc36739d1d7ae457f</id>
<content type='text'>
</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>39844: fix "while" condition as per 39839 (commit 2c56c7e5)</title>
<updated>2016-11-06T01:23:04Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-11-06T01:23:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ff365909105cc360f4d1384bd7ad56cdd97fec31'/>
<id>urn:sha1:ff365909105cc360f4d1384bd7ad56cdd97fec31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39839: fix "return" from "if" condition</title>
<updated>2016-11-05T20:54:16Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-11-05T20:54:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2c56c7e5e809476fc6511a9e634d2a977593ef9e'/>
<id>urn:sha1:2c56c7e5e809476fc6511a9e634d2a977593ef9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39625: case needs to reset lastval if no pattern matched</title>
<updated>2016-10-13T09:49:02Z</updated>
<author>
<name>Martijn Dekker</name>
<email>martijn@inlv.org</email>
</author>
<published>2016-10-13T09:30:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=31c6cfca9cc665feae46f4680687e902ad1bf9d7'/>
<id>urn:sha1:31c6cfca9cc665feae46f4680687e902ad1bf9d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39599: Don't reset status before "case" execution</title>
<updated>2016-10-10T09:55:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-10-10T09:55:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4'/>
<id>urn:sha1:8f2ce89a0c80f6a0ecdc7c1189d6a94f620882f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39448: reset REPLY in select on user action</title>
<updated>2016-09-26T18:52:55Z</updated>
<author>
<name>Martijn Dekker</name>
<email>martijn@inlv.org</email>
</author>
<published>2016-09-26T16:59:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f0ecf54ea67c4133be02d55304f15e9f44485786'/>
<id>urn:sha1:f0ecf54ea67c4133be02d55304f15e9f44485786</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38734: fix final case clauses terminating with ;&amp;</title>
<updated>2016-06-21T15:12:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-06-21T15:12:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=016929e043abb8ba778293c29081ca8e227c6e58'/>
<id>urn:sha1:016929e043abb8ba778293c29081ca8e227c6e58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37804 (plus 37816): first word following "repeat" should be evaluated as math</title>
<updated>2016-01-28T06:10:38Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-01-28T06:10:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0b37b5149d2fc56221267936753362bddce2ce4a'/>
<id>urn:sha1:0b37b5149d2fc56221267936753362bddce2ce4a</id>
<content type='text'>
</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>36707: distinguish ERR_RETURN value of retflag so that execif() can ignore it in the test sublist</title>
<updated>2015-10-01T03:01:13Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-10-01T03:01:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2bf4f667fb41a8aba139e3ef93b1ebcd9f3e016d'/>
<id>urn:sha1:2bf4f667fb41a8aba139e3ef93b1ebcd9f3e016d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36022 fix bug that some loop constructs could not be interrupted, revise signal queueing</title>
<updated>2015-08-09T23:13:52Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-08-09T07:50:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9958684574bf8b0ecec6983cca57f3fa3dd7cd63'/>
<id>urn:sha1:9958684574bf8b0ecec6983cca57f3fa3dd7cd63</id>
<content type='text'>
There are two underlying ideas here:  (1) Keeping signals queued around
anything that's doing memory management (including push/pop of the heap)
has become crucial.  (2) Anytime the shell is going to run a command, be
it buitin or external, it must be both safe and necessary to process any
queued signals, so that the apparent order of signal arrival and command
execution is preserved.
</content>
</entry>
<entry>
<title>35168: Improve parsing of case patterns.</title>
<updated>2015-05-18T08:56:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-05-18T08:56:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=52aeb9aaeb4799b760138a7c34b18ede4b47242a'/>
<id>urn:sha1:52aeb9aaeb4799b760138a7c34b18ede4b47242a</id>
<content type='text'>
"|" is now found properly by looking for words that come
from the lexical analyser, rather than hacking a pattern
returned in one dollop.

Update some completion functions that need extra quoting
as a result.

Add test for new parsing.

Update version number to 5.0.8-dev-3 because of wordcode
incompatibility.
</content>
</entry>
<entry>
<title>select: Fix leak of 256 bytes on every loop when zle is not used</title>
<updated>2015-01-10T07:48:18Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2015-01-09T13:10:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=573679c34b9bc52341f6813f19a70c6727e6ac78'/>
<id>urn:sha1:573679c34b9bc52341f6813f19a70c6727e6ac78</id>
<content type='text'>
Reproduce by
yes | head -n 1000000 | zsh -c 'select foo in a b c; do done; sleep 30; echo'

Found by Coverity (Issue 439082).
</content>
</entry>
<entry>
<title>34065: following an "if" condition, do not test lastval for ERR_EXIT until a new command is run</title>
<updated>2014-12-28T05:55:58Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-12-28T05:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d6a32ddeed914434f5b56b013c9d03b28781d065'/>
<id>urn:sha1:d6a32ddeed914434f5b56b013c9d03b28781d065</id>
<content type='text'>
Includes unposted regression tests.
</content>
</entry>
<entry>
<title>33876: etc.: Separate errors and keyboards interrupts</title>
<updated>2014-12-11T09:41:17Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-12-07T16:24:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d067ebcacd55472f720b2765ec686a69b25c9a90'/>
<id>urn:sha1:d067ebcacd55472f720b2765ec686a69b25c9a90</id>
<content type='text'>
Combination of 12 commits from interrupt_abort branch.

Basic strategy is to introduce bits to errflag and to set and
reset them separately.

Remove interrupt status on return to main keymap.

Turn off ERRFLAG_INT for always block.

Restore bit thereafter: we probably need a new variable in order
to allow user interrupts to be reset in the always block.

Add TRY_BLOCK_INTERRUPT

This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too.

Ensure propagation of SIGINT from exited job.

If received by foreground job, shell uses ERRFLAG_INT, not
ERRFLAG_ERROR, to set the new state.

Reset errflag before precmd()

Add always block in _main_completion to fix ZLS_COLORS

Ensures we get the right state of $ZLS_COLORS at the end of _main_complete
even if there's an interrupt.  However, the "right state" is a bit messy
as it depends on styles.
</content>
</entry>
<entry>
<title>33791: fatal errors in an "always" construct yield nonzero status</title>
<updated>2014-11-25T17:15:20Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-11-25T17:15:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=05e919dc565dc6231f1c89d23d0264bcb98b29aa'/>
<id>urn:sha1:05e919dc565dc6231f1c89d23d0264bcb98b29aa</id>
<content type='text'>
Fatal errors in the try-block part of an "always" construct cause the
entire construct to have nonzero status, even when TRY_BLOCK_ERROR is
used to suppress the error.
</content>
</entry>
<entry>
<title>32569: lastval ($?) should not be reset between word list substitution and loop body execution in for/select</title>
<updated>2014-04-20T18:09:51Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-04-20T18:09:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9da59238ff3163de41800c82d6304b9a09307fcf'/>
<id>urn:sha1:9da59238ff3163de41800c82d6304b9a09307fcf</id>
<content type='text'>
Remove one other redundant and therefore confusing assignment to lastval.
</content>
</entry>
<entry>
<title>32568: consistency in handling of errflag condition during substitutions</title>
<updated>2014-04-20T17:27:15Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-04-20T17:27:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=848badaa5f0a18ca3388016d49ffc340b6c2d0c6'/>
<id>urn:sha1:848badaa5f0a18ca3388016d49ffc340b6c2d0c6</id>
<content type='text'>
Affects for/select word lists, function definition name position, and
anonymous function argument lists.
</content>
</entry>
<entry>
<title>29165: use term.h globally if needed at all.</title>
<updated>2011-05-09T09:49:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-05-09T09:49:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d89361739acdf07f0b0775c85f69abe89d57b600'/>
<id>urn:sha1:d89361739acdf07f0b0775c85f69abe89d57b600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25345, 25347: neaten interface from main shell to zle</title>
<updated>2008-07-31T08:44:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-07-31T08:44:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0c9830d23c87ad2a572d2c6d16b13a34001b9634'/>
<id>urn:sha1:0c9830d23c87ad2a572d2c6d16b13a34001b9634</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25002: only ZLE should update attributes resulting from prompt expansion</title>
<updated>2008-05-12T13:50:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-05-12T13:50:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bd70d684fcf40ff1fba07ec69bd08e1ce40cbd2f'/>
<id>urn:sha1:bd70d684fcf40ff1fba07ec69bd08e1ce40cbd2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24996: improve xtrace output for patterns</title>
<updated>2008-05-11T19:55:21Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-05-11T19:55:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=58580d31f593021e2ed4bfad8362e3b01bf396f3'/>
<id>urn:sha1:58580d31f593021e2ed4bfad8362e3b01bf396f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/12848: return, break, continue in always block override try block</title>
<updated>2008-05-11T19:03:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-05-11T19:03:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bab70abe6bcdd28b829adbe582069dc08d9d1c02'/>
<id>urn:sha1:bab70abe6bcdd28b829adbe582069dc08d9d1c02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23670: rationalise some linked list functions</title>
<updated>2007-06-27T13:56:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-27T13:56:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4d52b7ebe6d424e46cfddf2c6aa6ba704470f6ac'/>
<id>urn:sha1:4d52b7ebe6d424e46cfddf2c6aa6ba704470f6ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>23115: ";|" at end of case clause causes later patterns to be tested</title>
<updated>2007-01-19T21:36:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-01-19T21:36:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=de272e0309bc1739f13cc8271a2f94bcde7ba23c'/>
<id>urn:sha1:de272e0309bc1739f13cc8271a2f94bcde7ba23c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22474: use variable argument lists to improve error message handling</title>
<updated>2006-05-30T22:35:03Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-05-30T22:35:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dd5602f59b599177fb130512fc543f7efa951990'/>
<id>urn:sha1:dd5602f59b599177fb130512fc543f7efa951990</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21814: error handling for traps in "always" constructs.</title>
<updated>2005-12-15T04:24:04Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2005-12-15T04:24:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=174ad4a80fa13a843a319c516e703ae74858ad39'/>
<id>urn:sha1:174ad4a80fa13a843a319c516e703ae74858ad39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Got rid of some unsigned-char/char pointer casts.</title>
<updated>2005-11-15T08:44:17Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2005-11-15T08:44:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e79af955f0620a699b01f11b584788404ba81767'/>
<id>urn:sha1:e79af955f0620a699b01f11b584788404ba81767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c.f. 20675: improve zle as a basis for Unicode.</title>
<updated>2005-01-14T13:04:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-01-14T13:04:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=88a37cc187c0f6c5b7130a943c7ddd87474a0f69'/>
<id>urn:sha1:88a37cc187c0f6c5b7130a943c7ddd87474a0f69</id>
<content type='text'>
unposted: update version to 4.2.3-dev-1
</content>
</entry>
<entry>
<title>20149: improve prompt-reset code</title>
<updated>2004-07-11T22:53:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-07-11T22:53:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=86ae90bc1c2866b1b10a326d4cdbdb8b02a9f9a9'/>
<id>urn:sha1:86ae90bc1c2866b1b10a326d4cdbdb8b02a9f9a9</id>
<content type='text'>
20150: commit ancient memory leak fix(?) in completion
</content>
</entry>
<entry>
<title>20076, 20084: { ... } always { ... } syntax.</title>
<updated>2004-06-22T13:09:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-06-22T13:09:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d591334e9d616830fbd24909db2e21ac4b959742'/>
<id>urn:sha1:d591334e9d616830fbd24909db2e21ac4b959742</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Marked unused parameters with the new UNUSED() macro.</title>
<updated>2004-06-02T22:14:25Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-06-02T22:14:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fb0937a69eb38e744577aa94a6338135f6c1c9b4'/>
<id>urn:sha1:fb0937a69eb38e744577aa94a6338135f6c1c9b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made a variable (t2) size_t so that it matched the size of the</title>
<updated>2004-05-28T19:18:17Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-05-28T19:18:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f297798397f570edd4e2a7933edaebe19489129c'/>
<id>urn:sha1:f297798397f570edd4e2a7933edaebe19489129c</id>
<content type='text'>
other variable it gets compared with (fw).
</content>
</entry>
<entry>
<title>19295: $CONTEXT zle parameter</title>
<updated>2003-12-15T22:45:27Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-12-15T22:45:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6eb5f99f1e71e8ea89057c2843f3e8273a0d2fdd'/>
<id>urn:sha1:6eb5f99f1e71e8ea89057c2843f3e8273a0d2fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18252: pass ignoreeof as flag to zleread</title>
<updated>2003-02-17T14:06:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-02-17T14:06:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4c149a8abc198d38008c9f5b4eeb80a9c73a0722'/>
<id>urn:sha1:4c149a8abc198d38008c9f5b4eeb80a9c73a0722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18251: Fix select and make it respect EOF</title>
<updated>2003-02-17T11:41:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-02-17T11:41:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=40c29457f285deaba4959dd23d5f2dd859ddb956'/>
<id>urn:sha1:40c29457f285deaba4959dd23d5f2dd859ddb956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow nterruption of empty while-loops with ^C (16711)</title>
<updated>2002-02-25T09:21:14Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-02-25T09:21:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4e354ca36f5c1259b9f561bea52828f457e8e8ba'/>
<id>urn:sha1:4e354ca36f5c1259b9f561bea52828f457e8e8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix infinite loop on `case' with xtrace.</title>
<updated>2001-10-23T16:17:03Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-10-23T16:17:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=14e13fb40743e069e45b0790f206f14b5f8a887a'/>
<id>urn:sha1:14e13fb40743e069e45b0790f206f14b5f8a887a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>for caching of compiled patterns: remember that singsub() might modify the string it gets, compare with unmodified string (16041)</title>
<updated>2001-10-15T11:28:07Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-10-15T11:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e6f26551664f4aa6fa5b4bb5ae0638930f8cf0f'/>
<id>urn:sha1:0e6f26551664f4aa6fa5b4bb5ae0638930f8cf0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15030: multi-parameter `for' loops</title>
<updated>2001-06-25T16:07:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-06-25T16:07:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1897a361bf68faf47c5d5d0fa662127cbf5c2c95'/>
<id>urn:sha1:1897a361bf68faf47c5d5d0fa662127cbf5c2c95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>11956: Fix off-by-one error.</title>
<updated>2000-06-17T17:05:53Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2000-06-17T17:05:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=af1339bacfe3a03c57bad2975c1b297b9ee67cd3'/>
<id>urn:sha1:af1339bacfe3a03c57bad2975c1b297b9ee67cd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small doc fix and AIX dependency fix</title>
<updated>2000-05-05T16:45:03Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2000-05-05T16:45:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94'/>
<id>urn:sha1:7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated from list as far as 10376</title>
<updated>2000-04-01T20:49:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2000-04-01T20:49:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=48525452555a24b9d41748f26b4b77f160f01220'/>
<id>urn:sha1:48525452555a24b9d41748f26b4b77f160f01220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>1999-04-15T18:05:38Z</updated>
<author>
<name>Tanaka Akira</name>
<email>akr@users.sourceforge.net</email>
</author>
<published>1999-04-15T18:05:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e74702b467171dbdafb56dfe354794a212e020d9'/>
<id>urn:sha1:e74702b467171dbdafb56dfe354794a212e020d9</id>
<content type='text'>
</content>
</entry>
</feed>
