Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | apnadkarni | 2023-02-23 | 1 | -7/+12 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-02-22 | 1 | -5/+10 |
| |\ | |||||
| | * | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for ↵ | jan.nijtmans | 2023-02-21 | 1 | -0/+6 |
| | | | | | | | | | | | | utf-16/utf-32 | ||||
* | | | Merge 8.7 | apnadkarni | 2023-02-22 | 1 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656) | jan.nijtmans | 2023-02-19 | 1 | -1/+7 |
| | | | |||||
* | | | Minor refactoring/fixes after merge | apnadkarni | 2023-02-18 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.7 to pick up UTF-8 encoding fix | apnadkarni | 2023-02-18 | 1 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | complete fix | jan.nijtmans | 2023-02-16 | 1 | -2/+2 |
| | | | |||||
| * | | Merge 8.7 | jan.nijtmans | 2023-02-16 | 1 | -6/+12 |
| |\ \ | |||||
| * | | | Try to fix [885c86a9a0]. Doesn't work completely yet. | jan.nijtmans | 2023-02-16 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge 8.7 | apnadkarni | 2023-02-17 | 1 | -6/+15 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8 | jan.nijtmans | 2023-02-16 | 1 | -5/+8 |
| |\ \ \ | |||||
| | * | | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8 | jan.nijtmans | 2023-02-16 | 1 | -5/+8 |
| | |/ / | |||||
| * | | | Fix for [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindex | jan.nijtmans | 2023-02-15 | 1 | -1/+4 |
| |/ / | |||||
| * | | Ticket [10c2c17c32] follow-up. One output char too much with -failindex. | jan.nijtmans | 2023-02-15 | 1 | -0/+3 |
| | | | |||||
* | | | Merge 8.7 | apnadkarni | 2023-02-15 | 1 | -3/+61 |
|\ \ \ | |/ / | |||||
| * | | Complete fix for [bd1a60eb9c]. Also fix a bug in the tableencoding. With ↵ | jan.nijtmans | 2023-02-14 | 1 | -2/+36 |
| | | | | | | | | | | | | testcases. | ||||
| * | | Add 4 more testcases, showing that the same bug is present in utf-16 as ↵ | jan.nijtmans | 2023-02-09 | 1 | -0/+12 |
| | | | | | | | | | | | | well. Also fix the bug (really, now!) | ||||
| * | | Add 4 testcases, showing that the bug fix introduces another (minor) ↵ | jan.nijtmans | 2023-02-09 | 1 | -0/+12 |
| | | | | | | | | | | | | problem. To be fixed soon | ||||
* | | | Merge core-8-branch | apnadkarni | 2023-02-07 | 1 | -3/+9 |
|\ \ \ | |/ / | |||||
| * | | Renumber testscase, sync with Tcl 9.0 | jan.nijtmans | 2023-02-01 | 1 | -3/+9 |
| | | | |||||
* | | | Use common option parsing for ConvertfromObjCmd. Fix test error messages. | apnadkarni | 2023-02-02 | 1 | -3/+3 |
| | | | |||||
* | | | Replace encoding -strict etc. with -profile | apnadkarni | 2023-02-02 | 1 | -66/+66 |
|/ / | |||||
* | | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise ↵ | jan.nijtmans | 2023-02-01 | 1 | -0/+24 |
| | | | | | | | | surrogate handling. (test-case was still missing, which cannot be used in Tcl 8.6) | ||||
* | | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now. | jan.nijtmans | 2023-01-27 | 1 | -7/+20 |
|\ \ | |/ | |||||
| * | new testcase encoding-18.1. Testcase cleanup | jan.nijtmans | 2023-01-27 | 1 | -75/+76 |
| | | |||||
* | | Test TableFromUtfProc() with strict handling of encoding errors. | pooryorick | 2023-01-25 | 1 | -2/+6 |
|\ \ | |||||
| * | | Test TableFromUtfProc() with strict handling of encoding errors. | pooryorick | 2023-01-25 | 1 | -2/+6 |
| | | | |||||
| * | | Update documentation, matching current implementation | jan.nijtmans | 2023-01-15 | 1 | -2/+2 |
| | | | |||||
* | | | Better error-message | jan.nijtmans | 2023-01-20 | 1 | -2/+2 |
| | | | |||||
* | | | New proposal: Allow "-strict" immediately before or after "-failindex var". | jan.nijtmans | 2023-01-19 | 1 | -2/+2 |
| | | | |||||
* | | | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ↵ | jan.nijtmans | 2023-01-14 | 1 | -2/+2 |
|/ / | | | | | | | used with -failindex | ||||
* | | Remove all checks for noncharacters | jan.nijtmans | 2022-12-19 | 1 | -4/+4 |
| | | |||||
* | | Addendum to [https://core.tcl-lang.org/tips/doc/trunk/tip/601.md|TIP #601]. ↵ | jan.nijtmans | 2022-12-16 | 1 | -0/+6 |
| | | | | | | | | Add check for characters > U+10FFFF in utf-32. Since utf-8 cannot handle that, either replace it with the replacement character (-nocomplain) or throw an exception (-strict). | ||||
* | | Add testcase | jan.nijtmans | 2022-12-16 | 1 | -2/+8 |
| | | |||||
* | | Proposed fix for [084ab982fe]: Use -strict to disable noncharacters | jan.nijtmans | 2022-11-29 | 1 | -0/+36 |
| | | |||||
* | | Better -strict checking, with testcases | jan.nijtmans | 2022-11-22 | 1 | -7/+10 |
| | | |||||
* | | Merge 8.7. More utf-8 checks with --strict | jan.nijtmans | 2022-11-21 | 1 | -0/+12 |
| | | |||||
* | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵ | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | NO votes expected) | ||||
* | | Tests and docs for Tcl_GetEncodingNulLength | apnadkarni | 2022-10-10 | 1 | -0/+11 |
| | | |||||
* | | Start TIP #346 implementation: For now only \xC0\x80 | jan.nijtmans | 2022-09-12 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.7. Renumber testcases in cmdAH.test. | jan.nijtmans | 2022-03-21 | 1 | -8/+8 |
|\ \ | |||||
| * | | Fix meaning of "testConstraint deprepcated" in encoding.test: Those ↵ | jan.nijtmans | 2022-03-18 | 1 | -8/+8 |
| | | | | | | | | | | | | testcases tested the behavior of -DTCL_NO_DEPRECATED | ||||
* | | | Rebase towards 8.7 | jan.nijtmans | 2022-03-17 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | TIP607 encoding failindex: also implement encoding convertto, move tests to ↵ | oehhar | 2022-03-17 | 1 | -29/+2 |
| | | | | | | | | | | | | cmdAH.test, as the other user interface tests (expect one) is also there. | ||||
| * | | Merge 9.0 | jan.nijtmans | 2022-03-17 | 1 | -9/+7 |
| |\ \ | |||||
| | * \ | Merge 8.7 | jan.nijtmans | 2022-03-17 | 1 | -20/+56 |
| | |\ \ | |_|/ / |/| | | | |||||
| * | | | TIP607 encoding failindex: correct test which works now. | oehhar | 2022-03-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | TIP607 encoding failindex: test correction | oehhar | 2022-03-15 | 1 | -3/+4 |
| | | | | |||||
| * | | | TIP607 encoding failindex: get work out of 8.7 branch to this 9.0 branch. ↵ | oehhar | 2022-03-14 | 1 | -1/+27 |
| |\ \ \ | | | | | | | | | | | | | | | | TIP is rebased. |