summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-25 17:47:10 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-25 17:47:10 +0000
commit56e1904e45cc474a9858dc1205055008f8c63752 (patch)
tree075e089f92f9916e36feee06c38321c58dd1a97d /ChangeLog
parent24730: use --no-color when calling git commands that might output color codes. (diff)
downloadzsh-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--ChangeLog10
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