summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
* More int -> size_tjan.nijtmans2022-03-071-1/+2
* More progressjan.nijtmans2022-03-061-20/+20
* Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-1/+1
|\
| * Merge 8.7jan.nijtmans2020-12-131-2/+2
| |\
| * \ Merge 8.7jan.nijtmans2020-10-141-22/+19
| |\ \
| * | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-4/+4
* | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-2/+2
|\ \ \ \ | | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ \ | |/ / /
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | | Merge 8.7jan.nijtmans2020-11-181-5/+5
|\ \ \ \ | |/ / /
| * | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants...jan.nijtmans2020-11-181-5/+5
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2020-10-091-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. Don't inline functions which are too big to be inlined (according ...jan.nijtmans2020-10-091-2/+2
| |\ \
* | \ \ Merge 8.7jan.nijtmans2020-09-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-011-1/+1
| |\ \ \ | | |/ /
| | * | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
| | * | Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This c...jan.nijtmans2020-07-101-0/+2
* | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-19/+16
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-06-041-19/+16
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * merge 8.5sebres2020-06-021-19/+16
| | |\
| | | * avoid segfault if Tcl_FreeParse, if parse structure remains uninitialized (pa...sebres2020-06-021-19/+16
* | | | Merge 8.7jan.nijtmans2020-05-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-05-061-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.5. More usage of UCHAR() macro.jan.nijtmans2020-05-061-1/+1
| | |\ \ | | | |/
| | * | Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commi...jan.nijtmans2020-05-031-13/+10
* | | | Merge 8.7jan.nijtmans2020-04-281-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-281-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2020-04-281-2/+2
| | |\ \ | | | |/
| | | * Fix [b6038e5bc8]: mis-parse of surrogate pair escapes. Thanks Don!jan.nijtmans2020-04-281-2/+2
| | | |\
| | | | * Proposed fix.dgp2020-04-281-2/+2
| | |_|/ | |/| |
| | * | Merge 8.5jan.nijtmans2020-04-281-3/+3
| | |\ \ | | | |/
| | | * Backport parsing of surrogate-pair change from 8.6 (only for TCL_UTF_MAX=4)jan.nijtmans2020-04-281-3/+15
* | | | Merge 8.7jan.nijtmans2020-04-241-6/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6 (Except encoding-12.6 test-case still to be handled)jan.nijtmans2020-04-241-6/+8
| |\ \ \ | | |/ /
| | * | Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be realdgp2020-04-241-6/+8
| | |\ \ | | | |/
| | | * Add protections against overflow in Unicode values. Backported from 8.6. Also...jan.nijtmans2020-04-241-64/+88
* | | | Merge 8.7jan.nijtmans2020-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+1
| | |\ \ | | | |/
| | | * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
* | | | Merge 8.7jan.nijtmans2020-03-181-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-181-1/+1
| |\ \ \ | | |/ /
| | * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-1/+1
* | | | Merge 8.7jan.nijtmans2020-02-281-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-1/+1
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-12-031-5/+18
| |\ \ \ \
| * \ \ \ \ Merge tip-548jan.nijtmans2019-08-151-22/+22
| |\ \ \ \ \
| * \ \ \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-2/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
| |/ / / / / / /