summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* Phase out (almost) STRICT and NOCOMPLAIN flags.apnadkarni2023-02-101-31/+83
* Modify encoding C API to use profiles (in progress)apnadkarni2023-02-091-28/+90
* Merge bug-10c2c17c32apnadkarni2023-02-091-0/+4
|\
| * Proposed fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. TODO: ...jan.nijtmans2023-02-061-0/+4
* | Merge core-8-branchapnadkarni2023-02-071-1/+3
|\ \
| * \ Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] pooryorick2023-02-031-1/+3
| |\ \ | | |/ | |/|
| | * Fix DoReadChars() to correctly discard encoding errors after eofchar has been...pooryorick2022-12-301-1/+6
* | | Change encoding error options to fconfigure to encoding profilesapnadkarni2023-02-021-7/+16
* | | Replace encoding -strict etc. with -profileapnadkarni2023-02-021-0/+34
|/ /
* | (cherry-pick) Make Tcl_UniCharToUtf more readable and add test to exercise su...jan.nijtmans2023-02-011-3/+3
|\ \
| * | (Cherry-pick) Make Tcl_UniCharToUtf more readable.jan.nijtmans2023-02-011-3/+3
* | | New proposal: Allow "-strict" immediately before or after "-failindex var".jan.nijtmans2023-01-191-3/+4
* | | Forget about TCL_ENCODING_HACK_FLAG, this should be the fix. Testing ...jan.nijtmans2023-01-181-2/+2
* | | Use TCL_ENCODING_HACK_FLAG in TableFromUtfProc toojan.nijtmans2023-01-171-1/+1
* | | New flag TCL_ENCODING_HACK_FLAG to control the behaviour. (This is NOT the wa...jan.nijtmans2023-01-161-2/+2
* | | Fix for [https://core.tcl-lang.org/tk/tktview?name=370b1ff03e|370b1ff03e]. No...jan.nijtmans2023-01-081-2/+2
| |/ |/|
* | Remove all checks for noncharactersjan.nijtmans2022-12-191-6/+5
* | Addendum to [https://core.tcl-lang.org/tips/doc/trunk/tip/601.md|TIP #601]. A...jan.nijtmans2022-12-161-1/+1
* | Make -strict work the same for UTF-16 as for UTF-8jan.nijtmans2022-12-151-4/+9
* | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-301-4/+4
* | Proposed fix for [084ab982fe]: Use -strict to disable noncharactersjan.nijtmans2022-11-291-13/+14
* | Better -strict checking, with testcasesjan.nijtmans2022-11-221-2/+2
* | Merge 8.7. More utf-8 checks with --strictjan.nijtmans2022-11-211-1/+5
* | TIP 643 code. Docs, tests pendingapnadkarni2022-10-091-0/+27
* | TIP #346: Error on Failed String Encodingsjan.nijtmans2022-10-081-19/+26
|\ \
| * | Add testcases, and fix a bug found by itjan.nijtmans2022-09-161-3/+6
| * | Start TIP #346 implementation: For now only \xC0\x80jan.nijtmans2022-09-121-2/+6
|/ /
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-7/+7
* | Merge 8.7jan.nijtmans2022-03-221-19/+117
|\ \
| * \ Merge 8.7, and fix the bugjan.nijtmans2022-03-201-8/+8
| |\ \
| | * | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-201-6/+6
| |/ /
| * | -nothrow -> -nocomplainjan.nijtmans2022-03-051-3/+3
| * | Merge 8.7jan.nijtmans2022-03-041-4/+4
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-02-111-7/+7
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-01-151-3/+0
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2021-11-261-2/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2021-11-081-17/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7. Remove -stoponerror optionjan.nijtmans2021-10-181-40/+264
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-06-231-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7 and doc fixjan.nijtmans2021-05-261-3/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add underscores in flag namesjan.nijtmans2021-05-261-6/+6
| * | | | | | | | | | TIP601 encoding stoponerror: document Tcl_ExternalToUtfDStringEx and Tcl_Exte...oehhar2021-05-261-2/+62
| * | | | | | | | | | Double definition of TCL_ENCODING_MODIFIED and another doc fixjan.nijtmans2021-05-071-1/+0
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge TIP #597jan.nijtmans2021-04-291-30/+13
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| * | | | | | | | | | | Merge tip-597jan.nijtmans2021-04-131-0/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If com...jan.nijtmans2021-04-011-10/+16
| * | | | | | | | | | | | Merge tip-597jan.nijtmans2021-04-011-4/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | More bugfixes (and testcases showing this)jan.nijtmans2021-04-011-6/+11
| * | | | | | | | | | | | | Merge tip-597jan.nijtmans2021-03-311-5/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tip-597. More testcasesjan.nijtmans2021-03-301-12/+71
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \