summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Fix warning in tclStubInit.c when TCL_UTF_MAX=3jan.nijtmans2021-02-161-5/+6
|\
| * Merge 8.6jan.nijtmans2021-02-161-4/+5
| |\
| | * Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported...jan.nijtmans2021-02-161-4/+4
* | | Merge 8.7jan.nijtmans2021-02-151-1/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-02-151-1/+4
| |\ \ | | |/
| | * Fix [d43f96c1a8]: string trimright is broken for Emojijan.nijtmans2021-02-151-8/+9
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-9/+9
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | Merge 8.7jan.nijtmans2020-09-281-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-281-2/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | Merge 8.7jan.nijtmans2020-09-151-9/+8
|\ \ \ | |/ /
| * | Fix for test lindex-18.0dgp2020-09-021-9/+8
* | | Merge 8.7jan.nijtmans2020-07-211-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-201-2/+2
| |\ \ | | |/
| | * Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-2/+2
* | | Merge 8.7jan.nijtmans2020-06-161-6/+8
|\ \ \ | |/ /
| * | Make Tcl_GetIntForIndex() do reasonable things when endValue < -1 and when in...jan.nijtmans2020-06-161-9/+13
* | | Merge 8.7. Change TclListObjRange() signature, using size_t for index argumen...jan.nijtmans2020-06-051-209/+215
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-05-241-244/+193
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-04-081-6/+6
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-03-201-4/+4
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-03-171-2/+1
| |\ \ \ \ \
| * | | | | | Complete implementation. Let's take some time for testing.jan.nijtmans2020-03-161-8/+10
| * | | | | | More WIPjan.nijtmans2020-03-161-13/+32
| * | | | | | Further simply TclIndexEncode(), and fix range checks.jan.nijtmans2020-03-161-46/+34
| * | | | | | Simplify TclIndexEncode(). Range checks not 100% correct yet. More WIP.jan.nijtmans2020-03-151-180/+168
| * | | | | | WIP: Reform internal representation of "end-offset" type, so it can be used f...jan.nijtmans2020-03-131-9/+18
* | | | | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-15/+15
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge 8.7jan.nijtmans2020-05-141-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-05-141-1/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-4/+5
* | | | | | | Merge 8.7jan.nijtmans2020-05-051-16/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-05-051-16/+16
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in...jan.nijtmans2020-05-051-22/+22
* | | | | | | Merge 8.7jan.nijtmans2020-04-241-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-201-31/+30
| | * | | | | Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-2/+2
| | |\ \ \ \ \
| | | * \ \ \ \ merge 8.5dgp2020-04-161-1/+1
| | | |\ \ \ \ \
| | | | * | | | | Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-161-1/+1
| | | * | | | | | Create and use an optimized macro TclUtfNext() for Tcl_UtfNext().dgp2020-04-141-1/+1
| | | |/ / / / /
| | * | | | | | TclTrimRight/TclTrimLeft: removed mixed declarations and code (forbidden in I...sebres2020-04-151-3/+4
| * | | | | | | Fix windows build (with older compilers)jan.nijtmans2020-04-141-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2020-04-141-226/+175
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2020-04-141-228/+176
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-232/+181
| | |\ \ \ \ \ | | | |/ / / /