summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-07-04 19:22:20 (GMT)
committerjenglish <jenglish@flightlab.com>2008-07-04 19:22:20 (GMT)
commit53ca8c3c36eb3e91b418b65e588a601b017aa9dc (patch)
tree0e1a7b062ba2091983e21b4b8521c7354cbf5bdb /ChangeLog
parent0eeeeffffb57a74d4c7c20806ffa179517190e41 (diff)
downloadtcl-53ca8c3c36eb3e91b418b65e588a601b017aa9dc.zip
tcl-53ca8c3c36eb3e91b418b65e588a601b017aa9dc.tar.gz
tcl-53ca8c3c36eb3e91b418b65e588a601b017aa9dc.tar.bz2
UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8
sequences. See [Bug 1908443] for details.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 466dcb2..f330230 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-04 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/tclEncoding.c(UtfToUtfProc): Avoid unwanted sign extension
+ when converting incomplete UTF-8 sequences. See [Bug 1908443] for
+ details.
+
2008-07-03 Andreas Kupries <andreask@activestate.com>
* generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak