summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71a314b..bc64fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,12 @@
2003-07-18 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c: Corrected several instances of unsafe
+ * generic/tclCompile.c: truncation of UTF-8 strings that might
+ * generic/tclProc.c: break apart a multi-byte character.
+ * library/init.tcl: [Bug 760872]
+ * tests/init.test:
+
* doc/tcltest.n: Restored the [Eval] proc to replace
* library/tcltest/tcltest.tcl: the [::puts] command when either the
-output or -error option for [test] is in use, in order to capture