summaryrefslogtreecommitdiffstats
path: root/doc/lsort.n
Commit message (Collapse)AuthorAgeFilesLines
* Fix [1f4bb8162f]: lsort -dictionary documentation to be improvedfvogel2017-01-191-1/+2
|
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-4/+4
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | More small documentation improvements.dkf2011-07-181-2/+2
| |
* | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-5/+5
| | | | | | the quality of HTML doc builds.
* | 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.
| | * More doc fix backportingdkf2004-10-271-22/+13
| | |
| | * Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicodedkf2003-03-171-2/+3
| | | | | | | | | | | | not ASCII these days. [Bug #703807]
* | | Use a consistent indentation of 4 for code examples.dkf2010-01-201-22/+22
| | |
* | | General minor documentation improvements.dkf2009-02-241-13/+13
| | |
* | | Improve clarity of formatting.dkf2008-10-171-2/+21
| | |
* | | TIP #326 IMPLEMENTATIONdkf2008-09-291-6/+54
| | |
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-12/+12
|/ / | | | | | | 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/+1
| |
* | 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-3/+5
| | | | | | | | generation works
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-4/+4
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-7/+4
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-4/+7
| |
* | Remove over-wide lines from nroff output.dkf2007-07-041-4/+10
| |
* | Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-2/+9
| | | | | | | | 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-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | More minor doc fixesdkf2004-10-271-12/+12
| |
* | TIP#217 implementationdkf2004-10-141-1/+7
| |
* | Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-2/+2
| |
* | Minor whitespace fix.dkf2004-05-181-10/+1
| |
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation workdkf2003-10-141-15/+20
| |
* | Fix docbug in lsearch and lsort commands for -ascii opt (which works withdkf2003-03-171-2/+3
|/ | | | unicode in the obvious order, really.) [Bug #703807]
* 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
|
* Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly...dkf2001-09-281-6/+21
|
* * doc/lsort.n: corrected unbalanced nroff macros.hobbs2001-03-301-3/+2
|
* Added notes to clarify behaviour of [lsort] and many examples.dkf2001-03-291-2/+83
|
* New or changed "SEE ALSO" section.poenitz2000-09-071-4/+5
|
* Added some SEE ALSO sections.poenitz2000-07-131-1/+4
|
* * doc/Hash.3: fixed reference to ckfree [Bug: 3912]hobbs1999-12-211-10/+13
| | | | | | | | * doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj * doc/open.n: fixed minor formatting errors * doc/string.n: fixed minor formatting errors * doc/lsort.n: added -unique docs
* lintstanton1999-02-051-2/+2
|
* Added more info to lsort man page. RFE 873rjohnson1999-01-051-7/+11
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+85