diff options
author | dgp <dgp@users.sourceforge.net> | 2010-09-08 17:38:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-09-08 17:38:32 (GMT) |
commit | 9e8566ff42a2366b85143427edf1ffb37d186b04 (patch) | |
tree | 4a829d39cbdf5838361fad8f1529ecb77c1899e5 /ChangeLog | |
parent | e2254765194c69d7e73a9ee9a4a99a124ab6be76 (diff) | |
download | tcl-9e8566ff42a2366b85143427edf1ffb37d186b04.zip tcl-9e8566ff42a2366b85143427edf1ffb37d186b04.tar.gz tcl-9e8566ff42a2366b85143427edf1ffb37d186b04.tar.bz2 |
* changes: Update for 8.5.9 release.core_8_5_9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,11 +1,15 @@ 2010-09-08 Andreas Kupries <andreask@activestate.com> + *** 8.5.9 TAGGED FOR RELEASE *** + * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for quite some time in the code, this change catches up the documentation. 2010-09-08 Don Porter <dgp@users.sourceforge.net> + * changes: Update for 8.5.9 release. + * win/tclWin32Dll.c: #ifdef protections to permit builds with * win/tclWinChan.c: mingw on amd64 systems. Thanks to "mescalinum" * win/tclWinFCmd.c: for reporting and testing. @@ -19,8 +23,6 @@ 2010-09-02 Andreas Kupries <andreask@activestate.com> - *** 8.5.9 TAGGED FOR RELEASE *** - * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. @@ -133,6 +135,7 @@ * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. + ***POTENTIAL INCOMPATIBILITY*** * win/Makefile.in (%.${OBJEXT}): better implicit rules support |