diff options
author | dgp <dgp@users.sourceforge.net> | 2007-08-13 23:07:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-08-13 23:07:35 (GMT) |
commit | a789ab33c1944041459d117c719d57c44582b717 (patch) | |
tree | 010b01e269f67758c5fd56095f5438dec9f8cfe5 /ChangeLog | |
parent | 03a98e8337487e74191cf5e805cc9d8a5481e952 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |