summaryrefslogtreecommitdiffstats
path: root/doc/string.n
Commit message (Collapse)AuthorAgeFilesLines
* Be consistant in .VS/.VE tags in documentation: Just mention TIP number, ↵jan.nijtmans2025-02-181-2/+2
| | | | nothing else.
* Update string is integer docs as per TIP 514.apnadkarni2024-06-211-6/+4
|
* Merge 8.7jan.nijtmans2024-02-111-7/+0
|\
| * TIP #652jan.nijtmans2024-02-111-2/+0
| |\
| | * This should be removed toojan.nijtmans2024-02-091-7/+0
| |/ |/|
* | Another round of small fixes, especially spelling errors...dkf2024-01-251-7/+8
| |
* | Clean up of docsdkf2024-01-211-7/+24
| |
* | Documentation of "string is unicode": add warning "this option is under ↵oehhar2024-01-081-1/+5
| | | | | | | | discussion and may be renamed or replaced by another solution withhin the TCL 9.0 series"
* | Document "string is unicode". More documentation fixes.jan.nijtmans2023-12-221-0/+2
|\ \ | |/
| * Document "string is unicode"jan.nijtmans2023-12-221-0/+2
| |
* | Merge 8.7jan.nijtmans2021-09-081-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2021-09-081-2/+2
| |\
| | * Refine 'string replace' documentation wording. Thanks to Ted Brown on clt.oehhar2021-08-051-2/+2
| | |
* | | Merge 8.7jan.nijtmans2021-08-051-3/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-08-051-3/+4
| |\ \ | | |/
| | * Clarify description of corner case 'string replace "" 0 0 A' to return the ↵oehhar2021-08-051-3/+4
| | | | | | | | | | | | empty string.
* | | Merge 8.7. Remove "string bytelength" completely. Also fix some TIP #595 ↵jan.nijtmans2021-04-301-34/+0
|\ \ \ | |/ / | | | | | | leftover testcases, which were skipped
| * | Remove wtf-8/wtf-16/tcl-8 encodingsjan.nijtmans2021-04-161-2/+2
| | |
| * | Deprecate/remove "string bytelength"jan.nijtmans2021-04-091-6/+6
| | |
* | | Document that Tcl 8.7 no longer uses a (modified) CESU-8 as internal format, ↵jan.nijtmans2021-04-091-1/+1
|/ / | | | | | | but a (modified) WTF-8.
* | Update for TIP-551: griffin2020-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for this feature to the expr man page. The keyword "integer value" has been added to the string and expr man page. Added TCL_PARSE_NO_UNDERSCORE flag so that the digit separator can be disabled when need when calling TclParseNumber. Disabled digit separator in the "scan" command when scanning integers and floating-point numbers. This is the one place where existing code may rely on number parsing to stop at an underscore. Disallow underscore between the leading 0 and the radix specifiers 'x', 'o', 'b', and 'd'. Added tests for disallowed underscore use and scan with underscores between digits in the source string.
* | Merge 8.6jan.nijtmans2019-09-041-3/+3
|\ \ | |/
| * Docfix: \0 is special in nroff, so use \e0 insteaddkf2019-09-031-3/+3
| |
* | Doc tweakdkf2019-04-141-5/+11
| |
* | merge 8.7dgp2018-11-191-4/+10
|\ \
| * | Added documentationdkf2018-11-061-4/+10
| | |
* | | merge 8.7dgp2018-10-171-1/+1
|\ \ \ | |/ /
| * | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFULdkf2018-10-091-1/+1
| |/
* | merge 8.7dgp2018-04-251-5/+3
|\ \ | |/
| * merge 8.5dgp2018-04-071-5/+3
| |\
| | * Correct out-of-date documentation for [string is].dgp2018-04-071-5/+3
| | |
* | | Rebooting a [string insert] implementation branch, bringing over piecesdgp2018-03-211-0/+17
|/ / | | | | | | from the past branches and merging against the updated index parsing machinery.
* | 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).