summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-04-25 21:59:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-04-25 21:59:27 (GMT)
commit98db0526c3675947ecfc371b9166d3a346ebbf45 (patch)
treeea604781e2bd47a162882dddab603cf67a732a8b /ChangeLog
parent3e9935c9d0351de3a1b1da3f2c9dbb01e78799c7 (diff)
downloadtcl-98db0526c3675947ecfc371b9166d3a346ebbf45.zip
tcl-98db0526c3675947ecfc371b9166d3a346ebbf45.tar.gz
tcl-98db0526c3675947ecfc371b9166d3a346ebbf45.tar.bz2
Fix [Bug 1705778, leak K15]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 16 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 883c80d..8d4d820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,21 @@
+2007-04-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclProc.c (TclObjInterpProcCore): Only allocate objects for
+ error message generation when associated with argument names that are
+ really used. [Bug 1705778, leak K15]
+
2007-04-25 Kevin B. Kenny <kennykb@acm.org>
- * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management
- so that the path returned from Tcl_FSGetNativePath is not
- duplicated before being stored as the current directory, to avoid
- a memory leak. [Bug 1705778, leak K01 among other manifestations]
+ * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management so
+ that the path returned from Tcl_FSGetNativePath is not duplicated
+ before being stored as the current directory, to avoid a memory leak.
+ [Bug 1705778, leak K01 among other manifestations]
2007-04-25 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCompExpr.c (ParseExpr): Revised to be sure that
- an error return doesn't prevent all literals getting placed on the
- litList to be returned to the caller for freeing. Corrects some
+ * generic/tclCompExpr.c (ParseExpr): Revised to be sure that an
+ error return doesn't prevent all literals getting placed on the
+ litList to be returned to the caller for freeing. Corrects some
memleaks. [Bug 1705778, leak K23]
2007-04-25 Daniel Steffen <das@users.sourceforge.net>
@@ -20,9 +26,9 @@
2007-04-24 Miguel Sofer <msofer@users.sf.net>
* generic/tclListObj.c: reverting [Patch 738900] (committed on
- 2007-04-20). Causes some Tk test breakage of unknown importance,
- but the impact of the patch itself is likely to be so small that
- it does not warrant investigation at this time.
+ 2007-04-20). Causes some Tk test breakage of unknown importance, but
+ the impact of the patch itself is likely to be so small that it does
+ not warrant investigation at this time.
2007-04-24 Donal K. Fellows <dkf@users.sf.net>