summaryrefslogtreecommitdiffstats
path: root/library/tcltest1.0/pkgIndex.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Add package dependency checks. Upgrade packages bundled withdgp2001-08-091-1/+2
| | | | | | Tcl 8.3.x: http 2.3.2, msgcat 1.1.1, opt 0.4.3, tcltest 1.0.1. FossilOrigin-Name: b6aa9b01039c3ba9805ea24a6b93594f0cf1fb10
* * library/tcltest1.0/tcltest.tcl: Changed NormalizePath tojenn2000-01-271-1/+2
| | | | | | | | | | normalizePath and exported it as a public proc. This proc creates an absolute path given the name of the variable containing the path to modify. The path is modified in place. * library/tcltest1.0/pkgIndex.tcl: Added normalizePath. * tests/all.tcl: Changed code to use normalizePath. FossilOrigin-Name: 336bed6b79456dc2ce2fbe4a35f58de0e6afde21
* Changed update to 'after 1' to cause a true sleep in the currenthobbs1999-10-211-1/+1
| | | | | | thread, avoiding numerous superfluous thread send calls. FossilOrigin-Name: 77f0c7a3671cfa1bca231515373cf757251b34f8
* * library/tcltest1.0/pkgIndex.tcl: fixed procs in pkgIndex.tcl filehobbs1999-10-131-6/+5
| | | FossilOrigin-Name: 8078514c2d81907ed3fa5977d27bfe655d4da108
* Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵jenn1999-06-291-1/+8
| | | | | | | | | | | | -relateddir, and -asidefromdir to tcltest.tcl. Also added exported proc ::tcltest::getMatchingTestFiles to tcltest.tcl. Modified documentation to match and all.tcl to use the new functionality instead of implementing -file itself. Changed some test names in winPipe.test to remove duplicates. FossilOrigin-Name: f368875e9c462dbcf64354756a1b456bb8d581e9
* Adding package tcltest; this replaces the original defs.tcl filejenn1999-06-261-0/+11
that was a part of the test suite. FossilOrigin-Name: 2b7cfbc0dea740bebbb5f8d34ad77d5df01b55d9