summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge 8.7jan.nijtmans2020-01-201-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge 8.7jan.nijtmans2019-12-031-5/+18
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge 8.7jan.nijtmans2019-11-151-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge 8.7jan.nijtmans2019-12-031-8/+13
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2019-12-031-8/+13
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ...jan.nijtmans2019-12-031-8/+13
* | | | | | | Merge 8.7jan.nijtmans2019-12-021-0/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2019-12-021-0/+8
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | |
| | * | | | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they app...jan.nijtmans2019-12-021-0/+10
| | * | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-4/+4
* | | | | | Merge 8.7jan.nijtmans2019-08-151-13/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2019-08-141-2/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-22/+22
| | |_|/ / | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-08-021-2/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-2/+1
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-03-241-2/+2
|\ \ \ \ | |/ / /
| * | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-241-2/+2
* | | | Merge 8.7jan.nijtmans2019-02-271-4/+4
|\ \ \ \ | |/ / /
| * | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt...jan.nijtmans2019-02-271-4/+4
| |\ \ \
| | * | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-2/+2
| | * | | Minor optimizationsjan.nijtmans2019-02-191-3/+3
| * | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | | | Merge 8.7jan.nijtmans2019-02-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-02-191-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-1/+1
* | | | Merge 8.7jan.nijtmans2019-01-261-44/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-44/+3
| |\ \ \ | | |/ /
| | * | Replace isspace() -> TclIsSpaceProc() _everywhere_. jan.nijtmans2019-01-261-2/+2
* | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-1/+1
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | | Merge 8.7jan.nijtmans2018-11-241-3/+3
|\ \ \ \ | |/ / /
| * | | comment typo'sjan.nijtmans2018-11-241-3/+3
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-9/+9
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-4/+4
|\ \ \ \ | |/ / /
* | | | Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-1/+1
* | | | Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-16/+16
* | | | Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-23/+19
* | | | More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-5/+9
* | | | merge trunkjan.nijtmans2018-06-271-1/+6
|\ \ \ \ | |/ / /
| * | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ...jan.nijtmans2018-06-241-0/+1
| * | | Merge 8.6. And add more documentation and test-cases regarding the behavior o...jan.nijtmans2018-06-181-6/+4
| |\ \ \ | | |/ /
| | * | Fix [53cad613d8]: TIP 389 implementation makes Tk tests font-4.12 and font-4....jan.nijtmans2018-06-181-7/+5
| * | | merge 8.6jan.nijtmans2018-06-171-0/+6
| |\ \ \ | | |/ /
| | * | Fix [53cad613d8a4de166e680f09a6c6399ebddbc17c|53cad613d8]: TIP 389 implementa...jan.nijtmans2018-06-171-0/+8
* | | | Some more complient API changesjan.nijtmans2018-02-061-2/+3
* | | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-4/+5
|/ / /
* | | merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
|\ \ \ | |/ /
| * | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | | merge core-8-6-branchjan.nijtmans2017-05-291-2/+2
|\ \ \ | |/ /
| * | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-2/+2