Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-02-02 | 1 | -2/+2 | |
|\ | ||||||
| * | Fix documentation on "encoding" command | jan.nijtmans | 2023-02-02 | 1 | -15/+13 | |
* | | Remove incorrect comment. See: [https://www.magicsplat.com/tcl9/tcl9unicode.h... | jan.nijtmans | 2023-01-31 | 1 | -6/+0 | |
|\ \ | |/ | ||||||
| * | Remove incorrect comment. See: [https://www.magicsplat.com/tcl9/tcl9unicode.h... | jan.nijtmans | 2023-01-31 | 1 | -6/+0 | |
* | | Update fcopy documentation regarding -size argument | jan.nijtmans | 2023-01-27 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Update fcopy documentation regarding -size argument | jan.nijtmans | 2023-01-27 | 1 | -2/+3 | |
* | | Merge 8.7 | jan.nijtmans | 2023-01-22 | 1 | -6/+9 | |
|\ \ | |/ | ||||||
| * | Make documentation conform to implementation in this branch | jan.nijtmans | 2023-01-20 | 1 | -4/+8 | |
| * | New proposal: Allow "-strict" immediately before or after "-failindex var". | jan.nijtmans | 2023-01-19 | 1 | -2/+2 | |
| * | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ... | jan.nijtmans | 2023-01-14 | 1 | -7/+6 | |
* | | Merge 8.7 | jan.nijtmans | 2023-01-15 | 1 | -7/+6 | |
|\ \ | ||||||
| * | | Update documentation, matching current implementation | jan.nijtmans | 2023-01-15 | 1 | -7/+6 | |
| |/ | ||||||
* | | Merge 8.7 | jan.nijtmans | 2022-12-13 | 1 | -5/+6 | |
|\ \ | |/ | ||||||
| * | Clarify what "-strict" means for the utf-8 encoder, making it clear that this... | jan.nijtmans | 2022-12-13 | 1 | -5/+6 | |
* | | Merge 8.7 | jan.nijtmans | 2022-11-30 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe... | jan.nijtmans | 2022-11-30 | 1 | -3/+3 | |
* | | Merge 8.7 | jan.nijtmans | 2022-11-21 | 2 | -3/+7 | |
|\ \ | |/ | ||||||
| * | Rebase to latest 8.7 | jan.nijtmans | 2022-11-20 | 2 | -3/+7 | |
| |\ | ||||||
| | * | Merge 8.7 | jan.nijtmans | 2022-11-19 | 1 | -12/+12 | |
| | |\ | ||||||
| | * | | New function Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-15 | 2 | -3/+7 | |
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -0/+17 | |
|\ \ \ \ | |/ / / | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -0/+17 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | TIP 651 implementation | apnadkarni | 2022-11-17 | 1 | -0/+17 | |
| | | |/ | | |/| | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | TIP #644: Make Tcl_ObjType extensible | jan.nijtmans | 2022-11-17 | 1 | -0/+5 | |
|\ \ \ \ \ | | |/ / / | ||||||
| * | | | | Update Tcl_ObjType documentation | apnadkarni | 2022-11-13 | 1 | -0/+5 | |
* | | | | | Merge 8.7 | jan.nijtmans | 2022-11-17 | 1 | -12/+12 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | doc update | jan.nijtmans | 2022-11-17 | 1 | -12/+12 | |
| | |/ / | |/| | | ||||||
* | | | | one more (Tcl_UniCharToUtf), and adapt documentation | jan.nijtmans | 2022-11-16 | 2 | -7/+7 | |
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-15 | 1 | -3/+2 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | Since this FIXME! is already fixed, adapt documentation | jan.nijtmans | 2022-11-15 | 1 | -3/+2 | |
| * | | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentation | jan.nijtmans | 2022-11-08 | 1 | -5/+19 | |
| * | | Document TCL 8.7 behaviour of TIP601 and TIP607. | oehhar | 2022-10-28 | 1 | -13/+19 | |
* | | | More int -> size_t (argc and level) in trace handling | jan.nijtmans | 2022-11-08 | 2 | -2/+16 | |
* | | | Update Tcl_Filesystem documentation | jan.nijtmans | 2022-11-06 | 1 | -1/+1 | |
* | | | Merge core-8-branch | oehhar | 2022-10-28 | 1 | -36/+66 | |
|\ \ \ | |/ / | ||||||
| * | | TIP346, TIP607, TIP601: document encoding command | oehhar | 2022-10-28 | 1 | -36/+66 | |
* | | | Merge core-8-branch | oehhar | 2022-10-28 | 2 | -5/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Correct issues in safe.n reported by tcltk-man2html.tcl | oehhar | 2022-10-28 | 1 | -3/+2 | |
| * | | Resolve tcltk-man2html.tcl errors in fconfigure.n | oehhar | 2022-10-28 | 1 | -3/+2 | |
| * | | TIP 633 and TIP 346: add man page entry for fconfigure (TCL 8.7) | oehhar | 2022-10-28 | 1 | -0/+26 | |
* | | | Resolve tcltk-man2html.tcl errors in fconfigure.n | oehhar | 2022-10-28 | 1 | -3/+2 | |
* | | | fconfigure man: correct chapter syntax | oehhar | 2022-10-28 | 1 | -1/+1 | |
* | | | TIP 633 and TIP 346: add man page entry for fconfigure | oehhar | 2022-10-28 | 1 | -2/+30 | |
* | | | Merge 8.7 | jan.nijtmans | 2022-10-27 | 2 | -12/+43 | |
|\ \ \ | |/ / | ||||||
| * | | TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creation | jan.nijtmans | 2022-10-27 | 1 | -1/+3 | |
| |\ \ | ||||||
| | * \ | rebase to 8.7. Add documentation | jan.nijtmans | 2022-10-13 | 1 | -1/+3 | |
| | |\ \ | ||||||
| * | \ \ | Merge 8.7 | kjnash | 2022-10-26 | 5 | -13/+18 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | TIP #646: Change -eofchar handling (Tcl 8.7 part) | jan.nijtmans | 2022-10-26 | 2 | -5/+4 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | TIP #579 implementation: Improved auto_path for Safe Base interpreters | jan.nijtmans | 2022-10-18 | 1 | -2/+167 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-10-17 | 5 | -17/+130 | |
| | | |\ \ \ \ \ |