summaryrefslogtreecommitdiffstats
path: root/doc/string.n
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-3/+3
|
* Tidy up the docsdkf2014-08-031-7/+12
|
* Don't use [pid] in tests, stick to constant literals.ferrieux2014-08-021-0/+2
|
* TIP 429 Implementation: [string cat]ferrieux2014-08-021-0/+8
|
* Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no ↵jan.nijtmans2014-07-111-2/+3
|\ | | | | | | | | longer a whitespace, but for Tcl it still is. Update documentation accordingly, and extend test-cases for Unicode 7 compliance.
| * Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no ↵jan.nijtmans2014-07-111-1/+2
| | | | | | | | | | | | longer a whitespace, but for Tcl it still is. "NEL/Next Line" (U+0085) should have been a Unicode whitespace, but never was in Tcl. This is corrected in Tcl 8.6, but for legacy reasons not in Tcl 8.5. Update documentation accordingly, and extend test-cases for Unicode 7 compliance.
* | [3597178]: Improve documentation of what's going on with encodingsdkf2014-02-231-4/+24
| |
* | 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.
| * test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-13/+18
| |\ | | | | | | | | | Marked some string subcommands as obsolete, following discussion on tcl-core. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally.
| | * Marked some string subcommands as obsolete, following discussion on tcl-core.jan.nijtmans2013-01-021-29/+34
| | |
* | | More extensive use of the techniques to improve other edge cases in ensemble ↵dkf2013-01-281-2/+2
| | | | | | | | | | | | compilation.
* | | Marked some string subcommands as obsolete, following discussion on tcl-core.dkf2012-12-311-20/+25
| | |
* | | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-6/+8
| | | | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | | doc fixjan.nijtmans2012-10-161-3/+2
| | |
* | | update documentationjan.nijtmans2012-09-261-7/+9
| | |
* | | Implementation of TIP #395dkf2012-03-271-0/+6
| | |
* | | 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.
| | * Fix example. [Bug 1615277]dkf2006-12-141-2/+2
| | |
| | * Yet more doc update backportingdkf2004-10-271-4/+4
| | |
| | * Backport many doc fixesdkf2004-10-271-23/+42
| | |
| | * * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-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, anddkf2009-11-081-61/+75
| | | | | | | | | | | | added a warning to the 'bytelength' subcommand about future compatibility.
* | | Improve clarity of formatting.dkf2008-10-171-1/+14
| | |
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-11/+24
|/ / | | | | | | typedefs, add a few missing bits)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Fix markup errors.jenglish2007-12-101-2/+3
| | | | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
* | 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-14/+38
| | | | | | | | generation works
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-2/+2
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-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 quotingdkf2007-10-251-6/+15
| |
* | GOOBEdkf2007-10-251-15/+53
| |
* | Make [string first] and [string last] clearerdkf2007-06-081-11/+11
| |
* | Replace with comment style recommended as "best practice"dkf2006-12-191-13/+13
| |
* | Fix example. [Bug 1615277]dkf2006-12-141-2/+2
| |
* | TIP#269 implementationdkf2006-11-221-1/+6
| |
* | Implemented [string reverse].dkf2006-11-091-2/+9
| | | | | | | | Finalizes basic TIP#272 implementation.
* | * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-261-4/+4
| | | | | | | | | | | | | | | | * doc/expr.n: * doc/format.n: * doc/mathfunc.n: * doc/scan.n: * doc/string.n:
* | * doc/expr.n:das2005-05-231-7/+7
| | | | | | | | * doc/string.n: fixed roff syntax complaints from 'make html'.
* | 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/+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]dkf2005-03-071-2/+2
| |
* | Reduce confusion (reported in c.l.t) over [string trim]'s chars argumentdkf2005-01-131-4/+8
| |
* | More minor doc fixesdkf2004-10-271-4/+4
| |
* | Many minor doc fixesdkf2004-10-271-3/+3
| |
* | Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005]dkf2004-10-251-4/+4
| |
* | Added clarifying note on [string map]'s behaviour.dkf2004-08-241-1/+9
| |