diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-29 11:08:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-29 11:08:04 +0000 |
commit | e92801a2c037cca76994f399a6f240e1ec6722d3 (patch) | |
tree | 96cefbaf3f2aea07a271b85c114f2a4ed6782bcf /ChangeLog | |
parent | af39a5ab1a4f0b154ac212fdeb86bad322b32056 (diff) | |
download | zsh-e92801a2c037cca76994f399a6f240e1ec6722d3.tar.gz zsh-e92801a2c037cca76994f399a6f240e1ec6722d3.tar.xz zsh-e92801a2c037cca76994f399a6f240e1ec6722d3.zip |
26466: suffix in certain matcher modes mishandled pattern
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 86cd7cb17..f2376b878 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-29 Peter Stephenson <pws@csr.com> + + * 26466: Src/Zle/compmatch.c: with suffix, bld_line() got + the arithmetic over patterns wrong. + 2009-01-28 Peter Stephenson <pws@csr.com> * Greg Klanderman: 26465: Doc/Zsh/zle.yo, Src/Zle/zle_keymap.c: @@ -11023,5 +11028,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4529 $ +* $Revision: 1.4530 $ ***************************************************** |