summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-04-04 14:26:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-04-04 14:26:48 (GMT)
commit30221bb2eb6170a11b9d0dc0a791be2644b115c9 (patch)
tree778922e8539289c35c5996a5e376000d1a32df4c /ChangeLog
parenteb9b8951fed7e40e78b2f7c1e4b2d9b3806a0c34 (diff)
parent2db0d44d63bad5e5d32e84a38b8a4756d7dab1d0 (diff)
downloadtcl-rfe_3216010.zip
tcl-rfe_3216010.tar.gz
tcl-rfe_3216010.tar.bz2
Merge to feature branchrfe_3216010
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d912365..f1ab8a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
+2011-04-02 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclStrToD.c (QuickConversion): Replaced another couple
+ of 'double' declarations with 'volatile double' to work around
+ misrounding issues in mingw-gcc 3.4.5.
+
+2011-03-24 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclFCmd.c (TclFileAttrsCmd): Ensure that any reference to
+ temporary index tables is squelched immediately rather than hanging
+ around to trip us up in the future.
+
+2011-03-21 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/tclLoadDl.c: [Bug #3216070]: Loading extension libraries
+ * unix/tclLoadDyld.c: from embedded Tcl applications.
+
2011-03-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclCkalloc.c: [Bug #3197864] pointer truncation on Win64
+ * generic/tclCkalloc.c: [Bug #3197864]: pointer truncation on Win64
TCL_MEM_DEBUG builds
2011-03-16 Don Porter <dgp@users.sourceforge.net>