summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-01 20:17:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-01 20:17:10 (GMT)
commitf2332264c55b9ab52d0cfa33c31a6b2e89e97e7d (patch)
tree7d8c5aa0a80bfe6ee5fae1136e72b5427ab415ff /ChangeLog
parent1b435abc4154bcc21eab372039b43f00d9216aff (diff)
downloadtcl-f2332264c55b9ab52d0cfa33c31a6b2e89e97e7d.zip
tcl-f2332264c55b9ab52d0cfa33c31a6b2e89e97e7d.tar.gz
tcl-f2332264c55b9ab52d0cfa33c31a6b2e89e97e7d.tar.bz2
* generic/tclTrace.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 2e4a2c2..d474bf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-01 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclTrace.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/unixNotfy.test (1.1,2): Update error message whitespace to
match changes in code.