Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lowercase package names are recommended now | jan.nijtmans | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | | | whenever reasonable. | ||||
* | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -2/+1 |
|\ | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -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.nijtmans | 2019-09-11 | 1 | -6/+6 |
| | | | | Tcl" or "info tclversion"/"info patchlevel" | ||||
* | For [package] etc., select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | more harm than good. Purged them. | ||||
* | * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch | andreas_kupries | 2005-08-29 | 1 | -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] | dkf | 2004-11-05 | 1 | -1/+3 |
| | |||||
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -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_kupries | 2004-10-27 | 1 | -5/+195 |
| | | | | * library/tm.tcl: Even found bugs, these have been corrected. | ||||
* | Flesh out tests and transform the TM manager API into an ensemble | dkf | 2004-10-25 | 1 | -8/+23 |
| | |||||
* | Add *very* basic test suite for modules, and tighten up the doc style | dkf | 2004-10-22 | 1 | -0/+40 |