diff options
author | rmax <rmax> | 2004-05-27 14:33:17 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-05-27 14:33:17 (GMT) |
commit | 745b7fd7ab8c61fc34586c00f4cb09945292c3ea (patch) | |
tree | 6e898823663aba6bffb15a7c24b317772aa4b0ec /ChangeLog | |
parent | 9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9 (diff) | |
download | tcl-745b7fd7ab8c61fc34586c00f4cb09945292c3ea.zip tcl-745b7fd7ab8c61fc34586c00f4cb09945292c3ea.tar.gz tcl-745b7fd7ab8c61fc34586c00f4cb09945292c3ea.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-05-27 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-26 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: Correction to debug prints and testing |