summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-02-24 18:05:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-02-24 18:05:36 (GMT)
commit4aab419f2a28b255fcf215888a9665ed97ec126c (patch)
tree4d26a0bfc2804342ef1118d9b32cf8f28989a8fd /ChangeLog
parente496c271c1ad2c8e7d5020353ccbfcf5bd0c0bf2 (diff)
downloadtcl-4aab419f2a28b255fcf215888a9665ed97ec126c.zip
tcl-4aab419f2a28b255fcf215888a9665ed97ec126c.tar.gz
tcl-4aab419f2a28b255fcf215888a9665ed97ec126c.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 * unix/Makefile.in: * win/Makefile.in:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32f04cb..b5d17cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
+ * unix/Makefile.in:
+ * win/Makefile.in:
+
2005-02-23 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/CrtChannel.3 (THREADACTIONPROC): Formatting fix. [Bug 1149605]