| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge core-8-6-branch | kjnash | 2022-06-20 | 1 | -0/+25 |
|\ |
|
| * | Add more testcases for Tcl_GetRange() | jan.nijtmans | 2022-06-14 | 1 | -0/+25 |
|
|
* | | Minor bugfixes to library/http/http.tcl and tests/http.test | kjnash | 2022-06-15 | 1 | -3/+6 |
|/ |
|
* | Add two new testcases for Tcl_ListObjReplace() | jan.nijtmans | 2022-06-13 | 1 | -0/+10 |
|
|
* | Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-m... | jan.nijtmans | 2022-05-25 | 1 | -2/+2 |
|
|
* | Add testcases and fix implementation | jan.nijtmans | 2022-05-25 | 1 | -0/+6 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-05-24 | 1 | -1261/+1268 |
|\ |
|
| * | Do all "string" testcases twice: once with and once without bytecode | jan.nijtmans | 2022-05-24 | 1 | -1261/+1268 |
|
|
* | | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss... | jan.nijtmans | 2022-05-22 | 1 | -16/+14 |
|/ |
|
* | Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add m... | jan.nijtmans | 2022-05-11 | 1 | -0/+21 |
|
|
* | closes bug [27520c9b17] | sebres | 2022-04-26 | 1 | -0/+7 |
|\ |
|
| * | added test illustrating bug [27520c9b17] | sebres | 2022-04-26 | 1 | -0/+7 |
|
|
* | | Change testConstraint "ucs4" to "utf32", since that's more accurate | jan.nijtmans | 2022-04-14 | 1 | -22/+22 |
|
|
* | | Fix 2 testcases which are not testing what they should be testing (since "-en... | jan.nijtmans | 2022-03-17 | 2 | -3/+3 |
|
|
* | | Backport fix and test for typecasting bug in Tcl_GetUniChar(). | dgp | 2022-03-08 | 1 | -0/+7 |
|
|
* | | See [https://github.com/tcltk/tcl/pull/10] | jan.nijtmans | 2022-02-04 | 1 | -1/+3 |
|
|
* | | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo... | jan.nijtmans | 2021-12-16 | 1 | -12/+20 |
|
|
* | | Use octal permissions in testcases | jan.nijtmans | 2021-11-09 | 2 | -7/+7 |
|
|
* | | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 5 | -6/+6 |
|
|
* | | Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093de... | jan.nijtmans | 2021-10-11 | 1 | -1/+1 |
|
|
* | | Fix for issue [a8579d906a28], "argument with no name". | pooryorick | 2021-10-08 | 1 | -0/+9 |
|
|
* | | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -0/+18 |
|
|
* | | Update many tools/encoding/*.txt files to the latest version, but leave out c... | jan.nijtmans | 2021-06-28 | 1 | -1/+1 |
|\ \ |
|
* \ \ | Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ... | jan.nijtmans | 2021-06-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l... | jan.nijtmans | 2021-05-21 | 3 | -22/+26 |
|
|
* | | | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l... | jan.nijtmans | 2021-05-20 | 3 | -30/+30 |
|
|
* | | | Make Pkgua package thread-safe and properly clean up everything when being un... | jan.nijtmans | 2021-05-18 | 1 | -1/+1 |
|
|
* | | | Additional test for [688fcc7082fa99a4]. | pooryorick | 2021-05-17 | 1 | -0/+32 |
|
|
* | | | merge 8.5; adapt fix for 8.6 | dgp | 2021-04-14 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Test demonstrating bug [26649439c7]. | dgp | 2021-04-14 | 1 | -0/+3 |
|
|
* | | | Missing ::tcltest::loadTestedCommands | jan.nijtmans | 2021-04-13 | 1 | -0/+3 |
|
|
* | | | Merge 8.5 | jan.nijtmans | 2021-04-12 | 1 | -75/+75 |
|\ \ \
| |/ / |
|
| * | | Backport utf testcase tweaks from 8.7. No change for ucs-2 | jan.nijtmans | 2021-04-12 | 1 | -75/+75 |
|
|
| * | | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This... | jan.nijtmans | 2021-03-11 | 1 | -3/+3 |
|
|
* | | | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers... | jan.nijtmans | 2021-04-08 | 1 | -2/+2 |
|
|
* | | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen... | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
|
|
* | | | Fix [4c591fa487]: [string compare] EIAS violation | jan.nijtmans | 2021-03-10 | 1 | -19/+1 |
|
|
* | | | Merge 8.5. Just split some testcases | jan.nijtmans | 2021-03-03 | 1 | -5/+10 |
|\ \ \
| |/ / |
|
| * | | Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ... | jan.nijtmans | 2021-03-03 | 1 | -28/+64 |
|
|
* | | | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3... | jan.nijtmans | 2021-03-02 | 1 | -14/+51 |
|
|
* | | | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha... | jan.nijtmans | 2021-02-19 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha... | jan.nijtmans | 2021-02-19 | 1 | -0/+4 |
|
|
| * | | Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3 | jan.nijtmans | 2021-02-17 | 1 | -7/+16 |
|
|
* | | | Two new testcases for abs() | jan.nijtmans | 2021-02-18 | 1 | -1/+7 |
|
|
* | | | Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werne... | jan.nijtmans | 2021-02-16 | 1 | -4/+4 |
|
|
* | | | Remove unnecessary end-of-line spacing in test-cases | jan.nijtmans | 2021-02-16 | 29 | -107/+106 |
|
|
* | | | Fix Tcl_UtfPrev expected testcases for TCL_UTF_MAX>3 | jan.nijtmans | 2021-02-16 | 1 | -8/+17 |
|
|
* | | | Fix [d43f96c1a8]: string trimright is broken for Emoji | jan.nijtmans | 2021-02-15 | 1 | -4/+4 |
|
|
* | | | More testcases from Christian Werner, regarding "string reverse" with Emoji. ... | jan.nijtmans | 2021-02-15 | 1 | -0/+18 |
|
|
* | | | Add testcases from Christian Werner, regarding "string trim" with Emoji | jan.nijtmans | 2021-02-15 | 1 | -0/+27 |
|
|