diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-26 22:56:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-26 22:56:07 (GMT) |
commit | 91ac1eea47d9605e024aa917384ee0ae77ae5448 (patch) | |
tree | e393272420d95ac235748dbd07b7b5ce18461946 /ChangeLog | |
parent | 322b25e28bcd49ab5c3e5473640ea10851cb82a6 (diff) | |
download | tcl-91ac1eea47d9605e024aa917384ee0ae77ae5448.zip tcl-91ac1eea47d9605e024aa917384ee0ae77ae5448.tar.gz tcl-91ac1eea47d9605e024aa917384ee0ae77ae5448.tar.bz2 |
* library/tcltest/tcltest.tcl: Added reporting during
[configure -debug 1] operations to warn about multiple uses of
the same test name. [FR 576693] Replaced [regexp] and [regsub]
with [string map] where possible. Thanks to David Welton.
[Bugs 667456,667558]
* library/tcltest/pkgIndex.tcl: Bumped to tcltest 2.2.3
* tests/msgcat.test (msgcat-2.2.1): changed test name to avoid
duplication. [Bug 710356]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2003-03-26 Don Porter <dgp@users.sourceforge.net> + + * library/tcltest/tcltest.tcl: Added reporting during + [configure -debug 1] operations to warn about multiple uses of + the same test name. [FR 576693] Replaced [regexp] and [regsub] + with [string map] where possible. Thanks to David Welton. + [Bugs 667456,667558] + * library/tcltest/pkgIndex.tcl: Bumped to tcltest 2.2.3 + + * tests/msgcat.test (msgcat-2.2.1): changed test name to avoid + duplication. [Bug 710356] + + * unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass + argument exact = 0, so that rebuilds are not required when Tcl + bumps to a new version. [Bug 701926] + 2003-03-24 Miguel Sofer <msofer@users.sf.net> * generic/tclVar.c: |