diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-26 20:00:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-26 20:00:23 (GMT) |
commit | d7019b7df70dfd4375c7952850fe26f1bec79520 (patch) | |
tree | f05473accd27a61671c8ffd507076c466183540e /ChangeLog | |
parent | ba8f5e3b42ce9478f7888c65663d55f9cfd7bf4c (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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. |