summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.7sebres2024-07-281-4/+4
|\
| * closes [cd25761979]: `clock format` and `clock add` will accept `now` as ↵sebres2024-07-281-4/+4
| | | | | | | | clock value (value `-now` retained to compat reasons to earlier versions and tclclockmod, undocumented at the moment)
* | Correct syntax error in doc/clock.noehhar2024-07-261-1/+1
| |
* | Add missing documentation for -validate option to clock scanapnadkarni2024-07-231-2/+13
| |
* | Minor doc correction to mcloadedlocales syntaxapnadkarni2024-07-221-2/+2
| |
* | Merge 8.7dkf2024-07-181-0/+5
|\ \ | |/
| * Merge 8.6 branchdkf2024-07-181-0/+5
| |\
| | * Make [self] work inside [$obj eval]. [91b3a5bb14e6e8ae]dkf2024-07-151-0/+5
| | |
* | | Minor doc change - remove reference to XP and Vistaapnadkarni2024-07-161-4/+3
| | |
* | | Fix docs for tcl::tm::roots - takes a single argumentjan.nijtmans2024-06-301-3/+3
|\ \ \ | |/ /
| * | Merge 8.6 - Fix docs for tcl::tm::roots - takes a single argument.apnadkarni2024-06-291-3/+3
| |\ \ | | |/
| | * Fix docs for tcl::tm::roots - takes a single argument.apnadkarni2024-06-291-3/+3
| | |
| | |
| \ \
*-. \ \ TIP 699: Eliminate encoding alias "binary"; provide introspection for binary ↵jan.nijtmans2024-06-301-3/+11
|\ \ \ \ | | |/ / | | | | | | | | channels
| | * | Fix "chan isbinary" documentation for 8.7jan.nijtmans2024-06-281-2/+2
| | | |
| | * | Add "chan isbinary" command. Part of TIP #699, meant for 8.7jan.nijtmans2024-06-281-0/+8
| | | |
| * | | Add "chan isbinary" for checking whether a _channel_ is binaryjan.nijtmans2024-06-241-0/+8
| |\ \ \
| | * | | Add "chan isbinary" for checking whether a _channel_ is binary.jan.nijtmans2024-06-231-0/+8
| |/ / / |/| | |
| * | | TIP #699: Remove support for encoding aliases {} and "binary".jan.nijtmans2024-06-241-3/+3
| |\ \ \ |/ / / /
| * | | Eliminate "-encoding binary" in favour of "-translation binary". Meant for ↵jan.nijtmans2024-06-211-2/+2
|/ / / | | | | | | | | | investigation what would happen.
* | | Fix examples, using "-translation binary" correctly in stead of "-encoding ↵jan.nijtmans2024-06-211-3/+3
|\ \ \ | |/ / | | | | | | binary"
| * | Fix examples, using "-translation binary" correctly in stead of "-encoding ↵jan.nijtmans2024-06-211-3/+3
| |\ \ | | |/ | | | | | | binary"
| | * Fix wrong example: Should be "-translation binary" here, not "-encoding binary"jan.nijtmans2024-06-211-1/+1
| | |
| * | (backport) Update string is integer docs as per TIP 514.jan.nijtmans2024-06-211-6/+4
| | |
* | | Update string is integer docs as per TIP 514.apnadkarni2024-06-211-6/+4
| | |
* | | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-1915-95/+95
|\ \ \ | |/ /
| * | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-1915-95/+95
| |\ \
| | * | Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-1715-95/+95
| | | |
| * | | Document %z and %t size modifiers for 'format' and 'scan'jan.nijtmans2024-06-192-21/+23
| | | |
* | | | Fix [53ac20f94b]: namespace(n) documentation doesn't reflect TIP#278 changesjan.nijtmans2024-06-191-16/+15
|\ \ \ \
| * | | | Proposed fix for [53ac20f94b]: namespace(n) documentation doesn't reflect ↵jan.nijtmans2024-06-131-16/+15
| | |/ / | |/| | | | | | | | | | TIP#278 changes
* | | | TIP 696 - partition return codes between core and non-coreapnadkarni2024-06-194-11/+20
|\ \ \ \
| * | | | Fix decimal rep of TCL_CODE_USER_MAXapnadkarni2024-06-101-1/+1
| | | | |
| * | | | Update to new TIP revisionapnadkarni2024-06-091-4/+4
| | | | |
| * | | | TIP 696 #defines and docsapnadkarni2024-06-044-11/+20
| | | | |
* | | | | Merge trunkjan.nijtmans2024-06-1919-596/+886
|\ \ \ \ \
| * \ \ \ \ Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697jan.nijtmans2024-06-171-3/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697, which is ↵jan.nijtmans2024-06-171-3/+4
| | | | | | | | | | | | | | | | | | | | suitable for 8.7 too.
| | * | | Minor doc fixjan.nijtmans2024-06-131-2/+2
| | | | |
| * | | | Use tabs for indenting in stead of 8 spaces. Unbreak clang buildjan.nijtmans2024-06-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.7jan.nijtmans2024-06-132-2/+2
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge 8.6jan.nijtmans2024-06-121-0/+1
| | |\ \ \ | | | |/ /
| | | * | Add METHOD headers to documentation. Other doc cleanup, backported from 8.7/9.0jan.nijtmans2024-06-123-49/+79
| | | | |
| | | * | Add some METHOD headersjan.nijtmans2024-06-111-1/+6
| | | | |
| * | | | Tcl_AppendResultVA() is gone in Tcl 9.0jan.nijtmans2024-06-121-1/+1
| | | | |
| * | | | channelName -> channelId, for consistancy with other *.n manpagesjan.nijtmans2024-06-111-1/+1
| | | | |
| * | | | Revert [eb627bda27] from 9.0, will be put in a separate branch for reviewjan.nijtmans2024-06-111-350/+502
| | | | |
| * | | | No need to refer to Tcl 8.6, in some placesjan.nijtmans2024-06-114-19/+14
| |\ \ \ \ | | |/ / /
| | * | | Various doc backports from 9.0jan.nijtmans2024-06-1120-130/+289
| | | | |
| * | | | There are twelve functions in Tcl_ObjType now.jan.nijtmans2024-06-111-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Backported a littttttle bit too muchjan.nijtmans2024-06-111-1/+1
| | | | |