diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-25 17:16:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-25 17:16:27 (GMT) |
commit | 257410e1220dbf998656407c162b2434642357d6 (patch) | |
tree | 787537cee8ea2ecf56e8d763836614df0cc7dfcb /ChangeLog | |
parent | 6fbb4c3a1efe27c05d7bcaac74afe47493148750 (diff) | |
download | tcl-257410e1220dbf998656407c162b2434642357d6.zip tcl-257410e1220dbf998656407c162b2434642357d6.tar.gz tcl-257410e1220dbf998656407c162b2434642357d6.tar.bz2 |
Add test suite changes for 1999119 bug fix commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,14 +1,14 @@ -2008-06-25 Andreas Kupries <andreask@activestate.com> - - * library/tm.tcl: Modified the handling of Tcl Modules and of the - * library/safe.tcl: Safe Base to interact nicely with each other, - * library/init.tcl: enabling requiring Tcl Modules in safe - interpreters. Fixes [Bug 1999119]. - 2008-06-25 Don Porter <dgp@users.sourceforge.net> * changes: Update for 8.5.3 release. +2008-06-25 Andreas Kupries <andreask@activestate.com> + + * library/tm.tcl: Modified the handling of Tcl Modules and of the + * library/safe.tcl: Safe Base to interact nicely with each other, + * library/init.tcl: enabling requiring Tcl Modules in safe + * tests/safe.test: interpreters. Fixes [Bug 1999119]. + 2008-06-25 Pat Thoyts <patthoyts@users.sourceforge.net> * win/rules.vc: Backported fix for dde/registry versions and @@ -20,7 +20,6 @@ Tcl_ObjType for the empty string value. Problem led to a crash in the command [glob -dir {} a]. [Bug 1999176]. ->>>>>>> 1.3975.2.48 2008-06-23 Don Porter <dgp@users.sourceforge.net> * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when |