diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-19 17:42:09 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-19 17:42:09 +0000 |
| commit | c8d07027c89d36a5a3981196a19d48a9286127a8 (patch) | |
| tree | 47d284216cd29b7f72abe99db4c197b80a6cf4ab /ChangeLog | |
| parent | Completion/X/Utility/_x_arguments compdef line, Src/Makefile.in "prep". (diff) | |
| download | zsh-c8d07027c89d36a5a3981196a19d48a9286127a8.tar zsh-c8d07027c89d36a5a3981196a19d48a9286127a8.tar.gz zsh-c8d07027c89d36a5a3981196a19d48a9286127a8.tar.bz2 zsh-c8d07027c89d36a5a3981196a19d48a9286127a8.tar.lz zsh-c8d07027c89d36a5a3981196a19d48a9286127a8.tar.xz zsh-c8d07027c89d36a5a3981196a19d48a9286127a8.tar.zst zsh-c8d07027c89d36a5a3981196a19d48a9286127a8.zip | |
28537: fix word splitting on "((" when it was nested subshells rather than
arithmetic
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2010-12-19 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 28537: Src/lex.c, Test/D04parameter.ztst: word splitting on + '((' in command position that turned into nested subshell + commands was broken. + 2010-12-18 Barton E. Schaefer <schaefer@zsh.org> * 27862 (belatedly): Completion/X/Utility/_x_arguments: handle @@ -13997,5 +14003,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5159 $ +* $Revision: 1.5160 $ ***************************************************** |
