summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1213-19/+19
| | | corrections in history.tcl and tcltest.test.
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-301-1/+1
| | | | on other platforms either.
* 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].
* 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 ↵oehhar2022-09-091-0/+4
|\ | | | | | | are ok in 8.6 and 8.7: write unrepresentable character and read invalid multi-byte character
| * 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 ↵jan.nijtmans2022-04-202-20/+18
| | | | exist when the API was designed)
* intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the ↵jan.nijtmans2022-01-241-3/+3
| | | | documentation matches the signature in the header file
* 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 ↵oehhar2021-08-051-3/+4
| | | | empty string.
* 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
| | | (actually quite a few more where the documentation didn't match the header files ....)
* Ticket[535705]: encoding manpage example is about outdated source command. ↵oehhar2021-05-061-18/+2
| | | | It is replaced by a simple example.
* Document Tcl_GetMemoryInfo() and Tcl_MainEx()/Tcl_MainExW(). Backported from ↵jan.nijtmans2021-04-162-2/+21
|\ | | | | | | [063d44b0beea237e] (Thanks, Harald!)
| * Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, ↵jan.nijtmans2021-04-161-2/+11
| | | | | | | | Harald!)
* | Improve documentation for exec and open, especially in relation to binary ↵dkf2021-03-302-2/+40
|\ \ | |/ | | | | pipelines
| * Improve documentation for exec and open, especially in relation to binary ↵dkf2021-03-302-3/+62
| | | | | | | | pipelines
* | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve ↵jan.nijtmans2021-03-193-58/+57
| | | | | | | | documentation, describing better what this argument does.
* | Fix [8663689908]. Final documentation fix, implementation was already fixed ↵jan.nijtmans2021-03-181-2/+2
| | | | | | | | earlier.
* | Merge 8.5jan.nijtmans2021-03-141-7/+8
|\ \ | |/
| * Document that Tcl_UtfCharComplete() can (now) be used to protect ↵jan.nijtmans2021-03-141-7/+8
| | | | | | | | Tcl_UtfNext() calls against overflow, if the string being handled is not NULL-terminated.
* | Ticket [87082587c4]: typo in msgcat man pageoehhar2021-02-271-1/+1
| |
* | Close forkjan.nijtmans2021-01-211-14/+14
|\ \
| * \ Improve [file attributes] documentationmsi2021-01-201-14/+14
| |\ \ | | |/
| | * Fix line width in [file attributes] documentationmsi2021-01-201-9/+9
| | |
| | * Improve punctuation and wording in [file attributes] documentationmsi2021-01-201-5/+5
| | |
* | | Merge forkjan.nijtmans2021-01-201-15/+18
|\ \ \ | |/ /
| * | Improve clarity of [file attributes] documentationmsi2021-01-191-15/+18
| |\ \ | | |/
| | * Fix missing backslashmsi2021-01-191-1/+1
| | |
| | * Improve description of Unix options for [file attributes] (Pt. 2)msi2021-01-191-15/+18
| | |
* | | Don't worry about Windows 3.1 any more.jan.nijtmans2021-01-191-3/+1
|/ /
* | Improve description of Unix options for [file attributes] (Pt. 1)msi2021-01-081-10/+10
|\ \ | |/
| * Improve description of Unix options for [file attributes] (Pt. 1)msi2021-01-081-10/+10
| |