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 | 24730: use --no-color when calling git commands that might output color codes. (diff) | |
| download | zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar.gz zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar.bz2 zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar.lz zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar.xz zsh-56e1904e45cc474a9858dc1205055008f8c63752.tar.zst 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
@@ -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 |
