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 | 393428f319e2b46f52358501a48f0f0efa70701e (patch) | |
tree | 4a829d39cbdf5838361fad8f1529ecb77c1899e5 /ChangeLog | |
parent | 9987b6112fe33da661a62d8ba400701c921e83a8 (diff) | |
download | tcl-393428f319e2b46f52358501a48f0f0efa70701e.zip tcl-393428f319e2b46f52358501a48f0f0efa70701e.tar.gz tcl-393428f319e2b46f52358501a48f0f0efa70701e.tar.bz2 |
* changes: Update for 8.5.9 release.
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 |