summaryrefslogtreecommitdiffstats
path: root/tests/tm.test
Commit message (Collapse)AuthorAgeFilesLines
* Lowercase package names are recommended nowjan.nijtmans2021-01-281-1/+1
|
* 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-1/+1
| | | | whenever reasonable.
* Merge 8.6jan.nijtmans2020-09-041-2/+1
|\
| * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-1/+1
|/ | | | tcltest 2.5, since we never test with earlier tcltest versions
* Use "package provide Tcl" consistantly, in stead of either "package present ↵jan.nijtmans2019-09-111-6/+6
| | | | Tcl" or "info tclversion"/"info patchlevel"
* For [package] etc., select modernizations from Patrick Fradin.dgp2013-01-301-1/+1
|
* 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.
* * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patchandreas_kupries2005-08-291-2/+2
| | | | | for [Tcl SF Bug 1189657]. Syncs the implementation to the specification (TIP #189).
* Add [file normalize] so expected paths come out right on Windows. [Bug 1053568]dkf2004-11-051-1/+3
|
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-3/+3
| | | | | | relevant to users. [Patch 1056864] Also patches to core to take advantage of this Also other general cleaning up of Tcl_WrongNumArgs usage
* * tests/tm.test: Expanded on the testsuite entered by Donal.andreas_kupries2004-10-271-5/+195
| | | | * library/tm.tcl: Even found bugs, these have been corrected.
* Flesh out tests and transform the TM manager API into an ensembledkf2004-10-251-8/+23
|
* Add *very* basic test suite for modules, and tighten up the doc styledkf2004-10-221-0/+40