Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter | jan.nijtmans | 2023-05-23 | 1 | -1/+1 | |
| | ||||||
* | Small documentation corrections | dkf | 2023-05-22 | 6 | -66/+95 | |
| | ||||||
* | Improve the synopsis of the transchan manpage so it helps users a bit | dkf | 2023-05-19 | 1 | -1/+12 | |
| | ||||||
* | Improve the synopsis of the refchan manpage so it helps users a bit | dkf | 2023-05-19 | 1 | -1/+14 | |
| | ||||||
* | merge core-8-branch | dkf | 2023-05-19 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge 8.6 | jan.nijtmans | 2023-05-10 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Backport: docs: function does not "return an error", it returns TCL_ERROR, ↵ | jan.nijtmans | 2023-05-10 | 1 | -3/+3 | |
| | | | | | | | | | | | | indicating an error occured | |||||
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 13 | -19/+19 | |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | |||||
* | | | Add doc comments, fix a typo in a manpage | dkf | 2023-05-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use modern copyright symbol, in line with rest of code | dkf | 2023-05-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 8.7 | dkf | 2023-05-01 | 42 | -426/+857 | |
|\ \ \ | |/ / | ||||||
| * | | Fix a few function signatures in manpages for TIP 660. | apnadkarni | 2023-04-19 | 4 | -7/+7 | |
| | | | ||||||
| * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 12 | -18/+18 | |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵ | jan.nijtmans | 2023-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | on other platforms either. | |||||
| * | | Merge 8.6: Allow empty mode list in [chan create]. | max | 2023-03-30 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Allow empty mode list in [chan create], so that refchans are able to mimic ↵ | max | 2023-03-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | the behavior of channels created by [socket -server]. | |||||
| * | | typo | jan.nijtmans | 2023-03-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make the documentation of [encoding] more concise and readable. | pooryorick | 2023-03-27 | 1 | -105/+78 | |
| | | | ||||||
| * | | Fix some formatting errors. | pooryorick | 2023-03-26 | 1 | -3/+3 | |
| | | | ||||||
| * | | Update reference-counting advice for Tcl_ObjSetVar2 and friends. | pooryorick | 2023-03-26 | 1 | -9/+9 | |
| | | | ||||||
| * | | Manpage fixes | jan.nijtmans | 2023-03-18 | 3 | -9/+9 | |
| | | | ||||||
| * | | Update manpages for TIP 656 | apnadkarni | 2023-03-18 | 4 | -140/+225 | |
| |\ \ | ||||||
| | * | | Update manpages in anticipation of TIP 656 | apnadkarni | 2023-03-16 | 4 | -140/+225 | |
| |/ / | ||||||
| * | | Merge 8.6 | jan.nijtmans | 2023-02-28 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| * | | Make the descriptions in doc/Tcl.n more concise and intuitive. | pooryorick | 2023-02-28 | 1 | -194/+121 | |
| | | | ||||||
| * | | Fix formatting issue in Tcl.n | pooryorick | 2023-02-28 | 1 | -0/+3 | |
| | | | ||||||
| * | | Fix documentation on "encoding" command | jan.nijtmans | 2023-02-02 | 1 | -15/+13 | |
| | | | ||||||
| * | | Remove incorrect comment. See: ↵ | jan.nijtmans | 2023-01-31 | 1 | -6/+0 | |
| | | | | | | | | | | | | [https://www.magicsplat.com/tcl9/tcl9unicode.html#surrogates-as-literals]. Thanks, Ashok, for noticing this! | |||||
| * | | Update fcopy documentation regarding -size argument | jan.nijtmans | 2023-01-27 | 1 | -2/+3 | |
| | | | ||||||
| * | | 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 | |
| | | | | | | | | | | | | used with -failindex | |||||
| * | | Clarify what "-strict" means for the utf-8 encoder, making it clear that ↵ | jan.nijtmans | 2022-12-13 | 1 | -5/+6 | |
| | | | | | | | | | | | | this is not the same as "strict" in python | |||||
| * | | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with ↵ | jan.nijtmans | 2022-11-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | other API's. No change on 8.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.6. TIP #651 implementation (since there are already 2 YES votes, no ↵ | jan.nijtmans | 2022-11-20 | 1 | -0/+17 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/| | NO votes expected) | |||||
| | * | | | TIP 651 implementation | apnadkarni | 2022-11-17 | 1 | -0/+17 | |
| | | |/ | | |/| | ||||||
| * | | | doc update | jan.nijtmans | 2022-11-17 | 1 | -12/+12 | |
| |/ / | ||||||
| * | | 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 | |
| | | | ||||||
| * | | TIP346, TIP607, TIP601: document encoding command | oehhar | 2022-10-28 | 1 | -36/+66 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | 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 | |
| | |\ \ |