summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-10-05 21:24:39 (GMT)
committerhobbs <hobbs>2006-10-05 21:24:39 (GMT)
commitd78a8ea8c98971dec54e3bf5c738432029bb7e61 (patch)
tree82fd1cd2dec7ddd5c18e1f14ddf44d3e52aa27c6 /ChangeLog
parent46aff41e83607a2efd59982d1393cff759ba692e (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ba0c01..5eec923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):