diff options
author | dgp <dgp@users.sourceforge.net> | 2005-02-24 18:03:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-02-24 18:03:31 (GMT) |
commit | 3a81884e6d8e9430f86b677654f99c195817f1b4 (patch) | |
tree | 574146a524fefdccafeaabaa4270ce9d5d3942b6 /ChangeLog | |
parent | a9d28b8ae2346d71a2bca2a7e85c4e7c8af1fc17 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |