diff options
author | hobbs <hobbs> | 2004-11-12 23:42:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-11-12 23:42:17 (GMT) |
commit | 72e668e2300443e952f2105adad798d8f6a61c04 (patch) | |
tree | c1d85b45dd2118aa1efc6426dd4c9e1a54d60509 /ChangeLog | |
parent | a0b887545ab0caa15443e7a5dfa35e2ea5946b67 (diff) | |
download | tcl-72e668e2300443e952f2105adad798d8f6a61c04.zip tcl-72e668e2300443e952f2105adad798d8f6a61c04.tar.gz tcl-72e668e2300443e952f2105adad798d8f6a61c04.tar.bz2 |
* generic/tclEncoding.c (TableFromUtfProc): correct crash
condition when TCL_UTF_MAX == 6. [Bug 1004065]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-11-12 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclEncoding.c (TableFromUtfProc): correct crash + condition when TCL_UTF_MAX == 6. [Bug 1004065] + 2004-11-12 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/interp.n: Basic documentation of the TIP#221 API. |