Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|\ | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | simplify check for ::tcltest namespace in testcases | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
| | | |||||
* | | Convert many test-cases to modern test syntax | jan.nijtmans | 2020-03-14 | 1 | -16/+16 |
|/ | |||||
* | Work in progress implementing TIP 505. | dgp | 2018-03-26 | 1 | -4/+4 |
| | |||||
* | Another error ordering test. | dgp | 2018-03-08 | 1 | -0/+3 |
| | |||||
* | New test expose flaw in error ordering. | dgp | 2018-03-08 | 1 | -0/+3 |
| | |||||
* | Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37]. | dgp | 2018-03-08 | 1 | -4/+4 |
| | | | Scratch rewrite of the [lreplace] compiler. | ||||
* | [47ac84309b] Import of aspect's branch from his personal repository on ↵ | dkf | 2016-03-30 | 1 | -3/+40 |
| | | | | chiselapp. | ||||
* | [47ac84309b] Fix problems with [lreplace] compilation. | dkf | 2016-03-27 | 1 | -0/+11 |
| | |||||
*-. | [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests. | dgp | 2015-06-18 | 1 | -1/+36 |
|\ \ | |||||
| | * | From aspect, several edge case coverage tests. | dgp | 2015-06-18 | 1 | -0/+52 |
| | | | |||||
| * | | lreplace: more tests, doc improvement | aspect | 2015-06-16 | 1 | -0/+33 |
| | | | |||||
| * | | fix for a4cb3f06c4fe - bug introduced in 32b61592465 | aspect | 2015-06-16 | 1 | -0/+3 |
|/ / | |||||
* | | update changes | dgp | 2015-03-03 | 1 | -1/+1 |
| | | |||||
* | | handle [lreplace l x y ...] where y<x | aspect | 2015-02-19 | 1 | -0/+3 |
| | | |||||
* | | (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1 | aspect | 2015-02-19 | 1 | -0/+6 |
| | | |||||
* | | [ccc2c2cc98]: lreplace edge case | dkf | 2014-09-05 | 1 | -1/+13 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
* | | | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -3/+3 |
|/ / | |||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 1 | -4/+4 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclUtil.c: Extended TclGetIntForIndex to recognize index formats including end+integer and integer+/-integer. * generic/tclCmdMZ.c: Extended the -start switch of [regexp] and [regsub] to accept all index formats known by TclGetIntForIndex. * doc/lindex.n: Updated docs to note new index formats. * doc/linsert.n: * doc/lrange.n: * doc/lreplace.n: * doc/lsearch.n: * doc/lset.n: * doc/lsort.n: * doc/regexp.n: * doc/regsub.n: * doc/string.n: * tests/cmdIL.test: Updated tests. * tests/compile.test: * tests/lindex.test: * tests/linsert.test: * tests/lrange.test: * tests/lreplace.test: * tests/lsearch.test: * tests/lset.test: * tests/regexp.test: * tests/regexpComp.test: * tests/string.test: * tests/stringComp.test: * tests/util.test: | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | * doc/string.n: | stanton | 1999-05-06 | 1 | -16/+4 |
| | | | | | | | | | | | | | | | | | | | | * tests/cmdIL.test: * tests/cmdMZ.test: * tests/error.test: * tests/ioCmd.test: * tests/lindex.test: * tests/linsert.test: * tests/lrange.test: * tests/lreplace.test: * tests/string.test: * tests/cmdIL.test: * generic/tclUtil.c: * generic/tclCmdMZ.c: Replaced "string icompare/iequal" with -nocase and -length switches to "string compare/equal". Added a -nocase option to "string map". Changed index syntax to allow integer or end?-integer? instead of a full expression. This is much simpler with safeTcl scripts since it avoids double substitution issues. | ||||
* | * tests/cmdIL.test: | stanton | 1999-05-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | * tests/cmdMZ.test: * tests/error.test: * tests/lindex.test: * tests/linsert.test: * tests/lrange.test: * tests/lreplace.test: * tests/string.test: * generic/tclCmdMZ.c (Tcl_StringObjCmd): * generic/tclUtil.c (TclGetIntForIndex): Applied Jeff Hobbs's string patch which includes the following changes [Bug: 1845]: | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -2/+20 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+131 |