summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-26 16:20:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-26 16:20:38 (GMT)
commitd7c1ae018c2a9e4e28b9af2f1c6d5bfab48e2a02 (patch)
tree4c004405c8a4638d67de2e4b109c2657501d020f /ChangeLog
parenteb02536e79e9a0ada6a15791221f37b803ab6bb9 (diff)
downloadtcl-d7c1ae018c2a9e4e28b9af2f1c6d5bfab48e2a02.zip
tcl-d7c1ae018c2a9e4e28b9af2f1c6d5bfab48e2a02.tar.gz
tcl-d7c1ae018c2a9e4e28b9af2f1c6d5bfab48e2a02.tar.bz2
* generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that
* tests/trace.test (trace-34.4): command delete traces fire while the command still exists. [Bug 1047286]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a08eaa..2905807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-26 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that
+ * tests/trace.test (trace-34.4): command delete traces fire
+ while the command still exists. [Bug 1047286]
+
2005-07-24 Mo DeJong <mdejong@users.sourceforge.net>
* unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):