summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
Commit message (Expand)AuthorAgeFilesLines
* Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-241-2/+2
* 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.6jan.nijtmans2019-02-191-1/+1
|\ \ | |/ |/|
* | 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
* | comment typo'sjan.nijtmans2018-11-241-3/+3
* | 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
* | 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
* | Merge core-8-6-branchjan.nijtmans2017-03-071-1/+1
|\ \ | |/
| * Remove "makefile.bc". Not updated for many-many years, most likely it doesn't...jan.nijtmans2017-03-071-1/+1
* | ParseTokens failed to fully respect its numBytes argument.dgp2017-02-271-1/+4
|\ \ | |/
| * ParseTokens failed to fully respect its numBytes argument.dgp2017-02-271-1/+4
| |\
| | * ParseTokens failed to fully respect its numBytes argument.dgp2017-02-271-1/+4
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-1/+1
* | | Re-order loop for fewer gotos.dgp2016-06-271-46/+36
* | | Stop parsing white space where there cannot be any.dgp2016-06-271-41/+28
* | | Streamline comment parsing.dgp2016-06-271-34/+33
|/ /
* | typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* | Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
|\ \ | |/
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
| * With no callers left, TclIsLocalScalar() is removed.dgp2014-12-191-50/+0
* | Eliminate TclIsLocalScalar(). No callers left.dgp2014-12-231-50/+0
* | [d2ffcca163] Limit parsing results that are documented to accept only ASCII c...dgp2014-12-051-17/+46
|\ \ | |/
| * Stop using isalnum(.). Its results are not portable. Replace with ourdgp2014-12-041-4/+43
| * I like this patch better. Retain the byte orientation of the parser.dgp2014-11-261-17/+4
| * One way to fix the parser of $-substitution accepting non-ASCII varnames.dgp2014-11-251-0/+3
* | Error in order of #include lines broke some windows builds.dgp2013-09-051-1/+1
* | Replace potentially memleak creating safety check of a "cannot happen"dgp2013-08-071-8/+6
* | Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+1
|\ \ | |/
| * Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+1
* | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (c...jan.nijtmans2012-12-041-1/+1
* | more result generation conversiondkf2012-08-031-2/+2
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-13/+16
* | Refactor TclScanElement() part of list parsing to take advantage of tablesdgp2012-03-071-12/+2
* | TIP 388 implementationjan.nijtmans2011-08-121-3/+12
* | Change the signature of TclParseHex(), such that it can now parse up to 8 hex...jan.nijtmans2011-08-091-9/+11
* | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-1/+1
|\ \ | |/
* | Revised TclFindElement() interface.dgp2011-05-021-24/+18
|\ \ | |/
| * Tests for expanded literals quoting detection.dgp2011-05-021-3/+5