summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-06-25 16:42:02 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-06-25 16:42:02 (GMT)
commit6fbb4c3a1efe27c05d7bcaac74afe47493148750 (patch)
tree5b24912c8c3609816579300b3161851624b2273b /ChangeLog
parent9236643dd5c1cbe619b563f67eefc3f80b3b7e87 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc798d3..b71f632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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