about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-02-10 22:12:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-02-10 22:12:58 +0000
commit0a532a8f7fc5144aa8d92bda5b0d5d3acf38cc0c (patch)
tree62204a23ab6f208e6d73ec61a4266b9436dc3e0d /ChangeLog
parent471184c7c2f2d8e18ebc60bfefe99b200ac6ff45 (diff)
downloadzsh-0a532a8f7fc5144aa8d92bda5b0d5d3acf38cc0c.tar.gz
zsh-0a532a8f7fc5144aa8d92bda5b0d5d3acf38cc0c.tar.xz
zsh-0a532a8f7fc5144aa8d92bda5b0d5d3acf38cc0c.zip
fix metafication of ${(#)x}
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67dcc2abd..b4304be4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 23162: Src/subst.c, D07multibyte.ztst: ${(#)x} didn't
+	metafy the result, giving nonsense if x was somewhere between
+	128 and 160.
+
 2007-02-08  Peter Stephenson  <pws@csr.com>
 
 	* unposted: README: add note on 23159 to incompatibilities