summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
* | | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
| |_|_|/ |/| | |
* | | | [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 core-8-6-branch. Eliminate some unnecessary spacing.jan.nijtmans2016-05-131-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
* | | 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