summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-02-24 18:03:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-02-24 18:03:31 (GMT)
commit3a81884e6d8e9430f86b677654f99c195817f1b4 (patch)
tree574146a524fefdccafeaabaa4270ce9d5d3942b6 /ChangeLog
parenta9d28b8ae2346d71a2bca2a7e85c4e7c8af1fc17 (diff)
downloadtcl-3a81884e6d8e9430f86b677654f99c195817f1b4.zip
tcl-3a81884e6d8e9430f86b677654f99c195817f1b4.tar.gz
tcl-3a81884e6d8e9430f86b677654f99c195817f1b4.tar.bz2
* library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid
* tests/tcltest.test: failed attempts to [source] a directory, and similar matters. Thanks to "mpettigr". [Bug 1119798] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1ecd5b..8c223ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-24 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid
+ * tests/tcltest.test: failed attempts to [source] a directory, and
+ similar matters. Thanks to "mpettigr". [Bug 1119798]
+
+ * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8
+
2005-02-23 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/CrtChannel.3 (THREADACTIONPROC): Formatting fix. [Bug 1149605]