summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-03 19:40:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-03 19:40:30 (GMT)
commitfda47bbaa13e43865058a11d857c9c08ebb02137 (patch)
tree2b21db02120d3639f36fcd6bcc811dbf3d99e42e /ChangeLog
parent38941ce68c0dc6530844e8d58bd9ba4f4582a92e (diff)
downloadtcl-fda47bbaa13e43865058a11d857c9c08ebb02137.zip
tcl-fda47bbaa13e43865058a11d857c9c08ebb02137.tar.gz
tcl-fda47bbaa13e43865058a11d857c9c08ebb02137.tar.bz2
* tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoid
* tests/tcltest.test: non-writable . by [cd [temporaryDirectory]]. * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a successful library script is found. [Bug 577033]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ce0013..a53eaf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-03 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoid
+ * tests/tcltest.test: non-writable . by [cd [temporaryDirectory]].
+
+ * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets
+ $varName only if a successful library script is found. [Bug 577033]
+
2002-07-03 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclCompCmds.c (TclCompileCatchCmd): return