summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-26 20:00:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-26 20:00:23 (GMT)
commitd7019b7df70dfd4375c7952850fe26f1bec79520 (patch)
treef05473accd27a61671c8ffd507076c466183540e /ChangeLog
parentba8f5e3b42ce9478f7888c65663d55f9cfd7bf4c (diff)
downloadtcl-d7019b7df70dfd4375c7952850fe26f1bec79520.zip
tcl-d7019b7df70dfd4375c7952850fe26f1bec79520.tar.gz
tcl-d7019b7df70dfd4375c7952850fe26f1bec79520.tar.bz2
Ensure that TclOO is properly found by all the various package mechanisms (by
adding a dummy ifneeded script) and not just some of them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aad6742..bf320fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +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
+ * 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.