Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+6 |
| | |||||
* | TIP #313 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -2/+14 |
| | |||||
* | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -10/+23 |
| | | | | typedefs, add a few missing bits) | ||||
* | Minor fixes to copyright declarations (spelling, consistency) | dkf | 2008-03-26 | 1 | -2/+2 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+2 |
| | |||||
* | Minor documentation improvements | dkf | 2007-11-01 | 1 | -18/+14 |
| | |||||
* | GOOBE the docs some more. | dkf | 2007-10-29 | 1 | -2/+2 |
| | |||||
* | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -2/+4 |
| | | | | generation works | ||||
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -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 examples | dkf | 2007-10-25 | 1 | -22/+40 |
| | |||||
* | Doc clarification. | dkf | 2007-09-02 | 1 | -4/+7 |
| | |||||
* | 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 |