diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-08 01:20:49 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-08 01:20:49 +0000 |
| commit | 25413054c11fc4b67284d4d6db48272182da1d26 (patch) | |
| tree | 7a7e7a187e8c505d531e1f5d354f846b24de646a /ChangeLog | |
| parent | users/12699: don't complete normal arguments where we're completing the (diff) | |
| download | zsh-25413054c11fc4b67284d4d6db48272182da1d26.tar zsh-25413054c11fc4b67284d4d6db48272182da1d26.tar.gz zsh-25413054c11fc4b67284d4d6db48272182da1d26.tar.bz2 zsh-25413054c11fc4b67284d4d6db48272182da1d26.tar.lz zsh-25413054c11fc4b67284d4d6db48272182da1d26.tar.xz zsh-25413054c11fc4b67284d4d6db48272182da1d26.tar.zst zsh-25413054c11fc4b67284d4d6db48272182da1d26.zip | |
24699: bug with ${(Q)...} on initial ">"
bug with ${(z)...} on string with unterminated "("
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-03-08 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 24699: Src/hist.c, Src/input.c, Src/lex.c, + Test/D04parameter.ztst: fix two bugs in the hacked up parsing + of strings for parameter substitution: ${(Q)...} lost an initial + ">" and ${(z)...} on a string with an opening parenthesis but + no closing parenthesis appended an extra space. + 2008-03-07 Peter Stephenson <p.w.stephenson@ntlworld.com> * users/12699: Src/Zle/computil.c: don't complete normal |
