summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* amend to [3d8bf31bdc], ultimately fixes [0e4b7fce57]: [info vars] should not ...sebres2024-07-141-0/+23
* Bug [cfdf80a2efc6] - zlib checksum is negativeapnadkarni2024-07-111-0/+10
* Don't bother unrelated error-messagesjan.nijtmans2024-07-0967-438/+438
* Remaining can't -> cannot changesjan.nijtmans2024-07-0867-438/+438
* first/second -> left/right and can't -> cannotjan.nijtmans2024-07-088-190/+190
* Add possible "first"/"second" to error-message (thanks, rmax!)jan.nijtmans2024-07-081-5/+5
* Additional testcases (not only testing for lseq, but for list and dict as well)jan.nijtmans2024-07-081-0/+12
* Possible fix for [0439e1e1a3]: Slow detection of illegal expr argumentjan.nijtmans2024-07-051-0/+6
* merge 8.7sebres2024-07-021-3/+5
|\
| * merge 8.6sebres2024-07-021-3/+5
| |\
| | * info frame: restored return {type precompiled} in case of no frame informatio...sebres2024-07-021-3/+5
* | | merge 8.7sebres2024-07-022-2/+30
|\ \ \ | |/ /
| * | merge 8.6sebres2024-07-022-2/+30
| |\ \ | | |/
| | * fix crash [0de6c1d79c] more consistently (an error "bad level" for info inste...sebres2024-07-021-3/+6
| | * Fix for [0de6c1d79c] crash (cherry-picked from trunk)sebres2024-07-021-0/+9
| | * further attempt to fix [fd91b0ca09cb171f] (check whether some disk/driver may...sebres2024-07-011-2/+18
| | * Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 localejan.nijtmans2024-07-011-1/+1
* | | Add test for crashapnadkarni2024-07-011-0/+9
| | |
| \ \
*-. \ \ TIP 699: Eliminate encoding alias "binary"; provide introspection for binary ...jan.nijtmans2024-06-302-1/+11
|\ \ \ \ | | |/ /
| | * | Add "chan isbinary" command. Part of TIP #699, meant for 8.7jan.nijtmans2024-06-282-1/+11
| * | | Add "chan isbinary" for checking whether a _channel_ is binaryjan.nijtmans2024-06-241-0/+10
| |\ \ \
| | * | | Add "chan isbinary" for checking whether a _channel_ is binary.jan.nijtmans2024-06-231-0/+10
* | | | | merge 8.7sebres2024-06-281-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge 8.7sebres2024-06-281-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | cmdAH.test: strengthening time64bit constraint (try to fix test failures [fd9...sebres2024-06-271-2/+2
* | | | | Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-12/+12
|\ \ \ \ \ | |/ / / /
| * | | | (backport) Add tcl::unsupported::icu command (why not!)jan.nijtmans2024-06-271-0/+51
* | | | | Add tcl::unsupported::icu commandapnadkarni2024-06-271-0/+51
|\ \ \ \ \
| * \ \ \ \ Merge trunkapnadkarni2024-06-267-262/+241
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Fix test constraintapnadkarni2024-06-211-1/+1
| * | | | | Merge trunkapnadkarni2024-06-2012-108/+85
| |\ \ \ \ \
| * | | | | | Add basic testsapnadkarni2024-06-201-0/+51
* | | | | | | Remove empty "fconfigure" commands in testcases. Some indenting in *.decls filesjan.nijtmans2024-06-262-19/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
* | | | | | Eliminate "-encoding binary" in all test-casesjan.nijtmans2024-06-243-78/+72
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Eliminate "-encoding binary" as much as possible in testcasesjan.nijtmans2024-06-243-74/+68
* | | | | 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 useful, don't ...jan.nijtmans2024-06-213-17/+16
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Revise use of "-translation binary" in testcases: Use it where usefull, don't...jan.nijtmans2024-06-213-17/+16
| |\ \ \ | | | |/ | | |/|
| | * | Revise use of "-translation binary" in testcases: Use it where usefull, don't...jan.nijtmans2024-06-213-19/+18
* | | | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-196-44/+44
|\ \ \ \ | |/ / /
| * | | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-196-44/+44
| |\ \ \
| | * | | Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-176-44/+44
| | | |/ | | |/|
* | | | merge 8.7sebres2024-06-191-0/+16
|\ \ \ \ | |/ / /
| * | | merge 8.6sebres2024-06-191-0/+16
| |\ \ \ | | | |/ | | |/|
| | * | small amend cleaning var in testsebres2024-06-131-1/+1
| | * | test illustrating [1095bf7f756f9aed]: safe ensemble commands must be compiled...sebres2024-06-131-0/+16
* | | | TIP #697: 32-bit truncation in format and scan (let's gain some time)jan.nijtmans2024-06-194-43/+19
|\ \ \ \
| * \ \ \ Merge trunkjan.nijtmans2024-06-194-19/+76
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Rebase to 9.0jan.nijtmans2024-05-314-43/+19
| |\ \ \ \