Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Phase out (almost) STRICT and NOCOMPLAIN flags. | apnadkarni | 2023-02-10 | 1 | -31/+83 | |
* | Modify encoding C API to use profiles (in progress) | apnadkarni | 2023-02-09 | 1 | -28/+90 | |
* | Merge bug-10c2c17c32 | apnadkarni | 2023-02-09 | 1 | -0/+4 | |
|\ | ||||||
| * | Proposed fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. TODO: ... | jan.nijtmans | 2023-02-06 | 1 | -0/+4 | |
* | | Merge core-8-branch | apnadkarni | 2023-02-07 | 1 | -1/+3 | |
|\ \ | ||||||
| * \ | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] | pooryorick | 2023-02-03 | 1 | -1/+3 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Fix DoReadChars() to correctly discard encoding errors after eofchar has been... | pooryorick | 2022-12-30 | 1 | -1/+6 | |
* | | | Change encoding error options to fconfigure to encoding profiles | apnadkarni | 2023-02-02 | 1 | -7/+16 | |
* | | | Replace encoding -strict etc. with -profile | apnadkarni | 2023-02-02 | 1 | -0/+34 | |
|/ / | ||||||
* | | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su... | jan.nijtmans | 2023-02-01 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | (Cherry-pick) Make Tcl_UniCharToUtf more readable. | jan.nijtmans | 2023-02-01 | 1 | -3/+3 | |
* | | | New proposal: Allow "-strict" immediately before or after "-failindex var". | jan.nijtmans | 2023-01-19 | 1 | -3/+4 | |
* | | | Forget about TCL_ENCODING_HACK_FLAG, this should be the fix. Testing ... | jan.nijtmans | 2023-01-18 | 1 | -2/+2 | |
* | | | Use TCL_ENCODING_HACK_FLAG in TableFromUtfProc too | jan.nijtmans | 2023-01-17 | 1 | -1/+1 | |
* | | | New flag TCL_ENCODING_HACK_FLAG to control the behaviour. (This is NOT the wa... | jan.nijtmans | 2023-01-16 | 1 | -2/+2 | |
* | | | Fix for [https://core.tcl-lang.org/tk/tktview?name=370b1ff03e|370b1ff03e]. No... | jan.nijtmans | 2023-01-08 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Remove all checks for noncharacters | jan.nijtmans | 2022-12-19 | 1 | -6/+5 | |
* | | Addendum to [https://core.tcl-lang.org/tips/doc/trunk/tip/601.md|TIP #601]. A... | jan.nijtmans | 2022-12-16 | 1 | -1/+1 | |
* | | Make -strict work the same for UTF-16 as for UTF-8 | jan.nijtmans | 2022-12-15 | 1 | -4/+9 | |
* | | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe... | jan.nijtmans | 2022-11-30 | 1 | -4/+4 | |
* | | Proposed fix for [084ab982fe]: Use -strict to disable noncharacters | jan.nijtmans | 2022-11-29 | 1 | -13/+14 | |
* | | Better -strict checking, with testcases | jan.nijtmans | 2022-11-22 | 1 | -2/+2 | |
* | | Merge 8.7. More utf-8 checks with --strict | jan.nijtmans | 2022-11-21 | 1 | -1/+5 | |
* | | TIP 643 code. Docs, tests pending | apnadkarni | 2022-10-09 | 1 | -0/+27 | |
* | | TIP #346: Error on Failed String Encodings | jan.nijtmans | 2022-10-08 | 1 | -19/+26 | |
|\ \ | ||||||
| * | | Add testcases, and fix a bug found by it | jan.nijtmans | 2022-09-16 | 1 | -3/+6 | |
| * | | Start TIP #346 implementation: For now only \xC0\x80 | jan.nijtmans | 2022-09-12 | 1 | -2/+6 | |
|/ / | ||||||
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -7/+7 | |
* | | Merge 8.7 | jan.nijtmans | 2022-03-22 | 1 | -19/+117 | |
|\ \ | ||||||
| * \ | Merge 8.7, and fix the bug | jan.nijtmans | 2022-03-20 | 1 | -8/+8 | |
| |\ \ | ||||||
| | * | | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t... | jan.nijtmans | 2022-03-20 | 1 | -6/+6 | |
| |/ / | ||||||
| * | | -nothrow -> -nocomplain | jan.nijtmans | 2022-03-05 | 1 | -3/+3 | |
| * | | Merge 8.7 | jan.nijtmans | 2022-03-04 | 1 | -4/+4 | |
| |\ \ | ||||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-02-11 | 1 | -7/+7 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-01-15 | 1 | -3/+0 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-11-26 | 1 | -2/+3 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-11-08 | 1 | -17/+13 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge 8.7. Remove -stoponerror option | jan.nijtmans | 2021-10-18 | 1 | -40/+264 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-06-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge 8.7 and doc fix | jan.nijtmans | 2021-05-26 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add underscores in flag names | jan.nijtmans | 2021-05-26 | 1 | -6/+6 | |
| * | | | | | | | | | | TIP601 encoding stoponerror: document Tcl_ExternalToUtfDStringEx and Tcl_Exte... | oehhar | 2021-05-26 | 1 | -2/+62 | |
| * | | | | | | | | | | Double definition of TCL_ENCODING_MODIFIED and another doc fix | jan.nijtmans | 2021-05-07 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ | Merge TIP #597 | jan.nijtmans | 2021-04-29 | 1 | -30/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge tip-597 | jan.nijtmans | 2021-04-13 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If com... | jan.nijtmans | 2021-04-01 | 1 | -10/+16 | |
| * | | | | | | | | | | | | Merge tip-597 | jan.nijtmans | 2021-04-01 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | More bugfixes (and testcases showing this) | jan.nijtmans | 2021-04-01 | 1 | -6/+11 | |
| * | | | | | | | | | | | | | Merge tip-597 | jan.nijtmans | 2021-03-31 | 1 | -5/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tip-597. More testcases | jan.nijtmans | 2021-03-30 | 1 | -12/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |