| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | Oops | jan.nijtmans | 2021-02-05 | 1 | -2/+2 |
|
|
* | | | Fix filename-11.45 testcase when there are multiple volumes: This testcase on... | jan.nijtmans | 2021-02-05 | 1 | -2/+2 |
|
|
* | | | Use {} braces in more "expr" expressions. | jan.nijtmans | 2021-01-28 | 15 | -718/+718 |
|
|
* | | | Suppress testing of known bug only when it is present. Allow tests that pass. | dgp | 2020-12-26 | 1 | -1/+19 |
|
|
* | | | Missing constraint, in case we are running on Windows 10 in developer mode | jan.nijtmans | 2020-12-23 | 1 | -1/+1 |
|
|
* | | | (cherry-pick): Repair flaws exposed by debugging test run. | jan.nijtmans | 2020-12-23 | 3 | -6/+9 |
|
|
* | | | Fix testcase for [548cd945d6]: Consistant error-code if creating link fails o... | jan.nijtmans | 2020-12-23 | 1 | -5/+7 |
|
|
* | | | [testConstraint winVista] should be true on Windows 10 too | jan.nijtmans | 2020-12-16 | 1 | -3/+4 |
|
|
* | | | rfe [548cd945d6]: symlinks for Windows 10 | jan.nijtmans | 2020-12-16 | 1 | -8/+11 |
|\ \ \ |
|