summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-16 22:03:51 (GMT)
committerhobbs <hobbs>2003-07-16 22:03:51 (GMT)
commit379bdae5c3feed0328500dd805b3e51c06d0383f (patch)
tree0345d742b6688dea4e5f032e9c7192a5dfdce4c4 /ChangeLog
parentb37075f5ec3bb37ef448c26ac7be3f1ff4eb15ca (diff)
downloadtcl-379bdae5c3feed0328500dd805b3e51c06d0383f.zip
tcl-379bdae5c3feed0328500dd805b3e51c06d0383f.tar.gz
tcl-379bdae5c3feed0328500dd805b3e51c06d0383f.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72cfca7..c7d4f8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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)
+
2003-07-16 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/CrtSlave.3 (Tcl_MakeSafe): Updated documentation to strongly