summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-10-05 21:24:55 (GMT)
committerhobbs <hobbs>2006-10-05 21:24:55 (GMT)
commitf1f47d25f4c44cd2fd67dc8f46024aef942fa937 (patch)
treed6077e824e5917a9231a5f2fd44cbce8d165d195 /ChangeLog
parenta06253f4cf1670e24651909046c7143319b2f2e8 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d70cc1..5331add 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):