summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.7sebres2022-07-291-0/+11
|\
| * merge 8.6 (apply SF fix)sebres2022-07-291-0/+11
| |\
| | * cherry-pick branch apn-apply-bug (only test without the fix) to 8.6sebres2022-07-271-0/+11
| | |\
| | | * Make testapplylambda work on Windows with gcc toojan.nijtmans2022-07-251-0/+2
| | | |
| | | * Fix and test crash using apply when the passed argumentapnadkarni2022-07-221-0/+9
| | | | | | | | | | | | | | | | does NOT have already Lambda internal representation but the body of the lambda DOES have an internal ByteCode representation.
* | | | Merge 8.7jan.nijtmans2022-07-281-0/+93
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-07-281-0/+93
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * extends test io-29.36.2 for better illustration when we'll get extra NL - if ↵sebres2022-07-221-2/+6
| | | | | | | | | | | | no "\r" in last buffer, so only EOF causes exit from gets (flag INPUT_SAW_CR gets reset incorrectly)
| | * fixes logical error in test io-29.36.1 (translation {auto} causes that ↵sebres2022-07-221-2/+2
| | | | | | | | | | | | answer "client" reaches the server-side as "client\r\n", and `gets` by translation {binary} behaves nearly identical to {lf} mode, so sends "really client\r?\r" in the next question), switching to {auto lf} now
| | * rebase (merged with current 8.6)sebres2022-07-221-0/+89
| | |\
| | | * added tests illustrating bug [b3977d199b]sebres2022-07-211-0/+89
| | | |
| * | | Fix build with -DTCL_NO_DEPRECATEDjan.nijtmans2022-07-131-1/+1
| | | |
| * | | Fix [b79df322a9]. Tcl_GetUnicode/Tcl_NewUnicodeObj crash. Add testsapnadkarni2022-07-121-0/+12
| | | |
* | | | Merge 8.7 - winConsole.testapnadkarni2022-07-121-9/+10
|\ \ \ \ | |/ / /
| * | | Fix Windows console fconfigure tests to require interactive constraint.apnadkarni2022-07-121-9/+10
| | | | | | | | | | | | Note this means tests are disabled when run with nmake test
* | | | Merge 8.7jan.nijtmans2022-07-111-4/+4
|\ \ \ \ | |/ / /
| * | | Add "win" constraints to tests/winConsole.test, and change one expected ↵jan.nijtmans2022-07-111-4/+4
| | | | | | | | | | | | | | | | test-results on Windows
* | | | Merge 8.7jan.nijtmans2022-07-101-6/+296
|\ \ \ \ | |/ / /
| * | | Bypass reader thread for blocking reads.apnadkarni2022-07-101-11/+9
| | | |
| * | | Fix channel close on thread exit if other threads exist. Add winconsole tests.apnadkarni2022-07-051-32/+205
| | | |
| * | | Merge core-8-branchapnadkarni2022-07-046-11/+126
| |\ \ \
| * | | | Rework reader thread to not do read-ahead as console stdin mode might changeapnadkarni2022-07-041-3/+3
| | | | |
| * | | | Fix bug 44bbccdd8c. fconfigure was broken for 8.7 console channelapnadkarni2022-07-031-11/+94
| | | | |
| * | | | Merge core-8-branch. Wakeup console reader thread when data read.apnadkarni2022-07-011-1/+37
| | | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ TIP #619: New TCL_COMBINE flag for Tcl_UniCharToUtf()jan.nijtmans2022-07-043-38/+43
|\ \ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge 9.0jan.nijtmans2022-06-095-53/+57
| |\ \ \ \ \
| * \ \ \ \ \ Merge 9.0jan.nijtmans2022-05-171-2/+26
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-261-0/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-141-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-143-42/+42
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-081-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix some more testcases (involving string reverse/trim)jan.nijtmans2022-04-011-10/+12
| | | | | | | | | | | |
| * | | | | | | | | | | Final tweaks in testcasesjan.nijtmans2022-03-312-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Minor change in utf.testjan.nijtmans2022-03-311-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge 9.0. Restore some testcases working correctly with TCL_UTF_MAX=3jan.nijtmans2022-03-314-36/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | Merge 9.0. Fix CONTINUATION macro, and testcasesjan.nijtmans2022-03-298-67/+85
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | Merge 9.0jan.nijtmans2022-03-182-8/+22
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-03-188-49/+83
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0. Update documentationjan.nijtmans2022-03-111-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | TIP #619 implementation. tests not working yetjan.nijtmans2022-03-031-3/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-07-023-8/+123
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | TIP #607: -failindex option for encoding convertto/convertfromjan.nijtmans2022-07-023-8/+123
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-1510-84/+154
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Renumber testcases in cmdAH.test.jan.nijtmans2022-03-215-50/+71
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase towards 8.7jan.nijtmans2022-03-173-8/+123
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Eliminate "deprecated" constraint: doens't exist in 9.0 any more. Also ↵jan.nijtmans2022-03-174-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unused variable
| | | * | | | | | | | | | | | | | | | TIP607 encoding failindex: also implement encoding convertto, move tests to ↵oehhar2022-03-172-31/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmdAH.test, as the other user interface tests (expect one) is also there.
| | | * | | | | | | | | | | | | | | | Merge 9.0jan.nijtmans2022-03-178-32/+28
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | TIP607 encoding failindex: correct test which works now.oehhar2022-03-151-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | TIP607 encoding failindex: test correctionoehhar2022-03-151-3/+4
| | | | | | | | | | | | | | | | | | | |