summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* tip 499 msgcat custom preferences: documentation addedoehhar2018-03-131-27/+85
* tip490 oo for msgcat: added documentationoehhar2018-03-131-7/+100
* TIP 351 Implementation.dgp2018-03-051-0/+20
|\
| * Allow -stride 1.pspjuth2018-01-251-1/+2
| * merge 8.7dgp2018-01-252-3/+3
| |\
| * | Doc for lsearch -stridepspjuth2018-01-021-0/+19
* | | merge 8.7dgp2018-02-142-180/+88
|\ \ \
| * | | Refine documentation for Tcl_NR* functions.pooryorick2018-02-032-180/+88
| | |/ | |/|
* | | Document "L" length modifier and (new) %a/%A specifiers.jan.nijtmans2018-01-241-6/+15
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2018-01-241-2/+2
| |\ \
| | * | Documentation fix: there is no "O" conversion, just "o" for octal. Also, "b" ...jan.nijtmans2018-01-241-2/+2
* | | | merge core-8-branch. Improve documentation (format.n).jan.nijtmans2018-01-241-7/+10
|\ \ \ \ | |/ / /
* | | | merge core-8-branchjan.nijtmans2018-01-181-1/+1
|\ \ \ \ | |/ / /
| * | | merge core-8-branchjan.nijtmans2018-01-121-4/+0
| |\ \ \ | | | |/ | | |/|
| * | | merge core-8-branchjan.nijtmans2017-11-303-7/+4
| |\ \ \
| * \ \ \ merge core-8-branch. jan.nijtmans2017-11-231-1/+1
| |\ \ \ \
| * | | | | Revert [d874801c57]: putting back "string bytelength". It turns out to be to...jan.nijtmans2017-11-211-2/+2
| * | | | | merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-203-5/+5
| |\ \ \ \ \ | | |/ / / /
* | | | | | merge core-8-branchjan.nijtmans2018-01-151-4/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | merge core-8-6-branchjan.nijtmans2017-12-281-4/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-4/+0
* | | | | merge 8.7jan.nijtmans2017-12-065-10/+7
|\ \ \ \ \ | |/ / / /
| * | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-1/+1
| * | | | merge core-8-6-branchjan.nijtmans2017-11-293-6/+3
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ...jan.nijtmans2017-11-293-6/+3
| * | | merge core-8-6-branchjan.nijtmans2017-11-162-3/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-3/+3
| | |\
| | | * No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-9/+8
| | | * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be cons...jan.nijtmans2017-10-131-2/+3
|\ \ \ \ \ | | |/ / /
| * | | | Rebase branch "jn-0d-radix-prefix" back to trunk. No new changesjan.nijtmans2017-06-261-2/+3
| |\ \ \ \
| | * | | | Little variation on Brian's proposal: Only prefix decimal number with '0d' wh...jan.nijtmans2017-06-141-2/+3
* | | | | | Rebase to trunkjan.nijtmans2017-09-081-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | (more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive exp...jan.nijtmans2017-03-291-1/+1
* | | | | | Correct longstanding typo in continue man pageandy2017-08-121-1/+1
| |/ / / / |/| | | |
* | | | | Rewrite the documentation of [regsub -command] so it's not quite such a mess.dgp2017-06-231-10/+12
* | | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-234-6/+12
|\ \ \ \ \
| * \ \ \ \ Merge core-8-6-branch. jan.nijtmans2017-06-151-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-143-4/+10
| |\ \ \ \ \
| | * | | | | Add support of 0d in the format %# conversion flag. Add tests for same.griffin2017-06-121-7/+9
| | * | | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-272-3/+6
* | | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copydkf2017-06-221-6/+16
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Documentation correction; issue pointed out by DGP.dkf2017-06-221-2/+3
| * | | | | | Rebase for final implementation workdkf2017-06-221-6/+15
| * | | | | | Add test-cases, testing the legacy behavior of "format %#d"jan.nijtmans2017-06-221-1/+1
| | |_|/ / / | |/| | | |
* | | | | | merge trunkdkf2017-06-222-1/+73
|\ \ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2017-06-225-8/+6
| |\ \ \ \ \ \
| | * \ \ \ \ \ [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section.dkf2017-06-141-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section.dkf2017-06-141-1/+1
| | | |/ / / /
| | * | | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-022-151/+2
| | |\ \ \ \ \ | | | |/ / / /