diff options
author | hobbs <hobbs> | 2006-10-05 21:24:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-10-05 21:24:39 (GMT) |
commit | d78a8ea8c98971dec54e3bf5c738432029bb7e61 (patch) | |
tree | 82fd1cd2dec7ddd5c18e1f14ddf44d3e52aa27c6 /ChangeLog | |
parent | 46aff41e83607a2efd59982d1393cff759ba692e (diff) | |
download | tcl-d78a8ea8c98971dec54e3bf5c738432029bb7e61.zip tcl-d78a8ea8c98971dec54e3bf5c738432029bb7e61.tar.gz tcl-d78a8ea8c98971dec54e3bf5c738432029bb7e61.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): |