summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Add "ilp32" build flagjan.nijtmans2021-05-261-11/+52
|\
| * Remove wtf-8/wtf-16/tcl-8 encodingsjan.nijtmans2021-04-161-29/+11
| * Add "tcl-8" encodingjan.nijtmans2021-04-081-0/+3
| * Merge 8.7jan.nijtmans2021-04-011-6/+12
| |\
| * | Re-use TCL_ENCODING_MODIFIED flag value for TCL_ENCODING_LE too, since they a...jan.nijtmans2021-03-311-5/+12
| * | Bugfix (backported from encodings-with-flags branch): Use correct byte/char ...jan.nijtmans2021-03-301-5/+8
| * | Merge 8.7jan.nijtmans2021-03-301-1/+1
| |\ \
| * | | Finish CESU-8 encoder/decoderjan.nijtmans2021-03-291-1/+8
| * | | Make a start with CESU-8 encoder/decoder. Not finished yetjan.nijtmans2021-03-281-8/+17
| * | | Merge 8.7jan.nijtmans2021-03-281-162/+97
| |\ \ \
| * | | | Add wtf-16 encodings to the set. With testcasesjan.nijtmans2021-03-171-66/+53
| * | | | Merge 8.7jan.nijtmans2021-03-171-2/+2
| |\ \ \ \
| * | | | | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-3/+16
* | | | | | Merge 8.7 Signature change for Tcl_SetPanicProc() and Tcl_FindExecutable()jan.nijtmans2021-04-281-2/+3
| |_|_|_|/ |/| | | |
* | | | | Merge 8.6jan.nijtmans2021-04-011-18/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for UtfTo...jan.nijtmans2021-04-011-6/+6
| * | | | remove useless save/restorejan.nijtmans2021-03-301-2/+0
| * | | | Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. Backpor...jan.nijtmans2021-03-211-7/+25
* | | | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT...jan.nijtmans2021-03-301-1/+1
| |_|_|/ |/| | |
* | | | Change TCL_ENCODING_EXTERNAL flag into TCL_ENCODING_MODIFIED, but with opposi...jan.nijtmans2021-03-281-10/+9
* | | | Fully implement TCL_ENCODING_STOPONERROR flag for Utf2Utf encoder/decoder.jan.nijtmans2021-03-191-3/+8
* | | | Merge 8.6jan.nijtmans2021-03-191-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [c376607b22]: Tcl 8.6: Extended plane character does not encode correctly...jan.nijtmans2021-01-041-3/+3
* | | | Handle the encoding of filenames in ZIPs correctly. (This is awful. The awful...dkf2021-03-181-17/+38
* | | | More simplification of UtfToUtfProc(). Get rid of wrapper functions UtfIntToU...jan.nijtmans2021-03-181-126/+24
* | | | Simplify UtfToUtfProc() and UtfToUtf16Proc(): Using TclUtfToUCS4() internally...jan.nijtmans2021-03-171-58/+31
| |_|/ |/| |
* | | Merge 8.7jan.nijtmans2020-12-131-1/+1
|\ \ \ | | |/ | |/|
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-12-041-3/+3
|\ \ \ | |/ /
| * | Fix [6b1c6bb09c]: Extended plane character does not encode correctly to UTF-1...jan.nijtmans2020-11-301-3/+3
* | | Merge 8.7jan.nijtmans2020-10-141-4/+6
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+4
| * | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-1/+1
| |\ \ | | |/
| | * Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-1/+1
| * | Merge 8.6jan.nijtmans2020-09-101-1/+1
| |\ \ | | |/
| | * Don't use sizeof() for structs containing a flexible array as last element. L...jan.nijtmans2020-09-101-1/+1
| | * Join test-cases utf-6.93.0 and utf-6.93.1, which MUST give the same answer al...jan.nijtmans2020-05-021-1/+1
* | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-2/+2
|/ /
* | Never mind remark about TIP #573 in previous commit: Test failure was due to ...jan.nijtmans2020-05-011-1/+1
* | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-011-9/+11
|\ \ | |/
| * Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-011-12/+26
| |\
| | * Fix [ed29806baf] by introducing TclUCS4Complete(). All other calls of Tcl_Utf...jan.nijtmans2020-05-011-7/+7
| |/ |/|
* | Merge 8.6 (Except encoding-12.6 test-case still to be handled)jan.nijtmans2020-04-241-5/+0
|\ \ | |/
| * Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be realdgp2020-04-241-10/+1
| |\
| | * Add protections against overflow in Unicode values. Backported from 8.6. Also...jan.nijtmans2020-04-241-11/+2
| | * Oopsee (but not really crucial)jan.nijtmans2020-04-221-1/+1
| | * Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with TCL_UT...jan.nijtmans2020-04-221-6/+10
| * | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-201-64/+52
* | | Merge 8.6jan.nijtmans2020-03-181-13/+13
|\ \ \ | |/ /
| * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-13/+13