| Commit message (Expand) | Author | Age | Files | Lines |
*-. | TIP 699: Eliminate encoding alias "binary"; provide introspection for binary ... | jan.nijtmans | 2024-06-30 | 1 | -3/+11 |
|\ \ |
|
| | * | Fix "chan isbinary" documentation for 8.7 | jan.nijtmans | 2024-06-28 | 1 | -2/+2 |
|
|
| | * | Add "chan isbinary" command. Part of TIP #699, meant for 8.7 | jan.nijtmans | 2024-06-28 | 1 | -0/+8 |
|
|
| * | | Add "chan isbinary" for checking whether a _channel_ is binary | jan.nijtmans | 2024-06-24 | 1 | -0/+8 |
| |\ \ |
|
| | * | | Add "chan isbinary" for checking whether a _channel_ is binary. | jan.nijtmans | 2024-06-23 | 1 | -0/+8 |
| |/ /
|/| | |
|
| * | | TIP #699: Remove support for encoding aliases {} and "binary". | jan.nijtmans | 2024-06-24 | 1 | -3/+3 |
| |\ \
|/ / / |
|
| * | | Eliminate "-encoding binary" in favour of "-translation binary". Meant for in... | jan.nijtmans | 2024-06-21 | 1 | -2/+2 |
|/ / |
|
* | | 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 |
| |\ |
|
| | * | Add METHOD headers to documentation. Other doc cleanup, backported from 8.7/9.0 | jan.nijtmans | 2024-06-12 | 1 | -49/+77 |
|
|
* | | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 1 | -42/+42 |
|\ \ \
| |/ / |
|
| * | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 1 | -42/+42 |
| |\ \ |
|
| | * | | Change "channelId" to "channel" in documentation, error-handling and testcases | jan.nijtmans | 2024-06-17 | 1 | -42/+42 |
| |/ /
|/| | |
|
| * | | Minor doc fix | jan.nijtmans | 2024-06-13 | 1 | -2/+2 |
|
|
* | | | Revert [eb627bda27] from 9.0, will be put in a separate branch for review | jan.nijtmans | 2024-06-11 | 1 | -350/+502 |
|
|
* | | | Merge 8.7. Remove "-profile strict" from examples, since it's already the def... | jan.nijtmans | 2024-06-11 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Backport: Consolidate channel documentation. close, puts etc. manpages now ju... | jan.nijtmans | 2024-06-10 | 1 | -125/+472 |
|
|
| * | | Let's review the chan.n changes in 8.7/trunk (which were never backported to ... | jan.nijtmans | 2024-06-04 | 1 | -477/+639 |
|
|
| * | | typo | jan.nijtmans | 2023-12-06 | 1 | -1/+1 |
|
|
* | | | Consolidate channel documentation. close, puts etc. manpages now just referen... | apnadkarni | 2024-04-22 | 1 | -62/+328 |
|\ \ \ |
|
| * | | | Done with consolidating chan related docs except chan copy | apnadkarni | 2024-04-11 | 1 | -3/+41 |
|
|
| * | | | Start on consolidating chan related docs | apnadkarni | 2024-04-10 | 1 | -49/+272 |
|/ / / |
|
* | | | Another round of small fixes, especially spelling errors... | dkf | 2024-01-25 | 1 | -32/+19 |
|
|
* | | | More small bits of doc polishing | dkf | 2024-01-21 | 1 | -1/+3 |
|
|
* | | | Clean up of docs | dkf | 2024-01-21 | 1 | -85/+115 |
|
|
* | | | close fork | jan.nijtmans | 2023-12-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | speeling | bch | 2023-06-29 | 1 | -1/+1 |
|
|
* | | | | Rebase to 9.0 | jan.nijtmans | 2023-07-14 | 1 | -4/+3 |
|\ \ \ \ |
|
| * | | | | Rebase to 9.0 | jan.nijtmans | 2023-06-13 | 1 | -5/+4 |
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-07-04 | 1 | -3/+3 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Use more uppercase hex in documentation and test-cases (for consistancy) | jan.nijtmans | 2023-07-04 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-05-22 | 1 | -3/+16 |
|\ \ \
| |/ / |
|
| * | | Small documentation corrections | dkf | 2023-05-22 | 1 | -3/+16 |
|
|
* | | | Update the documentation for [chan] with regard to binary data. | pooryorick | 2023-04-06 | 1 | -16/+13 |
|
|
* | | | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [puts | pooryorick | 2023-04-03 | 1 | -42/+111 |
|
|
* | | | Merge 8.7 - TIP 656 manpages | apnadkarni | 2023-03-18 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | Update manpages in anticipation of TIP 656 | apnadkarni | 2023-03-16 | 1 | -0/+10 |
|
|
| * | | TIP #646: Change -eofchar handling (Tcl 8.7 part) | jan.nijtmans | 2022-10-26 | 1 | -4/+3 |
| |\ \ |
|
| | * | | Minor change to -eofchar handling | jan.nijtmans | 2022-10-16 | 1 | -5/+4 |
| |/ / |
|
* | | | Merge 9.0. Change the default -eofchar on Windows | jan.nijtmans | 2022-10-17 | 1 | -10/+3 |
|/ / |
|
* | | eol-spacing from previous commit | jan.nijtmans | 2022-01-23 | 1 | -7/+7 |
|
|
* | | Rewrite of documentation for [chan] | pooryorick | 2022-01-22 | 1 | -640/+466 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations | jan.nijtmans | 2020-12-04 | 1 | -2/+2 |
| |\ |
|
* | \ | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff... | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Remove "new in 8.6" marks from the docs in the 8.7 branch. | dgp | 2020-01-06 | 1 | -10/+0 |
|/ / |
|
* | | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes ... | dkf | 2016-07-26 | 1 | -0/+12 |
|\ \ |
|
| * | | Make a few tests more resilient to differences in the semantics of pipes betw... | dkf | 2016-07-24 | 1 | -0/+12 |
|
|
* | | | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size a... | dkf | 2016-07-24 | 1 | -6/+8 |
|/ / |
|
* | | Eliminate exess spacings in many doc pages. | jan.nijtmans | 2016-03-02 | 1 | -6/+6 |
|
|