summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* There is no "eq" command any morejan.nijtmans2021-04-071-4/+4
* Merge forkjan.nijtmans2021-04-071-0/+8
|\
| * Tests demonstrating the bug. Work on a fix can go here.dgp2020-04-261-0/+8
* | More test-cases showing the bugjan.nijtmans2021-04-073-0/+24
* | A few more Package -> Library renamings (testcases only)jan.nijtmans2021-04-071-8/+8
* | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-072-32/+32
* | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --...jan.nijtmans2021-04-042-35/+3
* | Remove suspected inadvertent copypasta from test.pooryorick2021-04-031-2/+2
* | OO cleanup fix that passes test 11.7.pooryorick2021-04-031-8/+5
* | New test for OO cleanup: routine for object gets deleted before namespace de...pooryorick2021-04-031-1/+36
* | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT...jan.nijtmans2021-03-3044-1016/+1003
* | Merge 8.6jan.nijtmans2021-03-193-31/+31
|\ \
| * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-1/+1
* | | More cleaning up of zipfsdkf2021-03-161-0/+5
* | | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-151-55/+54
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2021-02-182-2/+8
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-02-161-4/+4
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2021-02-161-0/+18
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2021-02-1526-846/+801
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-163-19/+20
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-135-7/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-04158-924/+760
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-2019-60/+89
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-116-6/+108
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-0548-312/+324
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-2211-79/+92
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-14169-1363/+3891
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Change implementation "charstart", not behaving as "prevchar" any more. Also ...jan.nijtmans2020-05-291-30/+29
| * | | | | | | | | | | | | | | Remove nextword/prevword. Rename nextchar/prefchar to charend/charstart, for ...jan.nijtmans2020-05-284-183/+83
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Finish implementation of "string nextchar|nextword|prevchar|prevword". Not th...jan.nijtmans2020-05-251-0/+200
| * | | | | | | | | | | | | | | | Fix "string is wordchar" in compiled case handling characters > U+FFFF. Adapt...jan.nijtmans2020-05-251-1/+1
| * | | | | | | | | | | | | | | | New "string" subcommands: "nextchar", "nextword", "prevchar", "prevword". Not...jan.nijtmans2020-05-224-15/+16
| * | | | | | | | | | | | | | | | Merge 8.7. Further progress with TIP implementation.jan.nijtmans2020-05-132-113/+107
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | More on making tclZipfs.c comprehensible. Refactoring to the rescue!dkf2021-03-141-2/+14
* | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2021-03-101-19/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-101-19/+1
* | | | | | | | | | | | | | | | | | Fix SEGV in zipfs mounting, and try to make that code more comprehensibledkf2021-03-081-0/+4
* | | | | | | | | | | | | | | | | | Added some tests for [zipfs lmkimg]dkf2021-03-071-0/+110
* | | | | | | | | | | | | | | | | | Merge 8.6. Basically re-number testcases so they align with the 8.6 test-casesjan.nijtmans2021-03-031-20/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge 8.5. Just split some testcasesjan.nijtmans2021-03-031-5/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ...jan.nijtmans2021-03-031-28/+64
| * | | | | | | | | | | | | | | | | | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3...jan.nijtmans2021-03-021-14/+51
* | | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2021-02-191-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-191-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-191-0/+4
| | * | | | | | | | | | | | | | | | Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3jan.nijtmans2021-02-171-7/+16
* | | | | | | | | | | | | | | | | | Protect "interp limit" command better for allowed range in -millis and -secon...jan.nijtmans2021-02-181-2/+2
* | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2021-02-181-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Two new testcases for abs()jan.nijtmans2021-02-181-1/+7
* | | | | | | | | | | | | | | | | | Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide...jan.nijtmans2021-02-171-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | |