diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-13 18:49:06 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-13 18:49:06 +0000 |
commit | f50dfd61f66d61d17c2ae14e03f32a502da577fa (patch) | |
tree | 2c27aa297d2a075920179a600c48547fcfb83f0b /ChangeLog | |
parent | b8108d295f18b45c802114db1fe82cb770a15691 (diff) | |
download | zsh-f50dfd61f66d61d17c2ae14e03f32a502da577fa.tar.gz zsh-f50dfd61f66d61d17c2ae14e03f32a502da577fa.tar.xz zsh-f50dfd61f66d61d17c2ae14e03f32a502da577fa.zip |
23051: ${(Q)...} of RCQUOTE expression failed with DEBUG active
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8cf2ff621..390e0f017 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-13 Peter Stephenson <pws@csr.com> + + * 23051: Src/lex.c: using ${(Q)...} on an expression with + RCQUOTE handling failed when DEBUG was defined. + 2006-12-12 Peter Stephenson <pws@csr.com> * users/11079: Doc/Zsh/expn.yo: point out that 1(2##) may not |