summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-6-branchkjnash2022-06-201-0/+25
|\
| * Add more testcases for Tcl_GetRange()jan.nijtmans2022-06-141-0/+25
* | Minor bugfixes to library/http/http.tcl and tests/http.testkjnash2022-06-151-3/+6
|/
* Add two new testcases for Tcl_ListObjReplace()jan.nijtmans2022-06-131-0/+10
* Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-m...jan.nijtmans2022-05-251-2/+2
* Add testcases and fix implementationjan.nijtmans2022-05-251-0/+6
* Merge 8.6jan.nijtmans2022-05-241-1261/+1268
|\
| * Do all "string" testcases twice: once with and once without bytecodejan.nijtmans2022-05-241-1261/+1268
* | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss...jan.nijtmans2022-05-221-16/+14
|/
* Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add m...jan.nijtmans2022-05-111-0/+21
* closes bug [27520c9b17]sebres2022-04-261-0/+7
|\
| * added test illustrating bug [27520c9b17]sebres2022-04-261-0/+7
* | Change testConstraint "ucs4" to "utf32", since that's more accuratejan.nijtmans2022-04-141-22/+22
* | Fix 2 testcases which are not testing what they should be testing (since "-en...jan.nijtmans2022-03-172-3/+3
* | Backport fix and test for typecasting bug in Tcl_GetUniChar().dgp2022-03-081-0/+7
* | See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-1/+3
* | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-161-12/+20
* | Use octal permissions in testcasesjan.nijtmans2021-11-092-7/+7
* | IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-195-6/+6
* | Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093de...jan.nijtmans2021-10-111-1/+1
* | Fix for issue [a8579d906a28], "argument with no name".pooryorick2021-10-081-0/+9
* | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-0/+18
* | Update many tools/encoding/*.txt files to the latest version, but leave out c...jan.nijtmans2021-06-281-1/+1
|\ \
* \ \ Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-181-1/+1
|\ \ \ | |/ /
| * | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-213-22/+26
* | | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-203-30/+30
* | | Make Pkgua package thread-safe and properly clean up everything when being un...jan.nijtmans2021-05-181-1/+1
* | | Additional test for [688fcc7082fa99a4].pooryorick2021-05-171-0/+32
* | | merge 8.5; adapt fix for 8.6dgp2021-04-141-0/+3
|\ \ \ | |/ /
| * | Test demonstrating bug [26649439c7].dgp2021-04-141-0/+3
* | | 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
* | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-1/+1
* | | Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-101-19/+1
* | | 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
* | | 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
* | | Two new testcases for abs()jan.nijtmans2021-02-181-1/+7
* | | Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werne...jan.nijtmans2021-02-161-4/+4
* | | Remove unnecessary end-of-line spacing in test-casesjan.nijtmans2021-02-1629-107/+106
* | | Fix Tcl_UtfPrev expected testcases for TCL_UTF_MAX>3jan.nijtmans2021-02-161-8/+17
* | | Fix [d43f96c1a8]: string trimright is broken for Emojijan.nijtmans2021-02-151-4/+4
* | | More testcases from Christian Werner, regarding "string reverse" with Emoji. ...jan.nijtmans2021-02-151-0/+18
* | | Add testcases from Christian Werner, regarding "string trim" with Emojijan.nijtmans2021-02-151-0/+27