diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-01 22:19:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-01 22:19:03 (GMT) |
commit | 739062154a9a146d256d6138ad44358b9d53d55d (patch) | |
tree | fe8837d9f415ad1656cf3105851dae5d9799421d /ChangeLog | |
parent | f9d8739931a289eb5807115e767a3e3a80a3205b (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |