summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
* | | merge trunkdgp2016-06-171-1/+3
|\ \ \ | |/ /
| * | [4b61afd660] Allow [info frame] to record line info for substituted command n...dgp2016-06-161-1/+3
| |\ \ | | |/
| | * [4b61afd660] Allow [info frame] to record line info for substituted command n...dgp2016-06-161-1/+3
| | |\
| | | * [4b61afd660] Allow [info frame] to record line info for substituted command n...dgp2016-06-161-1/+3
| | | |\
| | | | * Improve fix and add test.dgp2016-06-161-5/+2
| | | | * Corrects reported bug, but makes many tests fail. Something subtle aboutdgp2016-06-101-0/+4
| | | |/
| | | * [e711ffb458] Replace TclIsLocalScalar() (which does the wrong thing).... withdgp2014-12-091-2/+2
* | | | merge trunkdgp2016-05-131-1/+1
|\ \ \ \ | |/ / /
| * | | Merge core-8-6-branch. Eliminate some unnecessary spacing.jan.nijtmans2016-05-131-1/+1
| |\ \ \ | | |/ /
* | | | merge trunkdgp2016-05-101-3/+4
|\ \ \ \ | |/ / /
* | | | typodgp2016-04-291-1/+1
* | | | more revisionsdgp2016-04-291-9/+14
|/ / /
* | | Parameterize TclInitByteCodeObj to callers sense of typePtr.dgp2016-04-291-6/+6
* | | Make obj-free bytecode maker available to rest of compile-related files.dgp2016-04-291-1/+2
* | | Tease apart the bytecode creation machinery from the Tcl_Obj intrep machinery.dgp2016-04-291-35/+57
* | | Refactor bytecode initialization machinery.dgp2016-04-291-23/+24
* | | Refactor bytecode cleanup.dgp2016-04-221-14/+27
|/ /
* | [ae38befcfb] Rewrite TclGetInnermostExceptionRange() for fewer iterations.dgp2016-03-171-11/+10
* | Remove unused static function definitionjan.nijtmans2015-12-151-1/+0
* | make some MODULE_SCOPE symbols staticjan.nijtmans2015-12-151-33/+0
* | Eliminate AuxDataType table: since this table only contains 4 constant entrie...jan.nijtmans2015-12-151-146/+10
* | Fix more problems with break and continue in for-step clauses.dkf2015-08-021-10/+11
* | Fix Coverity CID 1251203: break vs continue in for-step clausedkf2015-08-011-1/+1
* | Implement TIP 436: Improve TclOO isa Introspectiondkf2015-07-101-3/+3
|\ \
* | | Revert refcount changes that were not cosmetic.dgp2015-07-021-1/+1
* | | Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-6/+6
|/ /
* | Consistancy in refcount management.jan.nijtmans2015-06-301-2/+2
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...jan.nijtmans2015-06-301-9/+7