diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-04 04:48:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-04 04:48:13 (GMT) |
commit | 48cc4927f6e3bc52ca55b4c366efd3b02987b998 (patch) | |
tree | a66d62225090f27fc546e88101c12e45e9de6e00 /ChangeLog | |
parent | 3e033b354b6208eb4e0c1e0acd9fbb3e52bcd579 (diff) | |
download | tcl-48cc4927f6e3bc52ca55b4c366efd3b02987b998.zip tcl-48cc4927f6e3bc52ca55b4c366efd3b02987b998.tar.gz tcl-48cc4927f6e3bc52ca55b4c366efd3b02987b998.tar.bz2 |
* generic/tclExecute.c: Stopped faulty double-logging of errors to
* tests/execute.test: stack trace when a compile epoch bump triggers
fallback to direct evaluation of commands in a compiled script.
[Bug 2037338]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-08-04 Don Porter <dgp@users.sourceforge.net>S + + * generic/tclExecute.c: Stopped faulty double-logging of errors to + * tests/execute.test: stack trace when a compile epoch bump triggers + fallback to direct evaluation of commands in a compiled script. + [Bug 2037338] + 2008-07-30 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Corrected the timing of when the flag |