summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-08 14:24:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-08 14:24:55 (GMT)
commitd505bd3c8c89ad756dcd8cb672e623c31f1ffd0a (patch)
tree58cca7eaf90d4d9c8a8102a1a796e69286dffc59 /ChangeLog
parentcfc531110a22c8186df8056d27da13ca8d0fda25 (diff)
downloadtcl-d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a.zip
tcl-d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a.tar.gz
tcl-d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a.tar.bz2
Fix for [Bug 1348775]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2da6b1f..81baf58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-08 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * generic/tclTrace.c (TraceVarEx): Factor out the core of Tcl_TraceVar2
+ (TclTraceVariableObjCmd,TraceVarProc): Use the new internal API to
+ arrange for the clientData to be cleaned up at the same time as the
+ rest of the main trace record. This simplifies the code a bit at the
+ same time.
+
2005-11-07 Miguel Sofer <msofer@users.sf.net>
* tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug