summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add "chan isbinary" for checking whether a _channel_ is binarycore-tip-699jan.nijtmans2024-06-245-0/+88
|\
| * Add "chan isbinary" for checking whether a _channel_ is binary.jan.nijtmans2024-06-235-0/+88
* | TIP #699: Remove support for encoding aliases {} and "binary".jan.nijtmans2024-06-242-5/+7
|\ \
| * \ Eliminate "-encoding binary" in favour of "-translation binary". Final proposal.jan.nijtmans2024-06-245-84/+86
| |\ \ | | |/ | |/|
| | * Eliminate "-encoding binary" in favour of "-translation binary". Meant for in...jan.nijtmans2024-06-216-84/+87
* | | Eliminate "-encoding binary" in all test-casesjan.nijtmans2024-06-243-78/+72
|\ \ \ | |/ / |/| |
| * | Eliminate "-encoding binary" as much as possible in testcasesjan.nijtmans2024-06-244-75/+69
* | | Test cases: no unneccessary "chan configure" statements, remove now obsolete ...jan.nijtmans2024-06-231-14/+0
* | | Since -eofchar {} is the default already, no need to specify this over and ov...jan.nijtmans2024-06-226-165/+165
* | | Revise use of "-translation binary" in testcases: Use it where usefull, don't...jan.nijtmans2024-06-214-20/+19
|\ \ \ | |/ /
| * | Revise use of "-translation binary" in testcases: Use it where usefull, don't...jan.nijtmans2024-06-214-20/+19
| |\ \
| | * | Revise use of "-translation binary" in testcases: Use it where usefull, don't...jan.nijtmans2024-06-214-22/+21
* | | | Add missing ucm2tests to generate ICU based test casesapnadkarni2024-06-211-0/+352
| |_|/ |/| |
* | | Fix examples, using "-translation binary" correctly in stead of "-encoding bi...jan.nijtmans2024-06-211-3/+3
|\ \ \ | |/ /
| * | Fix examples, using "-translation binary" correctly in stead of "-encoding bi...jan.nijtmans2024-06-212-5/+5
| |\ \ | | |/
| | * 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
* | | Remove dead code / outdated commentjan.nijtmans2024-06-201-9/+0
* | | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-1933-243/+243
|\ \ \ | |/ /
| * | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-1933-246/+246
| |\ \
| | * | Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-1728-159/+159
* | | | Remove TclNREvalList(), it was only used in unsupported::inject, which is now...jan.nijtmans2024-06-191-29/+0
* | | | merge 8.7sebres2024-06-192-3/+20
|\ \ \ \ | |/ / /
| * | | merge 8.6sebres2024-06-192-3/+20
| |\ \ \ | | | |/ | | |/|
| | * | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in safe...sebres2024-06-192-3/+20
| | |\ \
| | | * | typo in commentsebres2024-06-131-1/+1
| | | * | small amend cleaning var in testsebres2024-06-131-1/+1
| | | * | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in safe...sebres2024-06-131-3/+4
| | | * | test illustrating [1095bf7f756f9aed]: safe ensemble commands must be compiled...sebres2024-06-131-0/+16
* | | | | 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 TIP...jan.nijtmans2024-06-131-16/+15
* | | | | | Merge-markjan.nijtmans2024-06-190-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Document %z and %t size modifiers for 'format' and 'scan'jan.nijtmans2024-06-192-21/+23
* | | | | | TIP 696 - partition return codes between core and non-coreapnadkarni2024-06-195-11/+24
|\ \ \ \ \ \
| * | | | | | Fix decimal rep of TCL_CODE_USER_MAXapnadkarni2024-06-102-2/+2
| * | | | | | Merge trunkapnadkarni2024-06-0989-802/+798
| |\ \ \ \ \ \
| * | | | | | | Update to new TIP revisionapnadkarni2024-06-092-9/+8
| * | | | | | | TIP 696 #defines and docsapnadkarni2024-06-045-11/+25
* | | | | | | | TIP #697: 32-bit truncation in format and scan (let's gain some time)jan.nijtmans2024-06-1910-92/+51
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2024-06-19128-3714/+4210
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2024-05-318-99/+55
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Make last test-cases passjan.nijtmans2024-05-314-23/+9
| | * | | | | | | | | Make a start with new TIP implementation, handling '%d' for 'format' and '%d'...jan.nijtmans2024-05-315-75/+45
* | | | | | | | | | | Add back tests for inject crashes adapted for coroinjectapnadkarni2024-06-191-0/+24
* | | | | | | | | | | Remove tcl::unsupported::injectapnadkarni2024-06-193-99/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Make note in changes.md about removal of inject commandapnadkarni2024-06-191-0/+1
| * | | | | | | | | | Merge trunkapnadkarni2024-06-199-352/+354
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fix some more indentingjan.nijtmans2024-06-189-352/+354
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge 8.6jan.nijtmans2024-06-189-360/+362
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |