diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-15 10:19:05 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-15 10:19:05 +0000 |
commit | e89840f0cc9df7ae7f8cb740153c72f00b2e3b13 (patch) | |
tree | 738c2b64415cb541151460e83b7db3bfda0673e7 | |
parent | e8e9708d4c31fff44190ae0521cba8ed8ce2b896 (diff) | |
download | zsh-e89840f0cc9df7ae7f8cb740153c72f00b2e3b13.tar.gz zsh-e89840f0cc9df7ae7f8cb740153c72f00b2e3b13.tar.xz zsh-e89840f0cc9df7ae7f8cb740153c72f00b2e3b13.zip |
22268: ${1+"$@"} fix.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6e2b2f583..589a6f0a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-02-15 Wayne Davison <wayned@users.sourceforge.net> + + * 22268: Src/subst.c, Test/D04parameter.ztst, Doc/Zsh/expn.yo, + Doc/Zsh/roadmap.yo: some fixes to variable expansion allows + ${1+"$@"} to work when shwordsplit is set (e.g. when emulating + sh). Fixed a couple other minor bugs too. + 2006-02-13 Wayne Davison <wayned@users.sourceforge.net> * 22217: Src/Zle/compcore.c: allow the insertion of invalid |