| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "(char *)NULL" as sentinel in documentation. See: [26870862f0] | jan.nijtmans | 2023-12-08 | 4 | -4/+4 |
|
|
* | MS-Win: document the exec %var% re-allowance. Ticket [fb2fa9b3f6] | oehhar | 2023-11-30 | 1 | -7/+6 |
|
|
* | (cherry-pick) Corrected synopsis of namespace manual page where the subcomman... | jan.nijtmans | 2023-11-27 | 1 | -1/+1 |
|
|
* | Exec wordsmithing. Thanks, Sergey! | oehhar | 2023-11-10 | 1 | -11/+11 |
|
|
* | Remove the quoting example by ". It is more complicated than that, so be quiet. | oehhar | 2023-11-06 | 1 | -1/+1 |
|
|
* | Exec documentation: refine Windows quoting section (thanks, Sergey !) | oehhar | 2023-11-06 | 1 | -11/+19 |
|
|
* | Ticket [21b0629c] introduced additional exec quoting for Windows, but did not... | oehhar | 2023-11-03 | 1 | -0/+31 |
|
|
* | TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d... | jan.nijtmans | 2023-09-28 | 4 | -6/+6 |
|\ |
|
| * | TIP #662: Un-deprecate Tcl_VarEval | jan.nijtmans | 2023-07-31 | 1 | -2/+2 |
|/ |
|
* | (cherry-pick): Added note about how some commands are mainly for Tk | jan.nijtmans | 2023-06-08 | 1 | -0/+3 |
|
|
* | Backport: docs: function does not "return an error", it returns TCL_ERROR, in... | jan.nijtmans | 2023-05-10 | 1 | -3/+3 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 13 | -19/+19 |
|
|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
* | Allow empty mode list in [chan create], so that refchans are able to mimic th... | max | 2023-03-30 | 1 | -2/+2 |
|
|
* | Fix [af65af3655]: clock.n: unbalanced parenthesis | jan.nijtmans | 2022-10-20 | 1 | -2/+2 |
|
|
* | Update docs and comments to agree with TIP 623. | dgp | 2022-09-21 | 1 | -1/+3 |
|
|
* | Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but a... | oehhar | 2022-09-09 | 1 | -0/+4 |
|\ |
|
| * | Ticket [a11678b759]: improve after documentation for time <= 0. | oehhar | 2022-08-18 | 1 | -0/+4 |
|
|
* | | Fix [95b6a1747a]: Eval.3 docu fix | jan.nijtmans | 2022-09-02 | 1 | -1/+1 |
|
|
* | | Fix [36ec49db6abc3b1a]: Tcl_TraceVar manpage : missing `const` on char* fields | jan.nijtmans | 2022-09-01 | 1 | -2/+2 |
|/ |
|
* | Tcl_SetCommandTokenInfo() does not exist | jan.nijtmans | 2022-05-31 | 1 | -5/+1 |
|
|
* | Correction to http(n) - cannot use Upgrade header to upgrade to http/3 | kjnash | 2022-05-13 | 1 | -2/+2 |
|
|
* | In http(n), repaginate long lines. | kjnash | 2022-05-11 | 1 | -19/+32 |
|
|
* | In http(n), escape - to \- in all command options except example code. | kjnash | 2022-05-11 | 1 | -31/+31 |
|
|
* | Revise http(n) to fix #6afa947d1a | kjnash | 2022-05-11 | 1 | -2/+10 |
|
|
* | Revise http(n) to fix #14e3c258d9 | kjnash | 2022-05-11 | 1 | -6/+14 |
|
|
* | Revise http(n) to fix #443195 | kjnash | 2022-05-11 | 1 | -0/+5 |
|
|
* | Revise http(n) to fix #1414262 | kjnash | 2022-05-11 | 1 | -0/+25 |
|
|
* | Revise http(n) to fix #15e4bd83c2 | kjnash | 2022-05-11 | 1 | -1/+2 |
|
|
* | Fix the bug. Standardise and document protocol upgrades. | kjnash | 2022-05-10 | 1 | -0/+34 |
|
|
* | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist... | jan.nijtmans | 2022-04-20 | 2 | -20/+18 |
|
|
* | intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentatio... | jan.nijtmans | 2022-01-24 | 1 | -3/+3 |
|
|
* | binary encode/decode hex: document upper/lower character use. | oehhar | 2021-12-20 | 1 | -0/+2 |
|
|
* | Fix [5507a9c096]: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.html | jan.nijtmans | 2021-12-18 | 1 | -1/+1 |
|
|
* | Doc fix. There is no endianness in the encoding of a single byte. | dgp | 2021-11-06 | 1 | -1/+1 |
|
|
* | Fix [e0f728b381]: Manpage msgcat.n contains two write errors | jan.nijtmans | 2021-09-30 | 1 | -2/+2 |
|
|
* | Refine 'string replace' documentation wording. Thanks to Ted Brown on clt. | oehhar | 2021-08-05 | 1 | -2/+2 |
|
|
* | Clarify description of corner case 'string replace "" 0 0 A' to return the em... | oehhar | 2021-08-05 | 1 | -3/+4 |
|
|
* | Change a lot of url's (as far as possible) from http:// to https:// | jan.nijtmans | 2021-06-21 | 3 | -5/+5 |
|
|
* | Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, list | jan.nijtmans | 2021-05-25 | 9 | -13/+13 |
|
|
* | Ticket[535705]: encoding manpage example is about outdated source command. It... | oehhar | 2021-05-06 | 1 | -18/+2 |
|
|
* | Document Tcl_GetMemoryInfo() and Tcl_MainEx()/Tcl_MainExW(). Backported from ... | jan.nijtmans | 2021-04-16 | 2 | -2/+21 |
|\ |
|
| * | Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, Har... | jan.nijtmans | 2021-04-16 | 1 | -2/+11 |
|
|
* | | Improve documentation for exec and open, especially in relation to binary pip... | dkf | 2021-03-30 | 2 | -2/+40 |
|\ \
| |/ |
|
| * | Improve documentation for exec and open, especially in relation to binary pip... | dkf | 2021-03-30 | 2 | -3/+62 |
|
|
* | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen... | jan.nijtmans | 2021-03-19 | 3 | -58/+57 |
|
|
* | | Fix [8663689908]. Final documentation fix, implementation was already fixed e... | jan.nijtmans | 2021-03-18 | 1 | -2/+2 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2021-03-14 | 1 | -7/+8 |
|\ \
| |/ |
|
| * | Document that Tcl_UtfCharComplete() can (now) be used to protect Tcl_UtfNext(... | jan.nijtmans | 2021-03-14 | 1 | -7/+8 |
|
|
* | | Ticket [87082587c4]: typo in msgcat man page | oehhar | 2021-02-27 | 1 | -1/+1 |
|
|