diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-11 16:48:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-11 16:48:05 +0000 |
commit | cca66ab341ffa330908aa6ea8da03e991aa6903c (patch) | |
tree | 0b15ce734ec264fdd72c27d68e48bc65bdaf6d14 /ChangeLog | |
parent | 1eaa7fee0d111b999c44385eb4fda1ad604e3606 (diff) | |
download | zsh-cca66ab341ffa330908aa6ea8da03e991aa6903c.tar.gz zsh-cca66ab341ffa330908aa6ea8da03e991aa6903c.tar.xz zsh-cca66ab341ffa330908aa6ea8da03e991aa6903c.zip |
21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
substitutions that don't match anything.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b082f2c0f..3806ac2cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-11 Peter Stephenson <pws@csr.com> + + * 21862/21863: Src/glob.c, Src/lex.c, Src/pattern.c, Src/subst.c, + Src/zsh.h, Test/D04parameter.ztst, Test/ztst.zsh: Ensure that + backslashes in parameters substituted by GLOB_SUBST are not + swallowed up if there is no pattern match. + 2005-10-07 Peter Stephenson <pws@csr.com> * Stephen RĂ¼ger: 21846: Completion/Unix/Command/_chmod: too |