summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-1/+1
|
* Small documentation correctionsdkf2023-05-226-66/+95
|
* Improve the synopsis of the transchan manpage so it helps users a bitdkf2023-05-191-1/+12
|
* Improve the synopsis of the refchan manpage so it helps users a bitdkf2023-05-191-1/+14
|
* merge core-8-branchdkf2023-05-191-1/+1
|\
| * Merge 8.6jan.nijtmans2023-05-101-1/+1
| |\
| | * Backport: docs: function does not "return an error", it returns TCL_ERROR, ↵jan.nijtmans2023-05-101-3/+3
| | | | | | | | | | | | indicating an error occured
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1213-19/+19
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | Add doc comments, fix a typo in a manpagedkf2023-05-011-1/+1
| | |
* | | Use modern copyright symbol, in line with rest of codedkf2023-05-011-1/+1
| | |
* | | Merge 8.7dkf2023-05-0142-426/+857
|\ \ \ | |/ /
| * | Fix a few function signatures in manpages for TIP 660.apnadkarni2023-04-194-7/+7
| | |
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1212-18/+18
| | | | | | | | | corrections in history.tcl and tcltest.test.
| * | Merge 8.6jan.nijtmans2023-03-301-1/+1
| |\ \ | | |/
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-301-1/+1
| | | | | | | | | | | | on other platforms either.
| * | Merge 8.6: Allow empty mode list in [chan create].max2023-03-301-2/+2
| |\ \ | | |/
| | * Allow empty mode list in [chan create], so that refchans are able to mimic ↵max2023-03-301-2/+2
| | | | | | | | | | | | the behavior of channels created by [socket -server].
| * | typojan.nijtmans2023-03-291-1/+1
| | |
| * | Make the documentation of [encoding] more concise and readable.pooryorick2023-03-271-105/+78
| | |
| * | Fix some formatting errors.pooryorick2023-03-261-3/+3
| | |
| * | Update reference-counting advice for Tcl_ObjSetVar2 and friends.pooryorick2023-03-261-9/+9
| | |
| * | Manpage fixesjan.nijtmans2023-03-183-9/+9
| | |
| * | Update manpages for TIP 656apnadkarni2023-03-184-140/+225
| |\ \
| | * | Update manpages in anticipation of TIP 656apnadkarni2023-03-164-140/+225
| |/ /
| * | Merge 8.6jan.nijtmans2023-02-281-1/+1
| |\ \ | | |/
| * | Make the descriptions in doc/Tcl.n more concise and intuitive.pooryorick2023-02-281-194/+121
| | |
| * | Fix formatting issue in Tcl.npooryorick2023-02-281-0/+3
| | |
| * | Fix documentation on "encoding" commandjan.nijtmans2023-02-021-15/+13
| | |
| * | Remove incorrect comment. See: ↵jan.nijtmans2023-01-311-6/+0
| | | | | | | | | | | | [https://www.magicsplat.com/tcl9/tcl9unicode.html#surrogates-as-literals]. Thanks, Ashok, for noticing this!
| * | Update fcopy documentation regarding -size argumentjan.nijtmans2023-01-271-2/+3
| | |
| * | Make documentation conform to implementation in this branchjan.nijtmans2023-01-201-4/+8
| | |
| * | New proposal: Allow "-strict" immediately before or after "-failindex var".jan.nijtmans2023-01-191-2/+2
| | |
| * | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ↵jan.nijtmans2023-01-141-7/+6
| | | | | | | | | | | | used with -failindex
| * | Clarify what "-strict" means for the utf-8 encoder, making it clear that ↵jan.nijtmans2022-12-131-5/+6
| | | | | | | | | | | | this is not the same as "strict" in python
| * | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with ↵jan.nijtmans2022-11-301-3/+3
| | | | | | | | | | | | other API's. No change on 8.7
| * | Rebase to latest 8.7jan.nijtmans2022-11-202-3/+7
| |\ \
| | * \ Merge 8.7jan.nijtmans2022-11-191-12/+12
| | |\ \
| | * | | New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-152-3/+7
| | | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-201-0/+17
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/| NO votes expected)
| | * | | TIP 651 implementationapnadkarni2022-11-171-0/+17
| | | |/ | | |/|
| * | | doc updatejan.nijtmans2022-11-171-12/+12
| |/ /
| * | Since this FIXME! is already fixed, adapt documentationjan.nijtmans2022-11-151-3/+2
| | |
| * | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-5/+19
| | |
| * | Document TCL 8.7 behaviour of TIP601 and TIP607.oehhar2022-10-281-13/+19
| | |
| * | TIP346, TIP607, TIP601: document encoding commandoehhar2022-10-281-36/+66
| | |
| * | Correct issues in safe.n reported by tcltk-man2html.tcloehhar2022-10-281-3/+2
| | |
| * | Resolve tcltk-man2html.tcl errors in fconfigure.noehhar2022-10-281-3/+2
| | |
| * | TIP 633 and TIP 346: add man page entry for fconfigure (TCL 8.7)oehhar2022-10-281-0/+26
| | |
| * | TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-271-1/+3
| |\ \
| | * \ rebase to 8.7. Add documentationjan.nijtmans2022-10-131-1/+3
| | |\ \