diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-03 19:40:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-03 19:40:30 (GMT) |
commit | fda47bbaa13e43865058a11d857c9c08ebb02137 (patch) | |
tree | 2b21db02120d3639f36fcd6bcc811dbf3d99e42e /ChangeLog | |
parent | 38941ce68c0dc6530844e8d58bd9ba4f4582a92e (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |