summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-16 17:43:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-16 17:43:20 (GMT)
commit83ed8e2d6b100cc7247aea88a50772356195200e (patch)
treedf930e1351d83a8f1305ce732c13181278bf4bc9 /ChangeLog
parentef349994fd54b04e97fd19b6835ab4f1ec2f8519 (diff)
downloadtcl-83ed8e2d6b100cc7247aea88a50772356195200e.zip
tcl-83ed8e2d6b100cc7247aea88a50772356195200e.tar.gz
tcl-83ed8e2d6b100cc7247aea88a50772356195200e.tar.bz2
* generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also
changed Tcl_Alloc()/Tcl_Free() calls to ckalloc()/ckfree() for easier memory debugging in the future. [Bug 1568373]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5da6d6..78a3b60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
2006-10-16 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also
+ changed Tcl_Alloc()/Tcl_Free() calls to ckalloc()/ckfree() for easier
+ memory debugging in the future. [Bug 1568373]
+
* library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1.
* library/tcltest/pkgIndex.tcl: This permits more features to be
* unix/Makefile.in: added to tcltest before we reach version 2.3.0,