summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-03-191-3/+8
|\
| * Fully implement TCL_ENCODING_STOPONERROR flag for Utf2Utf encoder/decoder.jan.nijtmans2021-03-191-3/+8
* | Merge 8.7jan.nijtmans2021-03-191-17/+38
|\ \ | |/
| * 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
* | | Merge 8.7jan.nijtmans2021-03-181-126/+24
|\ \ \ | |/ /
| * | More simplification of UtfToUtfProc(). Get rid of wrapper functions UtfIntToU...jan.nijtmans2021-03-181-126/+24
* | | Merge 8.7jan.nijtmans2021-03-171-56/+31
|\ \ \ | |/ /
| * | Simplify UtfToUtfProc() and UtfToUtf16Proc(): Using TclUtfToUCS4() internally...jan.nijtmans2021-03-171-58/+31
* | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-2/+2
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-12-131-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-12-041-3/+3
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-10-141-4/+6
| |\ \ \ \
| * | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-2/+2
* | | | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2020-12-081-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-11-301-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix [6b1c6bb09c]: Extended plane character does not encode correctly to UTF-1...jan.nijtmans2020-11-301-3/+3
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2020-09-171-2/+4
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+4
* | | | Merge 8.7jan.nijtmans2020-09-111-1/+1
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2020-09-101-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
* | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-4/+4
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-05-011-1/+1
|\ \ \ | |/ /
| * | Never mind remark about TIP #573 in previous commit: Test failure was due to ...jan.nijtmans2020-05-011-1/+1
* | | Merge 8.7jan.nijtmans2020-05-011-8/+8
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2020-04-241-5/+0
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2020-03-181-13/+13
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-181-13/+13
| |\ \ \ | | |/ /
| | * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-13/+13
* | | | merge 8.7dgp2020-03-171-2/+2
|\ \ \ \ | |/ / /
| * | | TIP 569 - remove lint commentsdgp2020-03-171-2/+2
* | | | merge 8.7dgp2020-03-061-135/+50
|\ \ \ \ | |/ / /
| * | | more unused argumentsdgp2020-03-061-135/+50