about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-29 17:40:41 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-29 17:40:41 +0000
commit9f2bf1f0f29d51368a0da52996a510a527e8b45d (patch)
treedfeb0dd6bd19c0d25af4aaeff96471cec3f9a8e3 /ChangeLog
parentd061785438d489058141a831fbd2818909f3d11d (diff)
downloadzsh-9f2bf1f0f29d51368a0da52996a510a527e8b45d.tar.gz
zsh-9f2bf1f0f29d51368a0da52996a510a527e8b45d.tar.xz
zsh-9f2bf1f0f29d51368a0da52996a510a527e8b45d.zip
22787: fix calling convention of pattern_match
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf48542aa..892e8bc87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-29  Andrey Borzenkov <bor@zsh.org>
+
+	* 22787: Srz/Zsh/compmatch.c: change calling convention of
+	pattern match to not depend on current implementation that works
+	for single byte characters only, thus making it more easy to
+	change it later.
+
 2006-09-28  Peter Stephenson  <pws@csr.com>
 
 	* 22783: Frank Terbeck: Src/init.c: don't load zsh/newuser