diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-21 11:32:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-21 11:32:47 +0000 |
commit | 73ebca4fe92767665422e7fd5dc15032add389b4 (patch) | |
tree | 940334b89637f87be9fd71d3920481842a7ba1c0 /ChangeLog | |
parent | 0e792b944707fdb8abafa4b4e3f3952154189c6f (diff) | |
download | zsh-73ebca4fe92767665422e7fd5dc15032add389b4.tar.gz zsh-73ebca4fe92767665422e7fd5dc15032add389b4.tar.xz zsh-73ebca4fe92767665422e7fd5dc15032add389b4.zip |
28783: allow parentheses to be special in more places with SH_GLOB
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c0fb29e8b..bcaab5c63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-02-21 Peter Stephenson <pws@csr.com> + * 28783: Doc/Zsh/options.yo, Src/lex.c, Test/A01grammar.ztst: + allow ( to be treated specially in more places when SH_GLOB + is set but KSH_GLOB isn't. + * 28784: Doc/Zsh/options.yo, Test/A04redirect.ztst, Src/exec.c: exit on exec redirection error with POSIXBUILTINS. @@ -14238,5 +14242,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5204 $ +* $Revision: 1.5205 $ ***************************************************** |