diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2011-06-21 Don Porter <dgp@users.sourceforge.net> + + *** 8.5.10 TAGGED FOR RELEASE *** + + * changes: Update for 8.5.10 release. + + * library/tcltest/tcltest.tcl (loadIntoSlaveInterpreter): + * library/tcltest/pkgIndex.tcl: Backport tcltest 2.3.3 for release + * unix/Makefile.in: with Tcl 8.5.*. + * win/Makefile.in: + + * tests/init.test: Update test files to use new command. + * tests/pkg.test: + + * generic/tclLink.c: Prevent multiple links to a single Tcl + variable when calling Tcl_LinkVar(). [Bug 3317466] + 2011-06-13 Don Porter <dgp@users.sourceforge.net> * generic/tclStrToD.c: [Bug 3315098] Mem leak fix from Gustaf Neumann. |