summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate "register" keyword usage from all header-files (and also correspond...jan.nijtmans2019-07-251-2/+2
* Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-301-1/+1
* Start of implementation of string comparison operators.dkf2019-06-051-1/+7
* Compilation for [dict getwithdefault].dkf2019-04-181-1/+3
* New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-1/+1
* merge 8.7dgp2018-10-181-1/+1
|\
| * Merge 8.6jan.nijtmans2018-09-281-1/+1
| |\
| | * Another patch contributed by Gustaf Neumann: shifting negative numbers is und...jan.nijtmans2018-09-281-1/+1
* | | merge 8.7dgp2018-03-101-7/+2
|\ \ \ | |/ /
| * | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-7/+2
| |\ \ | | |/
| | * Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-2/+2
| | * Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-9/+0
| | * Establish 4 symbols for categories of parsed index values:dgp2018-03-071-1/+3
| | * try to fix [db36fa5122]: better compiled variants of several indices-related ...sebres2018-03-061-2/+4
* | | merge 8.7dgp2018-03-051-0/+7
|\ \ \ | |/ /
| * | merge 8.6dgp2018-03-011-0/+7
| |\ \ | | |/
| | * Refactor to eliminate duplicate routine parsing tokens as indices.dgp2018-03-011-0/+7
* | | merge 8.7dgp2017-12-191-2/+2
|\ \ \ | |/ /
| * | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from...jan.nijtmans2017-12-191-2/+2
| * | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-1/+1
* | | merge trunkdgp2017-05-151-12/+12
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-05-091-12/+12
| |\ \ | | |/
| | * Let local variables declared from within macro's always start with underscore...jan.nijtmans2017-05-091-12/+12
* | | merge trunkdgp2017-03-171-1/+3
|\ \ \ | |/ /
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-1/+3
| |\ \ | | |/
| | * Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-1/+3
* | | merge trunkdgp2017-02-161-1/+1
|\ \ \ | |/ /
| * | More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-151-1/+1
* | | merge trunkdgp2016-11-281-1/+1
|\ \ \ | |/ /
| * | Make compileEpoch "unsigned int", and start counting at 1.jan.nijtmans2016-11-241-1/+1
* | | merge trunkdgp2016-09-081-26/+4
|\ \ \ | |/ /
| * | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-26/+4
| |\ \ | | |/
| | * Some patch clean-up, no change in functionalityjan.nijtmans2016-09-051-2/+2
| | * Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-021-2/+3
* | | more revisionsdgp2016-04-291-0/+10
* | | merge trunkdgp2016-04-291-2/+3
|\ \ \ | |/ /
| * | Parameterize TclInitByteCodeObj to callers sense of typePtr.dgp2016-04-291-2/+2
| * | Make obj-free bytecode maker available to rest of compile-related files.dgp2016-04-291-0/+1
* | | repair mergedgp2016-04-221-0/+7
|/ /
* | Refactor bytecode cleanup.dgp2016-04-221-1/+2
|/
* More places where unsigned quantities should be decared such.dgp2016-03-221-1/+1
* Don't compare signed and unsigned. Get types right.dgp2016-03-221-2/+2
* make some MODULE_SCOPE symbols staticjan.nijtmans2015-12-151-11/+0
* Eliminate AuxDataType table: since this table only contains 4 constant entrie...jan.nijtmans2015-12-151-2/+0
* Member field which should not have been const, because it is dynamically allo...jan.nijtmans2015-06-231-3/+3
|\
* | Convert the LocalScalar*() macros to rest on TclPushVarName rather than ondgp2014-12-221-4/+6
* | Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd]Miguel Sofer2014-09-271-12/+0
* | merge trunkKevin B Kenny2014-08-021-1/+6
|\ \
| * | [b43f2b49f7] New compilation strategy for lappend that allows multi-valuedkf2014-07-181-1/+6