summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-02-21 10:22:57 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-02-21 10:22:57 (GMT)
commit4e9a61da4ebdae3218ba32738cc6422743a9ae33 (patch)
tree122376f0f97d209210f64a27d8a4fbb3c0324b17 /ChangeLog
parent025768e70f99fabd95951aeba08eacf06a075cf3 (diff)
downloadtk-4e9a61da4ebdae3218ba32738cc6422743a9ae33.zip
tk-4e9a61da4ebdae3218ba32738cc6422743a9ae33.tar.gz
tk-4e9a61da4ebdae3218ba32738cc6422743a9ae33.tar.bz2
[Bug 2546087] Restore support for NULs in console stdout channel.
In 2004 a fix to Tcl channels prevented the exposure of the internal UTF-8 representation of the ASCII NUL character (\uc080). Since then strings in the console have been truncated at NUL. This restores the older behaviour.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a95d58e..44a05fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-21 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * library/console.tcl: [Bug 2546087] In 2004 a fix to Tcl channels
+ prevented the exposure of the internal UTF-8 representation of the
+ ASCII NUL character (\uc080). Since then strings in the console
+ have been truncated at NUL. This restores the older behaviour.
+
2009-02-17 Jeff Hobbs <jeffh@ActiveState.com>
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to