summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-25 17:16:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-25 17:16:27 (GMT)
commit257410e1220dbf998656407c162b2434642357d6 (patch)
tree787537cee8ea2ecf56e8d763836614df0cc7dfcb /ChangeLog
parent6fbb4c3a1efe27c05d7bcaac74afe47493148750 (diff)
downloadtcl-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--ChangeLog15
1 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b71f632..9efe283 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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