<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Test/A04redirect.ztst, branch 5.4.1</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Test/A04redirect.ztst?h=5.4.1</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Test/A04redirect.ztst?h=5.4.1'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2017-05-08T17:00:55Z</updated>
<entry>
<title>40173: Off-by-one error checking for {varid}.</title>
<updated>2017-05-08T17:00:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-05-08T17:00:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=af1c82d646d2f1fa9cecbfcffd0159cc3cebe237'/>
<id>urn:sha1:af1c82d646d2f1fa9cecbfcffd0159cc3cebe237</id>
<content type='text'>
This caused a single unprintable character in braces before a
redirection to be treated as an indentifier.
</content>
</entry>
<entry>
<title>users/22688: Allow mixing redirs and arguments after anon functions.</title>
<updated>2017-05-08T16:19:22Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-05-08T16:19:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=641a764b8203de5e5f5c9f1d6d5b0a48c26ca9e7'/>
<id>urn:sha1:641a764b8203de5e5f5c9f1d6d5b0a48c26ca9e7</id>
<content type='text'>
These are parsed differently from the case of normal functions which
can't take normal arguments at that point.
</content>
</entry>
<entry>
<title>Fix combination of HERE document and |&amp;.</title>
<updated>2017-05-08T09:54:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-05-08T09:54:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393'/>
<id>urn:sha1:f25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393</id>
<content type='text'>
A missing flag setting up the HERE document mean that the size
of the wordcode needed to append the 2&gt;&amp;1 was counted incorrectly,
so the resulting wordcode was garbled.

