diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-07-30 18:36:23 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-07-30 18:36:23 (GMT) |
commit | ede11f1fcc9723dfd791f6be7b43a0a11cc21ac6 (patch) | |
tree | f50ccaf9d490d3fba5dd9422468410b8030fc442 /ChangeLog | |
parent | 709c9e7193e7f6e1840a798149b76b33f47ccffa (diff) | |
download | tcl-ede11f1fcc9723dfd791f6be7b43a0a11cc21ac6.zip tcl-ede11f1fcc9723dfd791f6be7b43a0a11cc21ac6.tar.gz tcl-ede11f1fcc9723dfd791f6be7b43a0a11cc21ac6.tar.bz2 |
* tests/io.test:
* generic/tclIO.c (WriteChars): Added flag to break out of loop if
nothing of the input is consumed at all, to prevent infinite
looping of called with a non-UTF-8 string. Fixes Bug 584603
(partially). Added new test "io-60.1". Might need additional
changes to Tcl_Main so that unprintable results are printed as
binary data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-07-30 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * tests/io.test: + * generic/tclIO.c (WriteChars): Added flag to break out of loop if + nothing of the input is consumed at all, to prevent infinite + looping of called with a non-UTF-8 string. Fixes Bug 584603 + (partially). Added new test "io-60.1". Might need additional + changes to Tcl_Main so that unprintable results are printed as + binary data. + 2002-07-29 Mo DeJong <mdejong@users.sourceforge.net> * unix/Makefile.in: Use CC_SEARCH_FLAGS instead of |