summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-08-13 23:07:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-08-13 23:07:35 (GMT)
commita789ab33c1944041459d117c719d57c44582b717 (patch)
tree010b01e269f67758c5fd56095f5438dec9f8cfe5 /ChangeLog
parent03a98e8337487e74191cf5e805cc9d8a5481e952 (diff)
downloadtcl-a789ab33c1944041459d117c719d57c44582b717.zip
tcl-a789ab33c1944041459d117c719d57c44582b717.tar.gz
tcl-a789ab33c1944041459d117c719d57c44582b717.tar.bz2
* generic/tclExecute.c: Provide DECACHE/CACHE protection to the
* tests/trace.test: Tcl_LogCommandInfo() call. [Bug 1773040]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92b6f21..405e399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-13 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclExecute.c: Provide DECACHE/CACHE protection to the
+ * tests/trace.test: Tcl_LogCommandInfo() call. [Bug 1773040]
+
2007-08-12 Miguel Sofer <msofer@users.sf.net>
* generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macro