diff options
author | hobbs <hobbs> | 2006-10-05 21:24:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-10-05 21:24:55 (GMT) |
commit | f1f47d25f4c44cd2fd67dc8f46024aef942fa937 (patch) | |
tree | d6077e824e5917a9231a5f2fd44cbce8d165d195 /ChangeLog | |
parent | a06253f4cf1670e24651909046c7143319b2f2e8 (diff) | |
download | tcl-f1f47d25f4c44cd2fd67dc8f46024aef942fa937.zip tcl-f1f47d25f4c44cd2fd67dc8f46024aef942fa937.tar.gz tcl-f1f47d25f4c44cd2fd67dc8f46024aef942fa937.tar.bz2 |
* generic/tcl.h: note limitation on changing Tcl_UniChar size
* generic/tclEncoding.c (UtfToUnicodeProc, UnicodeToUtfProc):
* tests/encoding.test (encoding-16.1): fix alignment issues in
unicode <> utf conversion procs. [Bug 1122671]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-10-05 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tcl.h: note limitation on changing Tcl_UniChar size + * generic/tclEncoding.c (UtfToUnicodeProc, UnicodeToUtfProc): + * tests/encoding.test (encoding-16.1): fix alignment issues in + unicode <> utf conversion procs. [Bug 1122671] + 2006-10-05 Miguel Sofer <msofer@users.sf.net> * generic/tclVar.c (Tcl_LappendObjCmd): |