diff options
-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 |