summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-01 22:19:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-01 22:19:03 (GMT)
commit739062154a9a146d256d6138ad44358b9d53d55d (patch)
treefe8837d9f415ad1656cf3105851dae5d9799421d /ChangeLog
parentf9d8739931a289eb5807115e767a3e3a80a3205b (diff)
downloadtcl-739062154a9a146d256d6138ad44358b9d53d55d.zip
tcl-739062154a9a146d256d6138ad44358b9d53d55d.tar.gz
tcl-739062154a9a146d256d6138ad44358b9d53d55d.tar.bz2
* generic/tclProc.c: Revised fix for [Bug 1209759] is more complex,
* generic/tclResult.c: but should have less performance impact.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28572fa..969e497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-06-01 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex,
+ * generic/tclResult.c: but should have less performance impact.
+
* generic/tclBasic.c: For compatibility with earlier Tcl releases,
* generic/tclResult.c: when a command procedure simply does a
* generic/tclTest.c: "return TCL_RETURN;" we must interpret that