summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-09-121-20/+2
|\
| * Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-2/+2
* | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-12/+11
* | More checks for exceeding max wordsapnadkarni2023-04-271-7/+8
* | Merge trunkapnadkarni2023-04-141-4/+4
|\ \
| * \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-4/+4
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-53/+53
|/ /
* | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-11/+11
* | Fix [da63e4c1e]: Crash in Tcl_WriteChars(). Make everything compile (again) w...jan.nijtmans2022-11-231-1/+1
|\ \ | |/
* | silence compiler warningdgp2022-10-041-1/+1
* | TIP #465: Change Rule 8 of the Dodekalogue to Cut Some Corner Casesjan.nijtmans2022-10-041-4/+26
|\ \
| * | Include TYPE_OPEN_PAREN in the comment.dgp2022-09-211-0/+1
| * | re-base to Tcl 9.0jan.nijtmans2022-09-081-4/+25
| |\ \ |/ / /
| * | merge 8.7dgp2018-10-171-1/+6
| |\ \
| * \ \ merge 8.7dgp2018-03-151-4/+4
| |\ \ \
| * | | | Deal with backslashes in ${...}, change "char" to "character" in error, fix t...avl2017-03-051-5/+13
| * | | | cherrypick 3bcf97f766: array index syntax done. ${...} not yet complete wrt ...avl2017-03-051-5/+18
* | | | | Merge 9.0jan.nijtmans2022-06-091-11/+12
|\ \ \ \ \
| * | | | | More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-9/+9
| * | | | | More progressjan.nijtmans2022-03-291-11/+11
| * | | | | More progressjan.nijtmans2022-03-181-1/+1
| * | | | | More int -> size_tjan.nijtmans2022-03-071-1/+2
| * | | | | More progressjan.nijtmans2022-03-061-20/+20
* | | | | | TIP #619 implementation. tests not working yetjan.nijtmans2022-03-031-3/+4
|/ / / / /
* | | | | 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
| |\ \ \ \ \ \ | | |/ / / / /