Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for TIP-551: | griffin | 2020-05-23 | 1 | -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.6 | jan.nijtmans | 2019-09-04 | 1 | -3/+3 |
|\ | |||||
| * | Docfix: \0 is special in nroff, so use \e0 instead | dkf | 2019-09-03 | 1 | -3/+3 |
| | | |||||
* | | Doc tweak | dkf | 2019-04-14 | 1 | -5/+11 |
| | | |||||
* | | merge 8.7 | dgp | 2018-11-19 | 1 | -4/+10 |
|\ \ | |||||
| * | | Added documentation | dkf | 2018-11-06 | 1 | -4/+10 |
| | | | |||||
* | | | merge 8.7 | dgp | 2018-10-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFUL | dkf | 2018-10-09 | 1 | -1/+1 |
| |/ | |||||
* | | merge 8.7 | dgp | 2018-04-25 | 1 | -5/+3 |
|\ \ | |/ | |||||
| * | merge 8.5 | dgp | 2018-04-07 | 1 | -5/+3 |
| |\ | |||||
| | * | Correct out-of-date documentation for [string is]. | dgp | 2018-04-07 | 1 | -5/+3 |
| | | | |||||
* | | | Rebooting a [string insert] implementation branch, bringing over pieces | dgp | 2018-03-21 | 1 | -0/+17 |
|/ / | | | | | | | from the past branches and merging against the updated index parsing machinery. | ||||
* | | Eliminate exess spacings in many doc pages. | jan.nijtmans | 2016-03-02 | 1 | -3/+3 |
| | | |||||
* | | Tidy up the docs | dkf | 2014-08-03 | 1 | -7/+12 |
| | | |||||
* | | Don't use [pid] in tests, stick to constant literals. | ferrieux | 2014-08-02 | 1 | -0/+2 |
| | | |||||
* | | TIP 429 Implementation: [string cat] | ferrieux | 2014-08-02 | 1 | -0/+8 |
| | | |||||
* | | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no ↵ | jan.nijtmans | 2014-07-11 | 1 | -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.nijtmans | 2014-07-11 | 1 | -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 encodings | dkf | 2014-02-23 | 1 | -4/+24 |
| | | |||||
* | | 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. | ||||
| * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -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.nijtmans | 2013-01-02 | 1 | -29/+34 |
| | | | |||||
* | | | 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 |
| | |