summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-01 20:19:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-01 20:19:26 (GMT)
commit239e8679aa5bc2c3e8db30277a67a2df86fc893a (patch)
tree3e0c0ef9b01b34839d99e90c3ac83e15926ea447 /ChangeLog
parent20a6d5a7afe92a3d2c19ab3a2588ecbf20442f9d (diff)
downloadtcl-239e8679aa5bc2c3e8db30277a67a2df86fc893a.zip
tcl-239e8679aa5bc2c3e8db30277a67a2df86fc893a.tar.gz
tcl-239e8679aa5bc2c3e8db30277a67a2df86fc893a.tar.bz2
* generic/tclCmdMZ.c (TclCheckExecutionTraces): Corrected mistaken
assumption that all command traces are set at the script level. Report/fix from Jacques H. de Villiers. [Bug 1337941]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b8c170..9232bb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-01 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCmdMZ.c (TclCheckExecutionTraces): Corrected mistaken
+ assumption that all command traces are set at the script level.
+ Report/fix from Jacques H. de Villiers. [Bug 1337941]
+
* tests/expr-old.test (expr-32.52): Use int(.) to restrict
result of left shift to the C long range.