Add test.
</content>
</entry>
<entry>
<title>36399: Shell code text with multiple here documents wasn't shown properly.</title>
<updated>2015-09-02T13:20:44Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-09-02T13:20:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e63286bd47bab051d49597d3df160b1e9dbb6a3'/>
<id>urn:sha1:0e63286bd47bab051d49597d3df160b1e9dbb6a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34901: Test for the previous commit</title>
<updated>2015-04-15T20:29:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2015-04-15T20:29:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ffb3168586ef04d83319b10ecf02c84ea4809447'/>
<id>urn:sha1:ffb3168586ef04d83319b10ecf02c84ea4809447</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/19756: test for case of closing fd with no error message</title>
<updated>2015-01-20T11:53:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-01-20T11:53:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=638bfa93a009987e57bd7eaa8b2a1c1067a3652a'/>
<id>urn:sha1:638bfa93a009987e57bd7eaa8b2a1c1067a3652a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/19751: remove error on failure to close file descriptor by number.</title>
<updated>2015-01-20T09:29:22Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-01-20T09:29:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e6d964246700581fe22ea834b2ea12dd301e8c3d'/>
<id>urn:sha1:e6d964246700581fe22ea834b2ea12dd301e8c3d</id>
<content type='text'>
Keep it when closing file descriptor stored in a variable, i.e.
explicitly opened by the user.
</content>
</entry>
<entry>
<title>33294: $functions[func_with_redir] plus extra tests</title>
<updated>2014-09-30T11:58:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-09-30T11:58:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0557c226fcd817ef21f91ed76e01db6e965b0709'/>
<id>urn:sha1:0557c226fcd817ef21f91ed76e01db6e965b0709</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33286: handle redirections for multiply named functions</title>
<updated>2014-09-29T20:31:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-09-29T20:31:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8cb67e721b3f02779bf4cf0d6a368f67c49c11f8'/>
<id>urn:sha1:8cb67e721b3f02779bf4cf0d6a368f67c49c11f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33285: apply function definition redirections at execution</title>
<updated>2014-09-29T20:02:59Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-09-29T20:02:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cf6b0f5663e798c8d4303697115230ac4469baca'/>
<id>urn:sha1:cf6b0f5663e798c8d4303697115230ac4469baca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31141: Tighten NO_CLOBBER restrictions on {fd} syntax</title>
<updated>2013-03-10T21:45:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2013-03-10T21:45:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fb3ad98f71861c9676c972e00e7c76879ec17e41'/>
<id>urn:sha1:fb3ad98f71861c9676c972e00e7c76879ec17e41</id>
<content type='text'>
to apply only if $fd is exactly an fd and nothing else.
</content>
</entry>
<entry>
<title>30789: Add CONTINUE_ON_ERROR for old behaviour.</title>
<updated>2012-11-15T21:08:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-11-15T21:08:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7c56d771840a9f335b2e21290c8cbf714264bc66'/>
<id>urn:sha1:7c56d771840a9f335b2e21290c8cbf714264bc66</id>
<content type='text'>
New behaviour is for scripts to exit on error instead of returning
to top level and executing the next command.
</content>
</entry>
<entry>
<title>users/17310: we can't treat &lt; after [ as a normal character.</title>
<updated>2012-10-03T18:11:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-10-03T18:11:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=61b9529ff848d6758b498389256111984bda1437'/>
<id>urn:sha1:61b9529ff848d6758b498389256111984bda1437</id>
<content type='text'>
Document problem and test for case that needs to work.
</content>
</entry>
<entry>
<title>29928: belated commit to fix OpenBSD redirection test</title>
<updated>2011-12-08T15:55:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-12-08T15:55:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=22aede45f67161c6332e52c42e04df45a3e62164'/>
<id>urn:sha1:22aede45f67161c6332e52c42e04df45a3e62164</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29924: add ability to match test output using patterns</title>
<updated>2011-12-01T21:52:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-12-01T21:52:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ae8e3ba86d675e13d70e9bf26bf88620bebb096d'/>
<id>urn:sha1:ae8e3ba86d675e13d70e9bf26bf88620bebb096d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29923: work around test problem with invalid file descriptor message</title>
<updated>2011-12-01T14:22:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-12-01T14:22:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c88084895d2b00f242082f47cbd5d3feef058eed'/>
<id>urn:sha1:c88084895d2b00f242082f47cbd5d3feef058eed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29844, 29845: remove bogus</title>
<updated>2011-10-26T18:48:13Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-10-26T18:48:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=faa02346a8b23ff0c6694b616c92e93b8e76cd8b'/>
<id>urn:sha1:faa02346a8b23ff0c6694b616c92e93b8e76cd8b</id>
<content type='text'>
error on closing fd's 0 to 9; update test
</content>
</entry>
<entry>
<title>29561: missed file</title>
<updated>2011-07-27T19:14:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-07-27T19:14:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b12242cb3f80991031a6f17a58296312f1bfa8ef'/>
<id>urn:sha1:b12242cb3f80991031a6f17a58296312f1bfa8ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28866: with POSIX_BUILTINS "command" prefix resets specialness</title>
<updated>2011-03-06T21:37:38Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-03-06T21:37:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7bc97b920b74e7d9046c8a4489ecd0a0e646bdde'/>
<id>urn:sha1:7bc97b920b74e7d9046c8a4489ecd0a0e646bdde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28791: exit on errors with special builtins with POSIXBUILTINS</title>
<updated>2011-02-22T20:09:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-02-22T20:09:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8'/>
<id>urn:sha1:dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28784: exit on exec redirection error with POISX_BUILTINS</title>
<updated>2011-02-21T11:28:49Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-02-21T11:28:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e792b944707fdb8abafa4b4e3f3952154189c6f'/>
<id>urn:sha1:0e792b944707fdb8abafa4b4e3f3952154189c6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28259: Finally fix some ancient problems with here-documents</title>
<updated>2010-09-14T14:46:26Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-09-14T14:46:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f1495f5099073e2e4896c13e28e8d936b4979fd3'/>
<id>urn:sha1:f1495f5099073e2e4896c13e28e8d936b4979fd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>26029: test for redirection with no preceding whitespace</title>
<updated>2008-11-12T10:55:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-11-12T10:55:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=626286a5f72f8d9fa883a26f676c0e31977d7770'/>
<id>urn:sha1:626286a5f72f8d9fa883a26f676c0e31977d7770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24711: fix re-presentation of here-documents munged internally</title>
<updated>2008-03-14T11:40:57Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-03-14T11:40:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=948f015df0fee27f4e2c73b442a75c9434702550'/>
<id>urn:sha1:948f015df0fee27f4e2c73b442a75c9434702550</id>
<content type='text'>
to here-strings
</content>
</entry>
<entry>
<title>22550: put "exec" tests</title>
<updated>2006-07-12T12:02:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-07-12T12:02:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3d3318d8f6bbda7484689b0a29540858295260c9'/>
<id>urn:sha1:3d3318d8f6bbda7484689b0a29540858295260c9</id>
<content type='text'>
in subshells and allow substitution on test output to occur
after the test.
</content>
</entry>
<entry>
<title>22546: fix {myfd}&gt;... bug and tweak tests</title>
<updated>2006-07-11T15:36:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-07-11T15:36:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0a22eb0e0c76892ff0397996f451e9bf78dd3d02'/>
<id>urn:sha1:0a22eb0e0c76892ff0397996f451e9bf78dd3d02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21758: optimise =(&lt;&lt;&lt;...) to run within the shell.</title>
<updated>2005-09-23T17:03:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-09-23T17:03:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ad2bd42c858aa7236e7b7404806d16b5b0efb6ac'/>
<id>urn:sha1:ad2bd42c858aa7236e7b7404806d16b5b0efb6ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update test for change in error message.</title>
<updated>2005-04-16T23:24:54Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2005-04-16T23:24:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=318b52969b3f186da460e4acf99072962ec94e66'/>
<id>urn:sha1:318b52969b3f186da460e4acf99072962ec94e66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21141: fix some issues associated with the {myfd}&gt;... syntax</title>
<updated>2005-04-14T16:24:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-04-14T16:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c69b149cb5ce6446eb267074f640e34ca726a45d'/>
<id>urn:sha1:c69b149cb5ce6446eb267074f640e34ca726a45d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21134: bad file descriptor error message system variation.</title>
<updated>2005-04-12T17:39:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-04-12T17:39:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bfdccce23e52592e144654fd6e87f7b9cfaa65b1'/>
<id>urn:sha1:bfdccce23e52592e144654fd6e87f7b9cfaa65b1</id>
<content type='text'>
Hey, six nouns in a row!
</content>
</entry>
<entry>
<title>21133: New {myfd} syntax for allocating file descriptors</title>
<updated>2005-04-12T15:11:07Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-04-12T15:11:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b3f8e32e5cf5771eb5efb1e11c38dab377b14432'/>
<id>urn:sha1:b3f8e32e5cf5771eb5efb1e11c38dab377b14432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20112: Forgot this bit.</title>
<updated>2004-06-30T10:01:05Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-06-30T10:01:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=91aeae74f2d9b6bec5187794dafbae22a675669d'/>
<id>urn:sha1:91aeae74f2d9b6bec5187794dafbae22a675669d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18492: Provide partial fix for multios and output process substitution</title>
<updated>2003-05-02T10:25:27Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-05-02T10:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=94da86f7956af9d6855c12d79d757b961bf0c2a4'/>
<id>urn:sha1:94da86f7956af9d6855c12d79d757b961bf0c2a4</id>
<content type='text'>
asynchronicity problem.  Document workarounds for remaining problems.
</content>
</entry>
<entry>
<title>15334: use string "(eval)" as script name in debugging messages in eval's</title>
<updated>2001-07-09T18:31:24Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-09T18:31:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7060b34457f579864bddbe1caa3e3cdfea6981e2'/>
<id>urn:sha1:7060b34457f579864bddbe1caa3e3cdfea6981e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15329: test script changes to go with 15327 LINENO change</title>
<updated>2001-07-09T16:41:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-09T16:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cef000cc628ab20603dbfb5eff4d76bbad15e3be'/>
<id>urn:sha1:cef000cc628ab20603dbfb5eff4d76bbad15e3be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from ./Test/04redirect.ztst</title>
<updated>2001-04-02T12:31:04Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T12:31:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7b364c15e5958e3ac367100747d660c9de9f538d'/>
<id>urn:sha1:7b364c15e5958e3ac367100747d660c9de9f538d</id>
<content type='text'>
</content>
</entry>
</feed>
