Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, ↵ | jan.nijtmans | 2021-04-16 | 1 | -2/+11 |
| | | | | Harald!) | ||||
* | Improve documentation for exec and open, especially in relation to binary ↵ | dkf | 2021-03-30 | 2 | -3/+62 |
| | | | | pipelines | ||||
* | Document that Tcl_UtfCharComplete() can (now) be used to protect ↵ | jan.nijtmans | 2021-03-14 | 1 | -7/+8 |
| | | | | Tcl_UtfNext() calls against overflow, if the string being handled is not NULL-terminated. | ||||
* | Fix line width in [file attributes] documentation | msi | 2021-01-20 | 1 | -9/+9 |
| | |||||
* | Improve punctuation and wording in [file attributes] documentation | msi | 2021-01-20 | 1 | -5/+5 |
| | |||||
* | Fix missing backslash | msi | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Improve description of Unix options for [file attributes] (Pt. 2) | msi | 2021-01-19 | 1 | -15/+18 |
| | |||||
* | Improve description of Unix options for [file attributes] (Pt. 1) | msi | 2021-01-08 | 1 | -10/+10 |
| | |||||
* | Fix consistency and grammar in re_syntax.n | msi | 2021-01-06 | 1 | -4/+4 |
| | |||||
* | Fix unclear language in re_syntax. [2da4c23916] | dkf | 2021-01-05 | 1 | -2/+17 |
| | |||||
* | doc/clock.n: clearer form explaininng format groups on output | sebres | 2020-06-30 | 1 | -6/+6 |
| | |||||
* | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
|\ | | | | | | | See: [81242a48c8] | ||||
| * | Change back implementation of Tcl_UtfAtIndex() to how it was. Update ↵ | jan.nijtmans | 2020-05-12 | 1 | -5/+7 |
| |\ | | | | | | | | | | documentation. | ||||
| * | | Demonstration for documentation bug, and suggestion for improved wording. ↵ | jan.nijtmans | 2020-05-10 | 1 | -1/+3 |
| |/ | | | | | | | More explanation will follow in the ticket. | ||||
| * | Cherry-pick Tcl_UniCharAtIndex() implementation from [6596c4af31], but ↵ | jan.nijtmans | 2020-04-26 | 1 | -1/+1 |
| | | | | | | | | adapted to the needs of TIPs 389/542. | ||||
| * | Merge 8.6 | jan.nijtmans | 2020-04-24 | 1 | -1/+3 |
| |\ | |||||
| | * | Merge 8.5. | jan.nijtmans | 2020-04-24 | 1 | -1/+3 |
| | |\ | |_|/ |/| | | | | | Fix regression in Tcl_UtfComplete(), actually already present for longer time but masked by error in TclUtfNext() macro. Adapt expectations accordingly ("/xA0/xA0" should really have length 2 ....) | ||||
| | * | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how ↵ | jan.nijtmans | 2020-04-22 | 1 | -15/+6 |
| | | | | | | | | | | | | it was. Will be updated later, when implementation is ready and agreed upon. | ||||
| | * | Merge 8.5. Failing tests for now. To be remedied shortly. | dgp | 2020-04-16 | 1 | -5/+14 |
| | |\ | |||||
| * | \ | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -7/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -7/+21 |
| | |\ \ | |||||
| * | \ \ | merge 8.6 | dgp | 2020-03-31 | 1 | -9/+13 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Tweaks | dgp | 2020-03-31 | 1 | -3/+2 |
| | | | | | |||||
| | * | | | Update docs to describe these changes. | dgp | 2020-03-31 | 1 | -8/+13 |
| | | | | | |||||
| * | | | | merge 8.6 | dgp | 2020-03-28 | 1 | -4/+7 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | [ffeb2097af] Restore the standard and original practice of ignoring invalid | dgp | 2020-03-28 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | characters when decoding base64. Error only in -strict mode. See RFC 2045. | ||||
| | * | | | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs | jan.nijtmans | 2020-03-27 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 4 | -6/+6 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Unicode tables. Not used in 8.6 yet. | ||||
| * | \ \ \ | Merge 8.6 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | typo fix | dkf | 2020-02-22 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix See also links in list commands | apnadkarni | 2020-01-23 | 16 | -29/+50 |
| | | | | | | |||||
| * | | | | | Implement TIP 543 | dgp | 2020-01-21 | 1 | -22/+11 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | merge 8.7 | dgp | 2020-01-10 | 30 | -251/+84 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.7 | dgp | 2019-12-30 | 20 | -184/+808 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Complete doc changes for TIP 543 in Tcl 8.7 | dgp | 2019-05-11 | 1 | -25/+14 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Start of TIP 543 implementation. | dgp | 2019-05-10 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | merge 8.7 | dgp | 2020-01-08 | 10 | -30/+39 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | |||||
| | * | | | | | | | | Improvements to doc changes from TIPs 422 and 512. | dgp | 2020-01-08 | 7 | -8/+17 |
| | | | | | | | | | | |||||
| | * | | | | | | | | s/in stead/instead/ | dgp | 2020-01-08 | 2 | -3/+3 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | |||||
| | | * | | | | | | | s/in stead/instead/ | dgp | 2020-01-08 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | merge 8.6 | dgp | 2020-01-08 | 2 | -19/+19 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | |||||
| | | * | | | | | | | Remove another mention of interp->result. | dgp | 2020-01-08 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Revise documentation that refers to direct access to interp->result. | dgp | 2020-01-08 | 1 | -17/+17 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 23 | -221/+45 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |||||
| | * | | | | | | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary ↵ | jan.nijtmans | 2020-01-07 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since 8.7. Small missing piece in Tcl_LinkArray() implementation, handling (unsigned) longs on 64-bit platforms. | ||||
| | * | | | | | | | | one more | dgp | 2020-01-06 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Bring docs up to date with TIP 330 and TIP 336 changes already in Tcl 8.7 | dgp | 2020-01-06 | 2 | -114/+16 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Remove "new in 8.6" marks from the docs in the 8.7 branch. | dgp | 2020-01-06 | 18 | -80/+0 |
| | | | | | | | | | | |||||
| | * | | | | | | | | remove 'new in 8.5' marks in docs | dgp | 2020-01-06 | 1 | -2/+0 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / |