diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-06-25 16:42:02 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-06-25 16:42:02 (GMT) |
commit | 6fbb4c3a1efe27c05d7bcaac74afe47493148750 (patch) | |
tree | 5b24912c8c3609816579300b3161851624b2273b /ChangeLog | |
parent | 9236643dd5c1cbe619b563f67eefc3f80b3b7e87 (diff) | |
download | tcl-6fbb4c3a1efe27c05d7bcaac74afe47493148750.zip tcl-6fbb4c3a1efe27c05d7bcaac74afe47493148750.tar.gz tcl-6fbb4c3a1efe27c05d7bcaac74afe47493148750.tar.bz2 |
* 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].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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. @@ -13,6 +20,7 @@ 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 |