summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2007-02-12 19:25:39 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2007-02-12 19:25:39 (GMT)
commit609e465375405b3c1d8b55eb34ef1d5dc0a883d6 (patch)
treeae387602def649b2b3678c1bbbd5900c5a27b068 /ChangeLog
parent6432350cc12a9477df04b2096a9db7006ffd6e16 (diff)
downloadtcl-609e465375405b3c1d8b55eb34ef1d5dc0a883d6.zip
tcl-609e465375405b3c1d8b55eb34ef1d5dc0a883d6.tar.gz
tcl-609e465375405b3c1d8b55eb34ef1d5dc0a883d6.tar.bz2
* generic/tclEncoding.c (EscapeFromUtfProc): Applied patch
supplied by Mo DeJong to fix [Bug 1516109]. Backport from Tcl 8.5. Mo's description: Clear the TCL_ENCODING_END flag when end bytes are written. This fix keep this method from writing escape bytes for an encoding like iso2022-jp multiple times when the escape byte overlap with the end of the IO buffer. * tests/io.test: Add test case for escape byte overlap case. FossilOrigin-Name: e60b64283806fa6296e1255cc7509b775fdb8f41
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 075886b..daac879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-02-12 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclEncoding.c (EscapeFromUtfProc): Applied patch
+ supplied by Mo DeJong to fix [Bug 1516109]. Backport from Tcl
+ 8.5. Mo's description: Clear the TCL_ENCODING_END flag when end
+ bytes are written. This fix keep this method from writing escape
+ bytes for an encoding like iso2022-jp multiple times when the
+ escape byte overlap with the end of the IO buffer.
+ * tests/io.test: Add test case for escape byte overlap case.
+
2007-02-04 Daniel Steffen <das@users.sourceforge.net>
* unix/configure.in: add caching to -pipe check.