summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-01-16 21:54:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-01-16 21:54:32 (GMT)
commit49eca9a7a4e39d17536afa4222fca7a529988b80 (patch)
treeff7af4bbc2f4ec827dccdc503d3dce088ffc0061 /ChangeLog
parent6101ed5d08da556682f4d6c8870f87180eeef50a (diff)
downloadtcl-49eca9a7a4e39d17536afa4222fca7a529988b80.zip
tcl-49eca9a7a4e39d17536afa4222fca7a529988b80.tar.gz
tcl-49eca9a7a4e39d17536afa4222fca7a529988b80.tar.bz2
test for memory leak
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 182dede..2a0992c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
* generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]
* generic/tclExecute.c: (dgp)
+ * tests/compExpr.test:
* doc/proc.n: changed wording for access to non-local variables;
added mention to [namespace upvar]. Lame attempt at dealing with