summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove unused testConstraintjan.nijtmans2021-04-191-5/+0
* merge 8.6dgp2021-04-141-0/+3
|\
| * merge 8.5; adapt fix for 8.6dgp2021-04-141-0/+3
| |\
| | * Test demonstrating bug [26649439c7].dgp2021-04-141-0/+3
* | | Merge-mark 8.6. Missing/superflouous testConstraintjan.nijtmans2021-04-132-1/+3
|\ \ \ | |/ /
* | | Merge 8.6. More missing ::tcltest::loadTestedCommandsjan.nijtmans2021-04-133-0/+4
|\ \ \ | |/ /
| * | Missing ::tcltest::loadTestedCommandsjan.nijtmans2021-04-131-0/+3
| * | Merge 8.5jan.nijtmans2021-04-121-75/+75
| |\ \ | | |/
| | * Backport utf testcase tweaks from 8.7. No change for ucs-2jan.nijtmans2021-04-121-75/+75
| | * Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This...jan.nijtmans2021-03-111-3/+3
| * | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers...jan.nijtmans2021-04-081-2/+2
* | | Missing ::tcltest::loadTestedCommandsjan.nijtmans2021-04-132-0/+3
* | | missing constraintjan.nijtmans2021-04-131-3/+3
* | | Fix TclStringCat() functions. This makes allmost all testcases pass, one left...jan.nijtmans2021-04-092-19/+24
* | | More test-cases, involving \xC0 \x80jan.nijtmans2021-04-093-8/+37
* | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |