summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-11-12 23:42:17 (GMT)
committerhobbs <hobbs>2004-11-12 23:42:17 (GMT)
commit72e668e2300443e952f2105adad798d8f6a61c04 (patch)
treec1d85b45dd2118aa1efc6426dd4c9e1a54d60509 /ChangeLog
parenta0b887545ab0caa15443e7a5dfa35e2ea5946b67 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cd6690..6a628d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.