summaryrefslogtreecommitdiffstats
path: root/doc/lsearch.n
Commit message (Collapse)AuthorAgeFilesLines
* More small documentation improvements.dkf2011-07-181-1/+1
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * Change emacs mode comment style to stop problems with older man. [1085127]dkf2005-01-051-2/+5
| | |
| | * More doc fix backportingdkf2004-10-271-9/+10
| | |
| | * Clarify meaning of [lsearch -dictionary]dkf2004-09-021-3/+6
| | |
| | * Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicodedkf2003-03-171-3/+4
| | | | | | | | | | | | not ASCII these days. [Bug #703807]
* | | Improve clarity of formatting.dkf2008-10-171-1/+6
| | |
* | | TIP #313 IMPLEMENTATIONdkf2008-09-291-2/+14
| | |
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-10/+23
|/ / | | | | | | typedefs, add a few missing bits)
* | Minor fixes to copyright declarations (spelling, consistency)dkf2008-03-261-2/+2
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+2
| |
* | Minor documentation improvementsdkf2007-11-011-18/+14
| |
* | GOOBE the docs some more.dkf2007-10-291-2/+2
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-2/+4
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-40/+22
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | GOOBE for command results in examplesdkf2007-10-251-22/+40
| |
* | Doc clarification.dkf2007-09-021-4/+7
| |
* | Doc clarificationdkf2005-07-121-2/+3
| |
* | Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-1/+8
| | | | | | | | Also compilation of [switch -glob -nocase] from Donal Fellows
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-291-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.dkf2005-01-051-2/+5
| |
* | Clarify meaning of [lsearch -dictionary].dkf2004-09-021-2/+5
| |
* | Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-2/+2
| |
* | Fixed a minor lsearch example fault. [Bug 968219]dkf2004-06-071-10/+10
| |
* | Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth!dkf2004-05-181-74/+93
| |
* | Minor docfix [Bug 943448]dkf2004-04-281-5/+7
| |
* | Slightly better docs for [lsearch]'s advanced capabilitiesdkf2004-03-171-1/+10
| |
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation workdkf2003-10-141-17/+21
| |
* | Fix docbug in lsearch and lsort commands for -ascii opt (which works withdkf2003-03-171-3/+4
|/ | | | unicode in the obvious order, really.) [Bug #703807]
* Improved [lsearch] docs; -sorted interaction with other options. [Bug 617816]dkf2002-10-031-3/+4
|
* corrected lsearch docs to use -inline in exampleshobbs2002-08-081-4/+4
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-4/+4
|
* TIP#81 implementation, tests and docsdkf2002-03-061-11/+56
|
* minor doc comment fixeshobbs2001-11-141-2/+2
|
* added lset.n lset docs with xref and updated lindex of TIPs#22,33,45 by Kennyhobbs2001-11-141-3/+6
|
* noted 8.4 version upgrade in lsearch man pagehobbs2001-09-101-2/+2
|
* New or changed "SEE ALSO" section.poenitz2000-09-071-4/+5
|
* Added some SEE ALSO sections.poenitz2000-07-131-1/+4
|
* * tests/lsearch.test:ericm2000-05-091-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 ajpeek1999-06-241-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_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+45