summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix [e646d28f1a]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* ups, accidentally re-introduced an already fixed formatting error - corrected...Torsten2024-02-081-1/+1
* (cherry-pick) Fixed wrongly placed punctuation in .QW macro of clock.n manual...Torsten2024-02-081-2/+2
* Update Tcl_ObjPrintf() documentation. Make it more clear that C11 format spec...jan.nijtmans2024-02-011-3/+4
* Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is...oehhar2024-01-231-3/+1
* Doc of Tcl_AppendToObj: Document NULL data argument behaviour and buffer grow...oehhar2024-01-221-1/+5
* Ticket [fd27add6]: doc change of Tcl_PkgRequire & friends: version string spe...oehhar2024-01-111-2/+1
* Use "(char *)NULL" as sentinel in documentation. See: [26870862f0]jan.nijtmans2023-12-084-4/+4
* MS-Win: document the exec %var% re-allowance. Ticket [fb2fa9b3f6]oehhar2023-11-301-7/+6
* (cherry-pick) Corrected synopsis of namespace manual page where the subcomman...jan.nijtmans2023-11-271-1/+1
* Exec wordsmithing. Thanks, Sergey!oehhar2023-11-101-11/+11
* Remove the quoting example by ". It is more complicated than that, so be quiet.oehhar2023-11-061-1/+1
* Exec documentation: refine Windows quoting section (thanks, Sergey !)oehhar2023-11-061-11/+19
* Ticket [21b0629c] introduced additional exec quoting for Windows, but did not...oehhar2023-11-031-0/+31
* TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d...jan.nijtmans2023-09-284-6/+6
|\
| * TIP #662: Un-deprecate Tcl_VarEvaljan.nijtmans2023-07-311-2/+2
|/
* (cherry-pick): Added note about how some commands are mainly for Tkjan.nijtmans2023-06-081-0/+3
* Backport: docs: function does not "return an error", it returns TCL_ERROR, in...jan.nijtmans2023-05-101-3/+3
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1213-19/+19
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* Allow empty mode list in [chan create], so that refchans are able to mimic th...max2023-03-301-2/+2
* Fix [af65af3655]: clock.n: unbalanced parenthesisjan.nijtmans2022-10-201-2/+2
* Update docs and comments to agree with TIP 623.dgp2022-09-211-1/+3
* Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but a...oehhar2022-09-091-0/+4
|\
| * Ticket [a11678b759]: improve after documentation for time <= 0.oehhar2022-08-181-0/+4
* | Fix [95b6a1747a]: Eval.3 docu fixjan.nijtmans2022-09-021-1/+1
* | Fix [36ec49db6abc3b1a]: Tcl_TraceVar manpage : missing `const` on char* fieldsjan.nijtmans2022-09-011-2/+2
|/
* Tcl_SetCommandTokenInfo() does not existjan.nijtmans2022-05-311-5/+1
* Correction to http(n) - cannot use Upgrade header to upgrade to http/3kjnash2022-05-131-2/+2
* In http(n), repaginate long lines.kjnash2022-05-111-19/+32
* In http(n), escape - to \- in all command options except example code.kjnash2022-05-111-31/+31
* Revise http(n) to fix #6afa947d1akjnash2022-05-111-2/+10
* Revise http(n) to fix #14e3c258d9kjnash2022-05-111-6/+14
* Revise http(n) to fix #443195kjnash2022-05-111-0/+5
* Revise http(n) to fix #1414262kjnash2022-05-111-0/+25
* Revise http(n) to fix #15e4bd83c2kjnash2022-05-111-1/+2
* Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-101-0/+34
* boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-202-20/+18
* intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentatio...jan.nijtmans2022-01-241-3/+3
* binary encode/decode hex: document upper/lower character use.oehhar2021-12-201-0/+2
* Fix [5507a9c096]: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.htmljan.nijtmans2021-12-181-1/+1
* Doc fix. There is no endianness in the encoding of a single byte.dgp2021-11-061-1/+1
* Fix [e0f728b381]: Manpage msgcat.n contains two write errorsjan.nijtmans2021-09-301-2/+2
* Refine 'string replace' documentation wording. Thanks to Ted Brown on clt.oehhar2021-08-051-2/+2
* Clarify description of corner case 'string replace "" 0 0 A' to return the em...oehhar2021-08-051-3/+4
* Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-213-5/+5
* Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, listjan.nijtmans2021-05-259-13/+13
* Ticket[535705]: encoding manpage example is about outdated source command. It...oehhar2021-05-061-18/+2
* Document Tcl_GetMemoryInfo() and Tcl_MainEx()/Tcl_MainExW(). Backported from ...jan.nijtmans2021-04-162-2/+21
|\
| * Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, Har...jan.nijtmans2021-04-161-2/+11