about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-12-19 13:01:43 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-12-19 13:01:43 +0000
commit507c58262a4d2b09f8ce58539fd497c6ecc2c5fc (patch)
treedfed9f9ae2ae2db3e491ab42b800feaeba94feed /ChangeLog
parent3778f5a3ba05b542109bbaef6b7de94f145e47cc (diff)
downloadzsh-507c58262a4d2b09f8ce58539fd497c6ecc2c5fc.tar.gz
zsh-507c58262a4d2b09f8ce58539fd497c6ecc2c5fc.tar.xz
zsh-507c58262a4d2b09f8ce58539fd497c6ecc2c5fc.zip
23071: signed characters with no multibyte support
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b00e8644..51f92be7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-12-19  Peter Stephenson  <pws@csr.com>
 
+	* 23071: Src/utils.c: problem with signed characters with
+	no multibyte support.
+
 	* 23070: Test/C02cond.ztst: Skip [[ -N file ]] test on NFS
 	file systems.