diff options
author | hobbs <hobbs> | 2003-07-16 22:06:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-16 22:06:03 (GMT) |
commit | 81bbc0ba267fefbb15f6d0f7003126b1bf401ffe (patch) | |
tree | ebcf5984159e62b71d1bff0188d3b69b72921953 /ChangeLog | |
parent | a192f58aa339e34d092729d90602e2513f1634ac (diff) | |
download | tcl-81bbc0ba267fefbb15f6d0f7003126b1bf401ffe.zip tcl-81bbc0ba267fefbb15f6d0f7003126b1bf401ffe.tar.gz tcl-81bbc0ba267fefbb15f6d0f7003126b1bf401ffe.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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |