summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+3
* Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-1/+1
* Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-1/+1
|\
| * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-1/+1
| * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-4/+4
* | Merge 8.6jan.nijtmans2020-05-141-3/+3
|\ \ | |/
| * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-31/+31
* | More TCL_UNUSED().dgp2020-03-061-12/+5
* | Merge 8.7jan.nijtmans2020-01-071-1/+1
|\ \
| * | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s...jan.nijtmans2020-01-071-1/+1
* | | Merge 8.7jan.nijtmans2019-09-141-0/+23
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-09-121-2/+2
| |\ \ | | |/
| | * Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making...jan.nijtmans2019-09-121-2/+2
| * | merge 8.6dgp2019-09-111-0/+23
| |\ \ | | |/
| | * Expand acronym in comment.dgp2019-09-031-2/+2
| | * extends [fec0c17d39]: restrict nested compilations using same limit (interp r...sebres2019-08-301-0/+23
* | | Merge tip-548jan.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 tip-548jan.nijtmans2019-08-291-4/+7
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-30/+30
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-30/+30
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-25/+25
|\ \ \ | |/ /
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
|/ /
* | TIP 461: text comparison operators for [expr]dkf2019-06-151-0/+9
|\ \
| * | Start of implementation of string comparison operators.dkf2019-06-051-0/+9
* | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
|/ /
* | Compilation for [dict getwithdefault].dkf2019-04-181-0/+8
* | 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-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
|/ /
* | merge trunkdgp2017-03-171-0/+5
|\ \
| * \ 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
* | | merge trunkdgp2016-12-231-3/+6
|\ \ \ | |/ /
| * | more internal use of size_t in stead of int.jan.nijtmans2016-12-201-3/+6
* | | merge trunkdgp2016-11-281-1/+1
|\ \ \ | |/ /
| * | More internal use of size_t in stead of int.jan.nijtmans2016-11-211-1/+1
* | | merge trunkdgp2016-11-161-4/+4
|\ \ \ | |/ /
| * | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-4/+4
* | | merge trunkdgp2016-09-081-7/+15
|\ \ \ | |/ /
| * | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-7/+15
| |\ \ | | |/
| | * some more clean-upjan.nijtmans2016-09-051-6/+4
| | * Some patch clean-up, no change in functionalityjan.nijtmans2016-09-051-2/+2
| | * Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-021-3/+13
* | | Prefer removal of just known invalid interp over destruction of all intreps.dgp2016-07-121-1/+1
* | | merge trunkdgp2016-07-091-4/+4
|\ \ \ | |/ /