diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-03 18:11:12 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-03 18:11:12 +0000 |
commit | 61b9529ff848d6758b498389256111984bda1437 (patch) | |
tree | 1b52a789c476386ebfdfb1f3ed28bd05b69d5ada /ChangeLog | |
parent | 76590bd93c438bb1f4dc3dc17fa478ab15533fef (diff) | |
download | zsh-61b9529ff848d6758b498389256111984bda1437.tar.gz zsh-61b9529ff848d6758b498389256111984bda1437.tar.xz zsh-61b9529ff848d6758b498389256111984bda1437.zip |
users/17310: we can't treat < after [ as a normal character.
Document problem and test for case that needs to work.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 681fd10e9..0d68f729f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-10-03 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * users/17310: Doc/Zsh/params.yo, Src/lex.c, Test/A04redirect.ztst, + Test/D06subscript.ztst: back off users/17304 owing to problem + with [ command, document problem, and test the case that needs + to work. + 2012-10-02 Peter Stephenson <pws@csr.com> * users/17304: Src/lex.c, Test/D06subscript.ztst: angle brackets @@ -207,5 +214,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5731 $ +* $Revision: 1.5732 $ ***************************************************** |