summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-01-16 19:44:11 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-01-16 19:44:11 (GMT)
commit649a6115420f5c28c50feee55a7e0e441b22188d (patch)
tree87fb0a03684559d93d38d2a49416a4bbd053e9a0 /ChangeLog
parent90cf37f28b485d5cfdf799b2ead8bf7e1d57b479 (diff)
downloadtcl-649a6115420f5c28c50feee55a7e0e441b22188d.zip
tcl-649a6115420f5c28c50feee55a7e0e441b22188d.tar.gz
tcl-649a6115420f5c28c50feee55a7e0e441b22188d.tar.bz2
* generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]
* generic/tclExecute.c: (dgp)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00ccc1e..62bd72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-01-15 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]
+ * generic/tclExecute.c: (dgp)
+
* doc/proc.n: changed wording for access to non-local variables;
added mention to [namespace upvar]. Lame attempt at dealing with
documentation [Bug 1872708]