diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-25 17:47:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-25 17:47:10 +0000 |
commit | 56e1904e45cc474a9858dc1205055008f8c63752 (patch) | |
tree | 075e089f92f9916e36feee06c38321c58dd1a97d /ChangeLog | |
parent | 238df34af407d755a9c6fc94cade1272c7ea5b62 (diff) | |
download | zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar.gz zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar.xz zsh-56e1904e45cc474a9858dc1205055008f8c63752.zip |
fix optimisation of string matching with multibyte mode
24732: attempt to provide adequate space for sched ztrftime string with multibyte characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 211a5b42b..6f2e0d04e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-03-25 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 24732: Src/Builtins/sched.c: not enough space for ztrftime + string with multibyte characters. + + * 24731: Doc/Zsh/params.yo, Src/params.c, Src/pattern.c, + Test/D04parameter.ztst: use [(e)...] parameter flag to quote + pattern characters, also fix bug that optimization of matches + with no pattern characters didnʼt work for multibyte matching. + 2008-03-23 Clint Adams <clint@zsh.org> * 24730: Completion/Unix/Command/_git: use --no-color when |