summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-12 19:46:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-12 19:46:32 (GMT)
commit621fdc63b1cc19c373ed968e149e0706e4400131 (patch)
treeb72e790e9779b24957baae326129dfccc593133b /ChangeLog
parent5fea15bc889ee69cbd66b17813e9c61e5edbc690 (diff)
downloadtcl-621fdc63b1cc19c373ed968e149e0706e4400131.zip
tcl-621fdc63b1cc19c373ed968e149e0706e4400131.tar.gz
tcl-621fdc63b1cc19c373ed968e149e0706e4400131.tar.bz2
Plug testing memleak. [Bug 2895367]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 15 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 08e49d9..3e0c650 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,23 +1,30 @@
+2009-12-12 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclTest.c (TestconcatobjCmd): [Bug 2895367]: Stop memory
+ leak when testing. We don't need extra noise of this sort when
+ tracking down real problems!
+
2009-12-10 Andreas Kupries <andreask@activestate.com>
* generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated
comments to describe when the function can be entered for the same
Tcl_Obj* multiple times. This is a continuation of the 2009-11-10
- entry where a memory leak was plugged, but where not sure if that
- was just a band-aid to paper over some other error. It isn't, this
- is a legal situation.
+ entry where a memory leak was plugged, but where not sure if that was
+ just a band-aid to paper over some other error. It isn't, this is a
+ legal situation.
2009-12-09 Andreas Kupries <andreask@activestate.com>
* library/safe.tcl: Backport of the streamlined safe base from
- * tests/safe.test: head to the 8.5 branch (See head changelog
- entries 2009-11-05, 2009-11-06, 2009-12-03).
+ * tests/safe.test: head to the 8.5 branch (See head changelog entries
+ 2009-11-05, 2009-11-06, 2009-12-03).
2009-12-07 Don Porter <dgp@users.sourceforge.net>
- * generic/tclStrToD.c: Correct conditional compile directives to
- better detect the toolchain that needs extra work for proper underflow
- treatment instead of merely detecting the mips platform. [Bug 2902010].
+ * generic/tclStrToD.c: [Bug 2902010]: Correct conditional compile
+ directives to better detect the toolchain that needs extra work for
+ proper underflow treatment instead of merely detecting the MIPS
+ platform.
2009-12-02 Jan Nijtmans <nijtmans@users.sf.net>