summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Fix consistency and grammar in re_syntax.nmsi2021-01-081-4/+4
|\ \ | |/
| * Fix consistency and grammar in re_syntax.nmsi2021-01-061-4/+4
| |
* | Fix unclear language in re_syntax. [2da4c23916]dkf2021-01-051-2/+17
|\ \ | |/
| * Fix unclear language in re_syntax. [2da4c23916]dkf2021-01-051-2/+17
| |
* | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-043-6/+6
|\ \ | |/
* | doc update: 16-bit DOS appllications are not supported any more. jan.nijtmans2020-11-301-13/+2
| | | | | | Use • in stead of • representing bullets in html
* | Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-2025-36/+36
| | | | | | | | consistant copyright statements in the (html) documentation
* | Use '&' in stead of 'and' in copyright statements consistantlyjan.nijtmans2020-11-203-3/+3
| |
* | Extend tcltk-man2html-utils.tcl a little more: Allow original AT&T syntax ↵jan.nijtmans2020-11-171-3/+3
| | | | | | | | for more accented characters, and add support for some ligatures. Use this in re_syntax.n
* | Ticket [ac661a684d]: Tcl_NotifyChannel man page: "no writable callback on ↵oehhar2020-11-171-1/+2
| | | | | | | | pending flush" missing
* | Extend tcltk-man2html-utils.tcl, so it can handle the TIP #588 man-page. ↵jan.nijtmans2020-11-172-7/+9
| | | | | | | | Also fix 2 (minor) syntax errors in man-pages
* | Ticket [361303]: http doc: status values incompleteoehhar2020-11-161-4/+9
| |
* | Ticket [4f511270af7]: http documentation: -query data may be any dataoehhar2020-11-161-3/+5
| |
* | Ticket [93551c1230]: Document that http::geturl processes the event loop ↵oehhar2020-11-161-0/+3
| | | | | | | | without -command
* | Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, ↵oehhar2020-11-161-1/+1
| | | | | | | | not returns a boolean
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-4/+5
| |
* | Revert changes in previous commit to clock.n and lassign.njan.nijtmans2020-10-262-5/+5
| |
* | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵jan.nijtmans2020-10-262-5/+5
| | | | | | | | error messages)
* | Fix [53d5155335]: Typo in interp.njan.nijtmans2020-10-151-1/+1
| |
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-141-4/+4
| | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly