diff options
author | das <das> | 2008-07-25 21:23:59 (GMT) |
---|---|---|
committer | das <das> | 2008-07-25 21:23:59 (GMT) |
commit | 492567dd1a47ceb460e19a20e233ff6d1efeb5ab (patch) | |
tree | 5674e7796b87d9bd0a95358626c749c0caf19c92 /ChangeLog | |
parent | c6ff6fce1217116410ac5084b505b161f58ab1a4 (diff) | |
download | tcl-492567dd1a47ceb460e19a20e233ff6d1efeb5ab.zip tcl-492567dd1a47ceb460e19a20e233ff6d1efeb5ab.tar.gz tcl-492567dd1a47ceb460e19a20e233ff6d1efeb5ab.tar.bz2 |
* tests/info.test (info-37.0): Add !singleTestInterp constraint;
(info-22.8, info-23.0): switch to glob matching to avoid sensitivity
to tcltest.tcl line number changes, remove knownBug constraint, fix
expected result. [Bug 1605269]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2008-07-25 Daniel Steffen <das@users.sourceforge.net> + + * tests/info.test (info-37.0): Add !singleTestInterp constraint; + (info-22.8, info-23.0): switch to glob matching to avoid sensitivity + to tcltest.tcl line number changes, remove knownBug constraint, fix + expected result. [Bug 1605269] + 2007-07-24 Jan Nijtmans <nijtmans@users.sf.net> * doc/Notifier.3 CONSTified 4 functions in the @@ -20,7 +27,7 @@ 2008-07-23 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * tests/lrange.test: Added relative speed test to check for lrange - in-place optimization committed 2008-06-30. + in-place optimization committed 2008-06-30. * tests/binary.test: Added relative speed test to check for pure byte array CONCAT1 optimization committed 2008-06-30. |