Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More extensive use of the techniques to improve other edge cases in ensemble ↵ | dkf | 2013-01-28 | 1 | -2/+2 |
| | | | | compilation. | ||||
* | Marked some string subcommands as obsolete, following discussion on tcl-core. | dkf | 2012-12-31 | 1 | -20/+25 |
| | |||||
* | Updated the language of the documentation so that "object" refers to an OO | dkf | 2012-11-08 | 1 | -6/+8 |
| | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is). | ||||
* | doc fix | jan.nijtmans | 2012-10-16 | 1 | -3/+2 |
| | |||||
* | update documentation | jan.nijtmans | 2012-09-26 | 1 | -7/+9 |
| | |||||
* | Implementation of TIP #395 | dkf | 2012-03-27 | 1 | -0/+6 |
| | |||||
* | 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. | ||||
| | * | Fix example. [Bug 1615277] | dkf | 2006-12-14 | 1 | -2/+2 |
| | | | |||||
| | * | Yet more doc update backporting | dkf | 2004-10-27 | 1 | -4/+4 |
| | | | |||||
| | * | Backport many doc fixes | dkf | 2004-10-27 | 1 | -23/+42 |
| | | | |||||
| | * | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. | ||||
* | | | Moved the descriptions of the index formats to their own section, and | dkf | 2009-11-08 | 1 | -61/+75 |
| | | | | | | | | | | | | added a warning to the 'bytelength' subcommand about future compatibility. | ||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+14 |
| | | | |||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -11/+24 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Fix markup errors. | jenglish | 2007-12-10 | 1 | -2/+3 |
| | | | | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". | ||||
* | | 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 | -14/+38 |
| | | | | | | | | generation works | ||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -2/+2 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -67/+20 |
| | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | | More GOOBE quoting | dkf | 2007-10-25 | 1 | -6/+15 |
| | | |||||
* | | GOOBE | dkf | 2007-10-25 | 1 | -15/+53 |
| | | |||||
* | | Make [string first] and [string last] clearer | dkf | 2007-06-08 | 1 | -11/+11 |
| | | |||||
* | | Replace with comment style recommended as "best practice" | dkf | 2006-12-19 | 1 | -13/+13 |
| | | |||||
* | | Fix example. [Bug 1615277] | dkf | 2006-12-14 | 1 | -2/+2 |
| | | |||||
* | | TIP#269 implementation | dkf | 2006-11-22 | 1 | -1/+6 |
| | | |||||
* | | Implemented [string reverse]. | dkf | 2006-11-09 | 1 | -2/+9 |
| | | | | | | | | Finalizes basic TIP#272 implementation. | ||||
* | | * doc/DoubleObj.3: More doc updates for TIP 237. | dgp | 2006-04-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | * doc/expr.n: * doc/format.n: * doc/mathfunc.n: * doc/scan.n: * doc/string.n: | ||||
* | | * doc/expr.n: | das | 2005-05-23 | 1 | -7/+7 |
| | | | | | | | | * doc/string.n: fixed roff syntax complaints from 'make html'. | ||||
* | | 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/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
* | | Minor typo fix. [Bug 1158247] | dkf | 2005-03-07 | 1 | -2/+2 |
| | | |||||
* | | Reduce confusion (reported in c.l.t) over [string trim]'s chars argument | dkf | 2005-01-13 | 1 | -4/+8 |
| | | |||||
* | | More minor doc fixes | dkf | 2004-10-27 | 1 | -4/+4 |
| | | |||||
* | | Many minor doc fixes | dkf | 2004-10-27 | 1 | -3/+3 |
| | | |||||
* | | Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005] | dkf | 2004-10-25 | 1 | -4/+4 |
| | | |||||
* | | Added clarifying note on [string map]'s behaviour. | dkf | 2004-08-24 | 1 | -1/+9 |
| | | |||||
* | | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 1 | -20/+26 |
| | | |||||
* | | Added example. | dkf | 2004-05-27 | 1 | -1/+12 |
| | | |||||
* | | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -2/+2 |
|/ | | | | | | | | inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. | ||||
* | minor doc fixcore_8_4_b1 | hobbs | 2002-07-05 | 1 | -3/+3 |
| | |||||
* | Minor improvement to documentation for [string last], and reformatting to | dkf | 2002-06-28 | 1 | -151/+117 |
| | | | | remove long-obsolete changebars. | ||||
* | clarified getting length of ByteArray objects to use string length | hobbs | 2002-04-17 | 1 | -3/+7 |
| | |||||
* | New or changed "SEE ALSO" section. | poenitz | 2000-09-07 | 1 | -1/+4 |
| | |||||
* | * doc/Hash.3: fixed reference to ckfree [Bug: 3912] | hobbs | 1999-12-21 | 1 | -4/+4 |
| | | | | | | | | * 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 | ||||
* | 1999-08-09 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-09 | 1 | -6/+7 |
| | | | | | | | | | * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug: 1952] * doc/array.n: clarified array pattern docs [Bug: 1330] * doc/clock.n: fixed clock docs [Bug: 693] * doc/lindex.n: clarified to account for new end-int behavior. * doc/string.n: fixed formatting errors [Bug: 2188 2189] * doc/tclvars.n: fixed doc error [Bug: 2042] | ||||
* | * unix/Makefile.in: Changed install-doc to install-man. | stanton | 1999-06-24 | 1 | -3/+4 |
| | | | | | | | | | | | | | * tools/uniParse.tcl: * tools/uniClass.tcl: * tools/README: * tests/string.test: * generic/regc_locale.c: * generic/tclUniData.c: * generic/tclUtf.c: * doc/string.n: Updated Unicode character tables to reflect latest Unicode 2.1 data. Also rationalized "regexp" and "string is" definitions of character classes. | ||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -51/+108 |
| |