Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| | * | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are | dkf | 2007-12-05 | 1 | -1/+10 |
| | | | | | | | | | | | | mixed. [Bug 1844789] | ||||
| | * | Fix [Bug 1374778] | dkf | 2005-12-09 | 1 | -1/+13 |
| | | | |||||
| | * | Fix [Bug 1366683] | dkf | 2005-11-29 | 1 | -1/+5 |
| | | | |||||
| | * | Removed test number dups [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 1 | -11/+11 |
| | | | |||||
* | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -52/+52 |
| | | | | | | | | | | | | cleanup code out of the test body and into the -setup/-cleanup stanzas. | ||||
* | | | TIP #313 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -4/+48 |
| | | | |||||
* | | | more consistent wrong # arg messages: change all messages containing ↵ | nijtmans | 2008-07-13 | 1 | -3/+3 |
|/ / | | | | | | | ?options? to the form ?-option value ...? | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. | dkf | 2007-12-05 | 1 | -1/+10 |
| | | | | | | | | [Bug 1844789] | ||||
* | | Fix [Bug 1374778] | dkf | 2005-12-09 | 1 | -1/+13 |
| | | |||||
* | | Fix [Bug 1366683] | dkf | 2005-11-29 | 1 | -1/+5 |
| | | |||||
* | | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -4/+31 |
| | | | | | | | | Also compilation of [switch -glob -nocase] from Donal Fellows | ||||
* | | 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 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
* | | Fixed bug 823768 by pre-parsing the index list | dkf | 2003-10-15 | 1 | -2/+2 |
| | | |||||
* | | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 1 | -4/+74 |
| | | |||||
* | | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 1 | -11/+11 |
|/ | |||||
* | Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] | dkf | 2003-02-27 | 1 | -1/+5 |
| | |||||
* | * tests/lsearch.test: | hobbs | 2003-02-11 | 1 | -1/+6 |
| | | | | | * generic/tclCmdIL.c (Tcl_LsearchObjCmd): protect against the case that lsearch -regepx list and pattern objects are equal. | ||||
* | TIP#81 implementation, tests and docs | dkf | 2002-03-06 | 1 | -16/+84 |
| | |||||
* | * Corrected tests to better isolate tests in | dgp | 2001-09-12 | 1 | -1/+2 |
| | | | | one file from influencing tests in other files. [Bug 460591] | ||||
* | * tests/lsearch.test: | ericm | 2000-05-09 | 1 | -6/+186 |
| | | | | | | * doc/lsearch.n: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Extended [lsearch] to support sorted list searching and typed list searching. [RFE: 4098]. | ||||
* | * 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 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -3/+22 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+86 |