summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-09-07 15:31:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-09-07 15:31:09 (GMT)
commit0a42d952ff2cba9243fc2f432420bffb52aa9e70 (patch)
tree481a4f34db391c90f180dc321a489ae8e50bff99 /ChangeLog
parent2a03bdad453a632583f84f71bf5091c682999d90 (diff)
downloadtcl-0a42d952ff2cba9243fc2f432420bffb52aa9e70.zip
tcl-0a42d952ff2cba9243fc2f432420bffb52aa9e70.tar.gz
tcl-0a42d952ff2cba9243fc2f432420bffb52aa9e70.tar.bz2
* generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative
* tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect handling was producing byte sequences outside of Tcl's legal internal encoding. [Bug 1283976].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46f5483..ffefd16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative
+ * tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect
+ handling was producing byte sequences outside of Tcl's legal internal
+ encoding. [Bug 1283976].
+
2005-09-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclInt.h (List): Added flag to keep track of whether a list