summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2003-07-16 22:06:02 (GMT)
committerhobbs <hobbs@noemail.net>2003-07-16 22:06:02 (GMT)
commitbb1fc3c6d2a0f2b6e9f6e1a731341ba2661ea5dc (patch)
treeebcf5984159e62b71d1bff0188d3b69b72921953 /ChangeLog
parentc07d3998a6a629b8dd941a99d1c8bf06cafa67ac (diff)
downloadtcl-bb1fc3c6d2a0f2b6e9f6e1a731341ba2661ea5dc.zip
tcl-bb1fc3c6d2a0f2b6e9f6e1a731341ba2661ea5dc.tar.gz
tcl-bb1fc3c6d2a0f2b6e9f6e1a731341ba2661ea5dc.tar.bz2
* generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the
* generic/regcustom.h: make line to support UCS-4 mode. No config arg at this time, as it is not the recommended build mode. FossilOrigin-Name: 20681ebe8b658cad3172ea6a615d9b8f6619cd17
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f094a7c..ee220d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
2003-07-16 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the
+ * generic/regcustom.h: make line to support UCS-4 mode. No config
+ arg at this time, as it is not the recommended build mode.
+
* generic/tclPreserve.c: In Result and Preserve'd routines, do not
* generic/tclUtil.c: assume that ckfree == free, as that is not
* generic/tclResult.c: always true. [Bug 756791] (fuller)