Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc clarification | dkf | 2005-07-12 | 1 | -2/+3 |
| | |||||
* | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -1/+8 |
| | | | | 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 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
* | Move emacs mode comment to end of file to stop problems with old man. | dkf | 2005-01-05 | 1 | -2/+5 |
| | |||||
* | Clarify meaning of [lsearch -dictionary]. | dkf | 2004-09-02 | 1 | -2/+5 |
| | |||||
* | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 1 | -2/+2 |
| | |||||
* | Fixed a minor lsearch example fault. [Bug 968219] | dkf | 2004-06-07 | 1 | -10/+10 |
| | |||||
* | Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth! | dkf | 2004-05-18 | 1 | -74/+93 |
| | |||||
* | Minor docfix [Bug 943448] | dkf | 2004-04-28 | 1 | -5/+7 |
| | |||||
* | Slightly better docs for [lsearch]'s advanced capabilities | dkf | 2004-03-17 | 1 | -1/+10 |
| | |||||
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 1 | -17/+21 |
| | |||||
* | Fix docbug in lsearch and lsort commands for -ascii opt (which works with | dkf | 2003-03-17 | 1 | -3/+4 |
| | | | | unicode in the obvious order, really.) [Bug #703807] | ||||
* | Improved [lsearch] docs; -sorted interaction with other options. [Bug 617816] | dkf | 2002-10-03 | 1 | -3/+4 |
| | |||||
* | corrected lsearch docs to use -inline in examples | hobbs | 2002-08-08 | 1 | -4/+4 |
| | |||||
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 1 | -4/+4 |
| | |||||
* | TIP#81 implementation, tests and docs | dkf | 2002-03-06 | 1 | -11/+56 |
| | |||||
* | minor doc comment fixes | hobbs | 2001-11-14 | 1 | -2/+2 |
| | |||||
* | added lset.n lset docs with xref and updated lindex of TIPs#22,33,45 by Kenny | hobbs | 2001-11-14 | 1 | -3/+6 |
| | |||||
* | noted 8.4 version upgrade in lsearch man page | hobbs | 2001-09-10 | 1 | -2/+2 |
| | |||||
* | New or changed "SEE ALSO" section. | poenitz | 2000-09-07 | 1 | -4/+5 |
| | |||||
* | Added some SEE ALSO sections. | poenitz | 2000-07-13 | 1 | -1/+4 |
| | |||||
* | * tests/lsearch.test: | ericm | 2000-05-09 | 1 | -8/+44 |
| | | | | | | * doc/lsearch.n: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Extended [lsearch] to support sorted list searching and typed list searching. [RFE: 4098]. | ||||
* | Moved description of regular expression syntax from regexp.n into a | jpeek | 1999-06-24 | 1 | -2/+3 |
| | | | | | new re_syntax.n page. Modified other pages' references to regexp(n). Added a few new "see also" entries pointing to re_syntax(n). | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+45 |