diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-10 18:40:24 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-10 18:40:24 (GMT) |
commit | 6858ad68f90507674fd6110a0058446628bbf230 (patch) | |
tree | 9f352ddfb1e4e855d26e7a29e08bdb64fd6eb9bb /ChangeLog | |
parent | 9789dc88e2250f26f10588c2b602b1aa1212b1d3 (diff) | |
download | tcl-6858ad68f90507674fd6110a0058446628bbf230.zip tcl-6858ad68f90507674fd6110a0058446628bbf230.tar.gz tcl-6858ad68f90507674fd6110a0058446628bbf230.tar.bz2 |
* generic/tclInt.h: fix the TclSetVarNamespaceVar macro, was
causing a leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-08-10 Miguel Sofer <msofer@users.sf.net> + + * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, was + causing a leak. + 2007-08-10 Don Porter <dgp@users.sourceforge.net> * generic/tclCompExpr.c: Revise CompileExprTree() to use the |