| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix examples, using "-translation binary" correctly in stead of "-encoding bi... | jan.nijtmans | 2024-06-21 | 1 | -3/+3 |
|\ |
|
| * | Fix examples, using "-translation binary" correctly in stead of "-encoding bi... | jan.nijtmans | 2024-06-21 | 1 | -3/+3 |
| |\ |
|
| | * | Fix wrong example: Should be "-translation binary" here, not "-encoding binary" | jan.nijtmans | 2024-06-21 | 1 | -1/+1 |
|
|
| * | | (backport) Update string is integer docs as per TIP 514. | jan.nijtmans | 2024-06-21 | 1 | -6/+4 |
|
|
* | | | Update string is integer docs as per TIP 514. | apnadkarni | 2024-06-21 | 1 | -6/+4 |
|
|
* | | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 15 | -95/+95 |
|\ \ \
| |/ / |
|
| * | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 15 | -95/+95 |
| |\ \ |
|
| | * | | Change "channelId" to "channel" in documentation, error-handling and testcases | jan.nijtmans | 2024-06-17 | 15 | -95/+95 |
|
|
| * | | | Document %z and %t size modifiers for 'format' and 'scan' | jan.nijtmans | 2024-06-19 | 2 | -21/+23 |
|
|
* | | | | Fix [53ac20f94b]: namespace(n) documentation doesn't reflect TIP#278 changes | jan.nijtmans | 2024-06-19 | 1 | -16/+15 |
|\ \ \ \ |
|
| * | | | | Proposed fix for [53ac20f94b]: namespace(n) documentation doesn't reflect TIP... | jan.nijtmans | 2024-06-13 | 1 | -16/+15 |
| | |/ /
| |/| | |
|
* | | | | TIP 696 - partition return codes between core and non-core | apnadkarni | 2024-06-19 | 4 | -11/+20 |
|\ \ \ \ |
|
| * | | | | Fix decimal rep of TCL_CODE_USER_MAX | apnadkarni | 2024-06-10 | 1 | -1/+1 |
|
|
| * | | | | Update to new TIP revision | apnadkarni | 2024-06-09 | 1 | -4/+4 |
|
|
| * | | | | TIP 696 #defines and docs | apnadkarni | 2024-06-04 | 4 | -11/+20 |
|
|
* | | | | | Merge trunk | jan.nijtmans | 2024-06-19 | 19 | -596/+886 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697 | jan.nijtmans | 2024-06-17 | 1 | -3/+4 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| | * | | | Implement %z/%t/%q/%j size modifiers for 'scan'. Part of TIP #697, which is s... | jan.nijtmans | 2024-06-17 | 1 | -3/+4 |
|
|
| | * | | | Minor doc fix | jan.nijtmans | 2024-06-13 | 1 | -2/+2 |
|
|
| * | | | | Use tabs for indenting in stead of 8 spaces. Unbreak clang build | jan.nijtmans | 2024-06-13 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Merge 8.7 | jan.nijtmans | 2024-06-13 | 2 | -2/+2 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | Merge 8.6 | jan.nijtmans | 2024-06-12 | 1 | -0/+1 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Add METHOD headers to documentation. Other doc cleanup, backported from 8.7/9.0 | jan.nijtmans | 2024-06-12 | 3 | -49/+79 |
|
|
| | | * | | Add some METHOD headers | jan.nijtmans | 2024-06-11 | 1 | -1/+6 |
|
|
| * | | | | Tcl_AppendResultVA() is gone in Tcl 9.0 | jan.nijtmans | 2024-06-12 | 1 | -1/+1 |
|
|
| * | | | | channelName -> channelId, for consistancy with other *.n manpages | jan.nijtmans | 2024-06-11 | 1 | -1/+1 |
|
|
| * | | | | Revert [eb627bda27] from 9.0, will be put in a separate branch for review | jan.nijtmans | 2024-06-11 | 1 | -350/+502 |
|
|
| * | | | | No need to refer to Tcl 8.6, in some places | jan.nijtmans | 2024-06-11 | 4 | -19/+14 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Various doc backports from 9.0 | jan.nijtmans | 2024-06-11 | 20 | -130/+289 |
|
|
| * | | | | There are twelve functions in Tcl_ObjType now. | jan.nijtmans | 2024-06-11 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Backported a littttttle bit too much | jan.nijtmans | 2024-06-11 | 1 | -1/+1 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2024-06-11 | 1 | -0/+9 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Backport: Another round of small fixes, especially spelling errors... | jan.nijtmans | 2024-06-11 | 104 | -1431/+1514 |
|
|
| * | | | | Merge 8.7. Remove "-profile strict" from examples, since it's already the def... | jan.nijtmans | 2024-06-11 | 2 | -16/+19 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Add missing "METHOD profile", some paragraph markers and formatting in exampl... | jan.nijtmans | 2024-06-11 | 1 | -11/+14 |
|
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Backout [92ee031f32ea98ba]: "Make the documentation of [encoding] more concis... | jan.nijtmans | 2024-06-11 | 1 | -106/+123 |
| |\ \ \ \ \
| | | |/ / / |
|
| | | * | | | Backout [71bfc6e708f641af]: "Make the documentation of [encoding] more concis... | jan.nijtmans | 2024-06-11 | 1 | -80/+112 |
|
|
| | * | | | | Merge 9.0 | jan.nijtmans | 2024-06-04 | 215 | -3641/+3911 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | * | | | | Let's review the encoding.n changes in 8.7/trunk (which were never backported... | jan.nijtmans | 2024-06-04 | 1 | -78/+105 |
|
|
| * | | | | | There are no "two triplets" any more in 9.0 | jan.nijtmans | 2024-06-11 | 1 | -2/+2 |
|
|
| * | | | | | Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separ... | jan.nijtmans | 2024-06-11 | 1 | -19/+38 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Put back Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult in doc header (... | jan.nijtmans | 2024-06-11 | 1 | -2/+1 |
|
|
| | * | | | | Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separ... | jan.nijtmans | 2024-06-11 | 1 | -36/+73 |
| | |\ \ \ \ |
|
| | | * | | | | Let's review the SaveInterpState.3 changes in 8.7/trunk (which were never bac... | jan.nijtmans | 2024-06-04 | 1 | -36/+71 |
|
|
| | * | | | | | Backport: Consolidate channel documentation. close, puts etc. manpages now ju... | jan.nijtmans | 2024-06-11 | 11 | -1024/+35 |
|
|
| | * | | | | | Backport: Consolidate channel documentation. close, puts etc. manpages now ju... | jan.nijtmans | 2024-06-10 | 1 | -125/+472 |
|
|
| | * | | | | | Revert [eb627bda27] from 8.7, will be put in a separate review for 9.0. | jan.nijtmans | 2024-06-10 | 1 | -477/+639 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Let's review the chan.n changes in 8.7/trunk (which were never backported to ... | jan.nijtmans | 2024-06-04 | 1 | -477/+639 |
| | | |/ / / / |
|
| | * | | | | | Merge 8.6 | jan.nijtmans | 2024-06-10 | 1 | -1/+1 |
| | |\ \ \ \ \
| | | |/ / / /
| | |/| | | /
| | | | |_|/
| | | |/| | |
|
| | | * | | | Missing verb in SetResult.3 | jan.nijtmans | 2024-06-10 | 1 | -1/+1 |
|
|