mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
21141: fix some issues associated with the {myfd}>... syntax
This commit is contained in:
parent
24c329275a
commit
c69b149cb5
4 changed files with 104 additions and 11 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-04-14 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 21141: Doc/Zsh/redirect.yo, Src/exec.c, Test/A04redirect.ztst:
|
||||
make NO_CLOBBER apply to {myfd}>... redirections, improve
|
||||
some error cases, fix bug that {myfd}>>(...) hung on a builtin.
|
||||
|
||||
2005-04-13 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 21064: Test/D03procsubst.ztst: test case for 21049.
|
||||
|
|
|
@ -174,6 +174,27 @@ parameter is readonly. However, it is not an error to read or write a file
|
|||