summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-20 20:16:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-20 20:16:37 (GMT)
commit22ca5ec523a49ed377e9b660296b6fada9584cec (patch)
treeae038c3e68f533819e22af5b845f28d0bba342cb /ChangeLog
parent5e85514e64b3aea53ecc540e66af5be03a3a8a9b (diff)
parent5bc58dfd6d5f986104e6427cd158cacfbfcd6a70 (diff)
downloadtcl-22ca5ec523a49ed377e9b660296b6fada9584cec.zip
tcl-22ca5ec523a49ed377e9b660296b6fada9584cec.tar.gz
tcl-22ca5ec523a49ed377e9b660296b6fada9584cec.tar.bz2
merge to RC
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eccf76..da20558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-13 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStrToD.c: [Bug 3315098] Mem leak fix from Gustaf Neumann.
+
2011-06-02 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Removed TclCleanupLiteralTable(), and old
@@ -285,7 +289,7 @@
* library/tzdata/Pacific/Honolulu: tzdata2011d
- * unix/configure.in [Bug 3205320]: stack space detection defeated by inlining
+ * unix/configure.in: [Bug 3205320]: stack space detection defeated by inlining
* unix/configure: (autoconf-2.59)
2011-03-09 Don Porter <dgp@users.sourceforge.net>