diff options
author | hobbs <hobbs> | 2002-03-04 22:00:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-03-04 22:00:38 (GMT) |
commit | 5a598af441f3863e58e7d6f31cb56421774d59a6 (patch) | |
tree | c77eaa3f737bd87747c287a7ad6f6a2770bcc2d6 /ChangeLog | |
parent | 1c18b5b6965b64591b52b118d863cb8e109fb8a1 (diff) | |
download | tcl-5a598af441f3863e58e7d6f31cb56421774d59a6.zip tcl-5a598af441f3863e58e7d6f31cb56421774d59a6.tar.gz tcl-5a598af441f3863e58e7d6f31cb56421774d59a6.tar.bz2 |
* tests/io.test:
* tests/encoding.test: corrected iso2022 encoding results.
added encoding-24.*
* generic/tclEncoding.c (EscapeFromUtfProc): corrected output of
escape codes as per RFC 1468. [Patch #474358] (taguchi)
(TclFinalizeEncodingSubsystem): corrected potential double-free
when encodings were finalized on exit. [Bug #219314, #524674]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-03-04 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/io.test: + * tests/encoding.test: corrected iso2022 encoding results. + added encoding-24.* + * generic/tclEncoding.c (EscapeFromUtfProc): corrected output of + escape codes as per RFC 1468. [Patch #474358] (taguchi) + (TclFinalizeEncodingSubsystem): corrected potential double-free + when encodings were finalized on exit. [Bug #219314, #524674] + 2002-03-01 Jeff Hobbs <jeffh@ActiveState.com> * library/encoding/iso2022-jp.enc: |