summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-09-031-18/+29
|\
| * Merge 8.6jan.nijtmans2019-09-031-18/+29
| |\
| | * closes [fec0c17d39]: fixed stack overflow (followed by SF) by compilation of ...sebres2019-08-291-18/+29
| | * Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-2/+2
* | | Merge 8.7jan.nijtmans2019-08-151-30/+30
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-30/+30
* | | Merge 8.7jan.nijtmans2019-06-151-0/+9
|\ \ \ | |/ /
| * | TIP 461: text comparison operators for [expr]dkf2019-06-151-0/+9
| |\ \
| | * | Start of implementation of string comparison operators.dkf2019-06-051-0/+9
* | | | Merge 8.7jan.nijtmans2019-06-121-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
| |/ /
* | | merge 8.7dkf2019-04-191-0/+8
|\ \ \ | |/ /
| * | Compilation for [dict getwithdefault].dkf2019-04-181-0/+8
* | | Rollback an (int -> size_t) conversion that doesn't yet make sense.dgp2019-04-031-4/+3
* | | Minor code cleanup: More use of size_t where possible, and elimination of unn...jan.nijtmans2019-03-291-9/+10
* | | 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-2/+2
|\ \ \ | |/ /
| * | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt...jan.nijtmans2019-02-271-2/+2
| |\ \
| | * | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca...jan.nijtmans2019-02-251-2/+2
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-5/+5
| |/ /
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-15/+14
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | Implement TIP 445dgp2018-11-131-13/+19
|\ \ \ | |/ /
| * | merge trunkdgp2017-03-171-0/+5
| |\ \
| * \ \ merge trunkdgp2016-12-231-3/+6
| |\ \ \
| * \ \ \ merge trunkdgp2016-11-281-1/+1
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2016-11-161-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2016-09-081-7/+15
| |\ \ \ \ \ \
| * | | | | | | Prefer removal of just known invalid interp over destruction of all intreps.dgp2016-07-121-1/+1
| * | | | | | | merge trunkdgp2016-07-091-4/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2016-06-171-1/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2016-05-131-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2016-05-101-3/+4
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | typodgp2016-04-291-1/+1
| * | | | | | | | | | | more revisionsdgp2016-04-291-9/+14
| |/ / / / / / / / / /
* | | | | | | | | | | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-1/+1
* | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-53/+53
|\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-1/+1
* | | | | | | | | | | | Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-16/+16
* | | | | | | | | | | | Merge trunkjan.nijtmans2018-04-151-19/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Remove disabled code and reformat.dgp2018-03-061-18/+0
| * | | | | | | | | | | Convert macros to enums - constrained by need for matching table.dgp2018-03-061-8/+8
* | | | | | | | | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | merge core-8-branch. Also change some internal refCount's from int to size_t.jan.nijtmans2017-12-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Remove extra.unused2 field from struct Interp. It really is unused ...jan.nijtmans2017-11-141-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+5
* | | | | | | | | more internal use of size_t in stead of int.jan.nijtmans2016-12-201-3/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | More internal use of size_t in stead of int.jan.nijtmans2016-11-211-1/+1
| |_|_|_|_|_|/ |/| | | | | |