summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-02 19:10:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-02 19:10:56 (GMT)
commit770750a2fc0896392316d3e90e4e5d8e3f6af927 (patch)
tree488847ff551ccfeb85c461ca2f158781e0d6d020 /ChangeLog
parentfb0a8df3a872475d55afadea90cfa60033f81266 (diff)
downloadtcl-770750a2fc0896392316d3e90e4e5d8e3f6af927.zip
tcl-770750a2fc0896392316d3e90e4e5d8e3f6af927.tar.gz
tcl-770750a2fc0896392316d3e90e4e5d8e3f6af927.tar.bz2
* doc/tcltest.n: Reverted [makeFile] and [viewFile] to
* library/tcltest/tcltest.tcl: their former behavior, and documented * tests/cmdAH.test: it. Corrected misspelling of hook * tests/event.test: procedure. Restored tests. * tests/http.test: * tests/io.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 105fb39..27c1743 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-07-02 Don Porter <dgp@users.sourceforge.net>
+ * doc/tcltest.n: Reverted [makeFile] and [viewFile] to
+ * library/tcltest/tcltest.tcl: their former behavior, and documented
+ * tests/cmdAH.test: it. Corrected misspelling of hook
+ * tests/event.test: procedure. Restored tests.
+ * tests/http.test:
+ * tests/io.test:
+
* library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]
and [GetMatchingDirectories], removing special case processing.