summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-07-27 17:26:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-07-27 17:26:36 (GMT)
commit0800af49de60cffa651e222f74633f4aa1905863 (patch)
treea3e087b34e48d167b13004ef21901441c1435c40 /ChangeLog
parentf290555a7143813d38b1c606c489ee0d86844bbf (diff)
parentd7019b7df70dfd4375c7952850fe26f1bec79520 (diff)
downloadtcl-0800af49de60cffa651e222f74633f4aa1905863.zip
tcl-0800af49de60cffa651e222f74633f4aa1905863.tar.gz
tcl-0800af49de60cffa651e222f74633f4aa1905863.tar.bz2
merge to rc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f327122..5d08170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+2011-07-26 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOO.c (initScript): Ensure that TclOO is properly found by
+ all the various package mechanisms (by adding a dummy ifneeded script)
+ and not just some of them.
+
+2011-07-21 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinPort.h: [Bug 3372130]: Fix hypot math function with MSVC10
+
2011-07-19 Don Porter <dgp@users.sourceforge.net>
- * generic/tclUtil.c: [Bug 3371644] Repair failure to properly handle
+ * generic/tclUtil.c: [Bug 3371644]: Repair failure to properly handle
* tests/util.test: (length == -1) scanning in TclConvertElement().
Thanks to Thomas Sader and Alexandre Ferrieux.