diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-25 19:20:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-25 19:20:02 (GMT) |
commit | 03770a2f62e8472b753078073b20ed5f20b889e9 (patch) | |
tree | a7d24830d5fd0441b7565e6fe8c728cb052422b4 /ChangeLog | |
parent | f7f08ed212e20480dabd9801880cb3b7b9fb9343 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |