summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-03-25 19:20:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-03-25 19:20:02 (GMT)
commit03770a2f62e8472b753078073b20ed5f20b889e9 (patch)
treea7d24830d5fd0441b7565e6fe8c728cb052422b4 /ChangeLog
parentf7f08ed212e20480dabd9801880cb3b7b9fb9343 (diff)
downloadtcl-03770a2f62e8472b753078073b20ed5f20b889e9.zip
tcl-03770a2f62e8472b753078073b20ed5f20b889e9.tar.gz
tcl-03770a2f62e8472b753078073b20ed5f20b889e9.tar.bz2
* Improve the processing of the -constraints option to [test] so that
constraint lists can have arbitrary whitespace, and non-lists don't blow things up. [Bug 495977]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19a92d9..907eed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
unchanged, so that the tcltest package can test code that depends
on auto-loading. If a testing application needs $::auto_path pruned,
it should do that itself. [Bug 495726]
+ Improve the processing of the -constraints option to [test] so that
+ constraint lists can have arbitrary whitespace, and non-lists don't
+ blow things up. [Bug 495977]
2002-03-25 Miguel Sofer <msofer@users.sourceforge.net>