summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-03-25 19:20:01 (GMT)
committerdgp <dgp@noemail.net>2002-03-25 19:20:01 (GMT)
commit39bab5e7a2871e3762dda777df605779c7ec278c (patch)
treea7d24830d5fd0441b7565e6fe8c728cb052422b4 /ChangeLog
parentf68a1cd436b022e9c21a5b5541a08bcdb33775e9 (diff)
downloadtcl-39bab5e7a2871e3762dda777df605779c7ec278c.zip
tcl-39bab5e7a2871e3762dda777df605779c7ec278c.tar.gz
tcl-39bab5e7a2871e3762dda777df605779c7ec278c.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] FossilOrigin-Name: 745d744e2880c92c7d4c785fe33c7e30fdf5b7b6
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>