summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2004-05-07 20:01:11 (GMT)
committerrmax <rmax>2004-05-07 20:01:11 (GMT)
commitf5a61ae224e332ced24b7ff2fa575472e0ee7efd (patch)
tree000fc6f76b9004c2103a75d8adefa0369fdb579d /ChangeLog
parent8c5df5fda90a29c593793d69237f1f8cceb0e4c0 (diff)
downloadtcl-f5a61ae224e332ced24b7ff2fa575472e0ee7efd.zip
tcl-f5a61ae224e332ced24b7ff2fa575472e0ee7efd.tar.gz
tcl-f5a61ae224e332ced24b7ff2fa575472e0ee7efd.tar.bz2
* generic/tclEncoding.c:
* tests/encoding.test: added support and tests for translating embedded null characters between real nullbytes and the internal representation on input/output (Bug #949905).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d51d6de..f6bd8bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-07 Reinhard Max <max@suse.de>
+
+ * generic/tclEncoding.c:
+ * tests/encoding.test: added support and tests for translating
+ embedded null characters between real nullbytes and the internal
+ representation on input/output (Bug #949905).
+
2004-05-07 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFileName.c: