Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ | | | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | More small documentation improvements. | dkf | 2011-07-18 | 1 | -2/+2 |
| | | |||||
* | | Documentation improvements (small; some revision to parsing script) to improve | dkf | 2011-07-17 | 1 | -5/+5 |
| | | | | | | the quality of HTML doc builds. | ||||
* | | 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. | ||||
| | * | More doc fix backporting | dkf | 2004-10-27 | 1 | -22/+13 |
| | | | |||||
| | * | Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicode | dkf | 2003-03-17 | 1 | -2/+3 |
| | | | | | | | | | | | | not ASCII these days. [Bug #703807] | ||||
* | | | Use a consistent indentation of 4 for code examples. | dkf | 2010-01-20 | 1 | -22/+22 |
| | | | |||||
* | | | General minor documentation improvements. | dkf | 2009-02-24 | 1 | -13/+13 |
| | | | |||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -2/+21 |
| | | | |||||
* | | | TIP #326 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -6/+54 |
| | | | |||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -12/+12 |
|/ / | | | | | | | 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/+1 |
| | | |||||
* | | 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 | -3/+5 |
| | | | | | | | | generation works | ||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -4/+4 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -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 pages | dkf | 2007-10-24 | 1 | -4/+7 |
| | | |||||
* | | Remove over-wide lines from nroff output. | dkf | 2007-07-04 | 1 | -4/+10 |
| | | |||||
* | | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -2/+9 |
| | | | | | | | | 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 | -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 fixes | dkf | 2004-10-27 | 1 | -12/+12 |
| | | |||||
* | | TIP#217 implementation | dkf | 2004-10-14 | 1 | -1/+7 |
| | | |||||
* | | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 1 | -2/+2 |
| | | |||||
* | | Minor whitespace fix. | dkf | 2004-05-18 | 1 | -10/+1 |
| | | |||||
* | | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 1 | -15/+20 |
| | | |||||
* | | Fix docbug in lsearch and lsort commands for -ascii opt (which works with | dkf | 2003-03-17 | 1 | -2/+3 |
|/ | | | | unicode in the obvious order, really.) [Bug #703807] | ||||
* | 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 |
| | |||||
* | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... | dkf | 2001-09-28 | 1 | -6/+21 |
| | |||||
* | * doc/lsort.n: corrected unbalanced nroff macros. | hobbs | 2001-03-30 | 1 | -3/+2 |
| | |||||
* | Added notes to clarify behaviour of [lsort] and many examples. | dkf | 2001-03-29 | 1 | -2/+83 |
| | |||||
* | 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 |
| | |||||
* | * doc/Hash.3: fixed reference to ckfree [Bug: 3912] | hobbs | 1999-12-21 | 1 | -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 | ||||
* | lint | stanton | 1999-02-05 | 1 | -2/+2 |
| | |||||
* | Added more info to lsort man page. RFE 873 | rjohnson | 1999-01-05 | 1 | -7/+11 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+85 |