summaryrefslogtreecommitdiffstats
path: root/tests/opt.test
Commit message (Collapse)AuthorAgeFilesLines
* More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
|
* Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-3/+3
| | | | whenever reasonable.
* Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-2/+2
|
* Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+2
| | | | tcltest 2.5, since we never test with earlier tcltest versions
* opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-311-1/+1
| | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-281-1/+1
|\ | | | | Also fix installation of opt0.4 as done by makefile.vc, which never worked in Tcl 8.6.
| * Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3.jan.nijtmans2019-11-281-11/+11
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | optParse.tcl: eliminate ';' at line end, bump to v0.4.6nijtmans2010-05-271-2/+2
| | |
* | | optParse.tcl: Don't generate spaces at the end of a line.nijtmans2010-05-271-14/+14
|/ /
* | Fix whitespacedkf2004-05-191-37/+2
|/
* * tests/opt.test: Removed references to Lfirst, Lrest functions.ericm2000-07-181-12/+1
| | | | | | | * library/opt0.4/optparse.tcl: Applied patch from Chris Nelson, which replaces the [Lfirst] function with an inline [lindex ... 0] and [Lrest] with [lrange ... 1 end], for better performance. [RFE: 6019]
* test fixhobbs2000-05-101-4/+6
|
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-8/+21
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* plugin updateswelch1998-06-271-0/+22
|
* Initial revisionrjohnson1998-03-261-0/+255