Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
|\ | |||||
| * | Change testConstraint "ucs4" to "utf32", since that's more accurate | jan.nijtmans | 2022-04-14 | 1 | -22/+22 |
| * | 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 |
* | | | Fix testcase utf-4.12 (which - actually - exposed this bug) | jan.nijtmans | 2022-05-25 | 1 | -4/+3 |
* | | | ucs4 -> utf32 | jan.nijtmans | 2022-03-22 | 1 | -23/+23 |
* | | | More progress | jan.nijtmans | 2022-03-22 | 1 | -1/+1 |
* | | | Fix TclStringCat() functions. This makes allmost all testcases pass, one left... | jan.nijtmans | 2021-04-09 | 1 | -19/+19 |
* | | | More test-cases, involving \xC0 \x80 | jan.nijtmans | 2021-04-09 | 1 | -7/+18 |
* | | | There is no "eq" command any more | jan.nijtmans | 2021-04-07 | 1 | -4/+4 |
* | | | Merge fork | jan.nijtmans | 2021-04-07 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | Tests demonstrating the bug. Work on a fix can go here. | dgp | 2020-04-26 | 1 | -0/+8 |
* | | | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 1 | -154/+154 |
* | | | | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev() | jan.nijtmans | 2021-03-15 | 1 | -55/+54 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2021-02-15 | 1 | -1/+19 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-04 | 1 | -3/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-20 | 1 | -6/+6 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.7. Further progress with TIP implementation. | jan.nijtmans | 2020-05-13 | 1 | -113/+89 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2021-03-10 | 1 | -19/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | Fix [4c591fa487]: [string compare] EIAS violation | jan.nijtmans | 2021-03-10 | 1 | -19/+1 |
* | | | | | | | | | | Merge 8.6. Basically re-number testcases so they align with the 8.6 test-cases | jan.nijtmans | 2021-03-03 | 1 | -20/+59 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | 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 3 additional test-cases from 8.6 for TCL_UTF_MAX>3 | jan.nijtmans | 2021-02-17 | 1 | -7/+16 |
| | * | | | | | | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t... | jan.nijtmans | 2020-11-18 | 1 | -6/+6 |
| | * | | | | | | | Testcase cleanup: Sync with testcases in core-8-6-branch | jan.nijtmans | 2020-05-13 | 1 | -75/+54 |
| * | | | | | | | | 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 Tcl_UtfPrev expected testcases for TCL_UTF_MAX>3 | jan.nijtmans | 2021-02-16 | 1 | -8/+17 |
* | | | | | | | | | merge 8.6 | dgp | 2021-01-02 | 1 | -1/+19 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Suppress testing of known bug only when it is present. Allow tests that pass. | dgp | 2020-12-26 | 1 | -1/+19 |
* | | | | | | | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-19 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | |||||
| * | | | | | | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
* | | | | | | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-11-16 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Fix 2 testcases which failed when compiled with TCL_UTF_MAX>3 | jan.nijtmans | 2020-11-16 | 1 | -4/+4 |
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-11-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | | | |||||
| * | | | | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t... | jan.nijtmans | 2020-11-16 | 1 | -2/+6 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
* | | | | | | More of the same (see previous commit) | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-07-10 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix utf-1.13 testcase for TCL_UTF_MAX>3 | jan.nijtmans | 2020-07-10 | 1 | -1/+1 |
* | | | | | | Merge 8.6. Fix documentation for \Uhhhhhhhh escape sequences > U+FFFF, which ... | jan.nijtmans | 2020-07-10 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This c... | jan.nijtmans | 2020-07-10 | 1 | -2/+2 |
| * | | | | Tiny fix for TCL_UTF_MAX=4 build only: Since Tcl_UtfNext() verifies 4 bytes f... | jan.nijtmans | 2020-05-18 | 1 | -9/+3 |
* | | | | | Sync testcases with 8.6 | jan.nijtmans | 2020-05-13 | 1 | -99/+45 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | |