summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-02 13:28:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-02 13:28:51 (GMT)
commitfb0a8df3a872475d55afadea90cfa60033f81266 (patch)
tree1ad9931fe0576f9de2588107db257240583bf897 /ChangeLog
parent1cd35d50e23acf4f42ece59c185ec95409e2e446 (diff)
downloadtcl-fb0a8df3a872475d55afadea90cfa60033f81266.zip
tcl-fb0a8df3a872475d55afadea90cfa60033f81266.tar.gz
tcl-fb0a8df3a872475d55afadea90cfa60033f81266.tar.bz2
* library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]
and [GetMatchingDirectories], removing special case processing. * doc/tcltest.n: More documentation updates. Reference sections are complete. Only examples need adding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0af89ff..105fb39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-02 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]
+ and [GetMatchingDirectories], removing special case processing.
+
+ * doc/tcltest.n: More documentation updates. Reference sections
+ are complete. Only examples need adding.
+
2002-07-02 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/fCmd.test: