diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-02-12 19:25:39 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-02-12 19:25:39 (GMT) |
commit | 8dc5bc8beb82143f5ea0bc0bbdd609a699cf46c6 (patch) | |
tree | ae387602def649b2b3678c1bbbd5900c5a27b068 /ChangeLog | |
parent | baa5c737e07f4e6a6b343b7fe731da0ae38fdacc (diff) | |
download | tcl-8dc5bc8beb82143f5ea0bc0bbdd609a699cf46c6.zip tcl-8dc5bc8beb82143f5ea0bc0bbdd609a699cf46c6.tar.gz tcl-8dc5bc8beb82143f5ea0bc0bbdd609a699cf46c6.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |