diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-07-28 09:20:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-07-28 09:20:02 +0000 |
commit | 7d1480af54e95e5a2165e8bb69937a6b0a1dc50a (patch) | |
tree | 3ee740a9a191fe330237b384f09ecdfbc69a6c6b /ChangeLog | |
parent | 6844a63daf3e372e99dc6722304dc9cc4fcc5095 (diff) | |
download | zsh-7d1480af54e95e5a2165e8bb69937a6b0a1dc50a.tar.gz zsh-7d1480af54e95e5a2165e8bb69937a6b0a1dc50a.tar.xz zsh-7d1480af54e95e5a2165e8bb69937a6b0a1dc50a.zip |
29626: arguments to anonymous functions shouldn't be parsed as command words
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4edc62b61..57b269b31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-07-28 Peter Stephenson <pws@csr.com> + * 29626: Src/parse.c, Test/C04funcdef.ztst: arguments to + anonymous functions shouldn't be parsed as command words. + * 29602 and subsequent changes: Doc/Zsh/expn.yo: clarify meaning of filename extension in :r and :e modifiers (which were slightly inconsistent). @@ -15176,5 +15179,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5410 $ +* $Revision: 1.5411 $ ***************************************************** |