Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7tip-656-pre-capi | apnadkarni | 2023-02-23 | 3 | -40/+61 |
|\ | |||||
| * | minor bug-fix in utf-16/utf-32: 2 testcases failed in Tcl 9 compatibility ↵ | jan.nijtmans | 2023-02-22 | 1 | -6/+14 |
| | | | | | | | | mode (-DTCL_NO_DEPRECATED) | ||||
| * | Merge 8.6 | jan.nijtmans | 2023-02-22 | 2 | -14/+49 |
| |\ | |||||
| | * | Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 | jan.nijtmans | 2023-02-22 | 2 | -3/+30 |
| | |\ | |||||
| | | * | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for ↵ | jan.nijtmans | 2023-02-21 | 2 | -3/+30 |
| | | | | | | | | | | | | | | | | utf-16/utf-32 | ||||
* | | | | Fix gcc warnings and encoding error message (bug [40c61a5d10]) | apnadkarni | 2023-02-23 | 3 | -5/+5 |
| | | | | |||||
* | | | | Merge 8.7 | apnadkarni | 2023-02-22 | 3 | -15/+32 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656) | jan.nijtmans | 2023-02-22 | 2 | -13/+31 |
| |\ \ \ | |||||
| | * | | | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656) | jan.nijtmans | 2023-02-19 | 2 | -13/+31 |
| | | | | | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2023-02-22 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib ↵ | jan.nijtmans | 2023-02-22 | 1 | -5/+7 |
| | |\ \ | | | |/ | | |/| | | | | | 1.21) | ||||
| | | * | Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap ↵ | jan.nijtmans | 2023-02-21 | 1 | -5/+7 |
| | |/ | | | | | | | | | | (introduced via tcllib 1.21) | ||||
* | | | Add ICU tests for unmapped characters. | apnadkarni | 2023-02-22 | 3 | -34/+2017 |
| | | | |||||
* | | | Rework ICU tests to check validity of whole charmap in one test, else too ↵ | apnadkarni | 2023-02-21 | 2 | -44/+144 |
| | | | | | | | | | | | | many tests. | ||||
* | | | Generate test data from ICU UCM data files. SBCS only for now | apnadkarni | 2023-02-21 | 1 | -0/+185 |
| | | | |||||
* | | | Fix replace profile handling of truncated surrogates | apnadkarni | 2023-02-20 | 2 | -10/+41 |
| | | | |||||
* | | | Add UTF16 and UTF32 tests | apnadkarni | 2023-02-20 | 1 | -56/+137 |
| | | | |||||
* | | | Remove knownBug test constraints now that fix has been merged from core-8-branch | apnadkarni | 2023-02-19 | 1 | -66/+65 |
| | | | |||||
* | | | Minor refactoring/fixes after merge | apnadkarni | 2023-02-18 | 2 | -34/+12 |
| | | | |||||
* | | | Merge 8.7 to pick up UTF-8 encoding fix | apnadkarni | 2023-02-18 | 3 | -5/+14 |
|\ \ \ | |/ / | |||||
| * | | Fix for [885c86a9a0]: convertfrom utf8 breaks for 4 byte utf encodings | jan.nijtmans | 2023-02-17 | 2 | -10/+14 |
| |\ \ | |||||
| | * | | complete fix | jan.nijtmans | 2023-02-16 | 2 | -7/+7 |
| | | | | |||||
| | * | | Merge 8.7 | jan.nijtmans | 2023-02-16 | 2 | -15/+27 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | Try to fix [885c86a9a0]. Doesn't work completely yet. | jan.nijtmans | 2023-02-16 | 2 | -6/+10 |
| | | | | |||||
* | | | | Done with invalid utf-8 table | apnadkarni | 2023-02-18 | 1 | -37/+241 |
| | | | | |||||
* | | | | Part way through utf-8 test equivalence classes | apnadkarni | 2023-02-17 | 3 | -202/+342 |
| | | | | |||||
* | | | | Merge 8.7 | apnadkarni | 2023-02-17 | 2 | -23/+35 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8 | jan.nijtmans | 2023-02-16 | 2 | -14/+23 |
| |\ \ \ | |||||
| | * | | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8 | jan.nijtmans | 2023-02-16 | 2 | -14/+23 |
| | |/ / | |||||
| * | | | Fix [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindex | jan.nijtmans | 2023-02-16 | 2 | -2/+5 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fix for [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindex | jan.nijtmans | 2023-02-15 | 2 | -2/+5 |
| |/ / | |||||
| * | | Ticket [10c2c17c32] follow-up. One output char too much with -failindex. | jan.nijtmans | 2023-02-15 | 2 | -0/+4 |
| | | | |||||
* | | | Bit more work on encoding test framework. Long way to go. | apnadkarni | 2023-02-16 | 2 | -168/+324 |
| | | | |||||
* | | | Start on expanding encoding tests | apnadkarni | 2023-02-15 | 2 | -47/+190 |
| | | | |||||
* | | | Merge 8.7 | apnadkarni | 2023-02-15 | 4 | -39/+221 |
|\ \ \ | |/ / | |||||
| * | | Fix for [bd1a60eb9c]: convertfrom utf-8 strict mode allows surrogates in ↵ | jan.nijtmans | 2023-02-14 | 2 | -17/+60 |
| |\ \ | | | | | | | | | | | | | input sequence | ||||
| | * | | Complete fix for [bd1a60eb9c]. Also fix a bug in the tableencoding. With ↵ | jan.nijtmans | 2023-02-14 | 2 | -10/+52 |
| | | | | | | | | | | | | | | | | testcases. | ||||
| | * | | Make a start fixing [bd1a60eb9c]. WIP | jan.nijtmans | 2023-02-14 | 1 | -7/+8 |
| |/ / | |||||
| * | | Fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. With testcases ↵ | jan.nijtmans | 2023-02-13 | 2 | -4/+60 |
| |\ \ | | | | | | | | | | | | | (both for utf-32 and utf-16, which had the same bug) | ||||
| | * | | Add 4 more testcases, showing that the same bug is present in utf-16 as ↵ | jan.nijtmans | 2023-02-09 | 2 | -8/+48 |
| | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with ↵ | jan.nijtmans | 2023-02-12 | 2 | -0/+105 |
| |\ \ \ | | | | | | | | | | | | | | | | -strictencoding 1 UTF-8 channels | ||||
| | * | | | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with ↵ | jan.nijtmans | 2023-02-10 | 2 | -0/+105 |
| |/ / / | | | | | | | | | | | | | -strictencoding 1 UTF-8 channels | ||||
* | | | | Remove obsolete comment | apnadkarni | 2023-02-14 | 1 | -2/+0 |
| | | | | |||||
* | | | | Fix uniqueness parsing fconfigure -encoding / -encodingprofile options | apnadkarni | 2023-02-14 | 1 | -2/+2 |
| | | | | |||||
* | | | | Bug [bd1a60eb9c]. Eliminate TCL_ENCODING_UTF. | apnadkarni | 2023-02-14 | 1 | -7/+5 |
| | | | | |||||
* | | | | Tentative fix for [bd1a60eb9] - surrogates in strict utf-8 | apnadkarni | 2023-02-12 | 2 | -4/+12 |
| | | | | |||||
* | | | | Minor fixes and tests | apnadkarni | 2023-02-12 | 5 | -14/+48 |
| | | | | |||||
* | | | | Added 'encoding profiles' | apnadkarni | 2023-02-12 | 2 | -1/+39 |
| | | | | |||||
* | | | | Minor readability changes | apnadkarni | 2023-02-12 | 2 | -38/+65 |
| | | | |