summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2014-02-111-0/+1
|\
| * [a4494e28ed] Use flag bit instead of NULL pointer to suppressdgp2014-02-061-0/+1
| |\
| | * Change the flag value to avoid merge conflict with trunk.dgp2014-02-061-1/+1
| | * [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-061-0/+1
* | | merge trunkjan.nijtmans2014-02-061-0/+2
|\ \ \ | |/ /
| * | Simplify the core output operations of channels. Reduce duplicative and dead ...dgp2014-02-041-0/+2
| |\ \ | | |/
| | * Refactor WriteChars() and WriteBytes() into simple wrappers of a commondgp2014-01-301-0/+2
* | | merge trunkjan.nijtmans2014-02-031-0/+3
|\ \ \ | |/ /
| * | merge principal development branchdkf2014-01-251-0/+6
| |\ \
| * \ \ merge main working branchdkf2014-01-071-1/+0
| |\ \ \
| * \ \ \ merge main working branchdkf2014-01-021-0/+4
| |\ \ \ \
| * \ \ \ \ merge main working branchdkf2013-12-301-164/+140
| |\ \ \ \ \
| * \ \ \ \ \ merge main dev branchdkf2013-01-031-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge main dev branchdkf2012-11-051-0/+27
| |\ \ \ \ \ \ \
| * | | | | | | | Work on compilation of [string is].dkf2012-11-021-0/+3
* | | | | | | | | merge trunkjan.nijtmans2014-01-231-0/+39
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | implementation of [yieldto] in bytecodedkf2014-01-211-0/+3
| * | | | | | | | added compilation for [nextto]dkf2014-01-191-0/+3
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | make function static once more; not needed outside of source filedkf2014-01-071-1/+0
| | |_|_|_|/ / | |/| | | | |
| * | | | | | merge main working branchdkf2013-12-301-164/+140
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | implement [namespace origin] in bytecodedkf2013-12-301-0/+3
| | * | | | | merge trunkdkf2013-12-231-1/+8
| | |\ \ \ \ \
| | * | | | | | simple compilation of [string replace]dkf2013-12-121-0/+3
| | * | | | | | merge trunkdkf2013-11-191-2/+3
| | |\ \ \ \ \ \
| | * | | | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-0/+9
| | * | | | | | | First step in compiling [concat]: the trivial cases.dkf2013-10-241-0/+3
| | * | | | | | | Added 'linsert' compiler. Factored out constant list index parser.dkf2013-10-051-0/+3
| | * | | | | | | First attempt at [string trim] compilation.dkf2013-09-301-0/+9
| * | | | | | | | merge main dev branchdkf2013-01-031-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | merge main dev branchdkf2012-11-051-0/+21
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | merge dkf-compile-misc-infodkf2012-11-021-0/+6
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Working towards a BCCed [next].dkf2012-11-011-0/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | merge trunkjan.nijtmans2013-12-191-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimizemig2013-12-181-1/+8
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | merge trunkjan.nijtmans2013-11-241-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ot...max2013-11-181-2/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | merge trunkjan.nijtmans2013-09-271-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [219226]: Rewrote how ::env is synchronized to the environment so it no longerdkf2013-09-271-0/+2
* | | | | | | merge trunkdgp2013-09-211-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | New internal eval flag value so that all TclNREvalObjv() callers thatbug_2502002dgp2013-08-291-0/+1
| * | | | | | merge trunkdgp2013-08-141-63/+50
| |\ \ \ \ \ \
| * | | | | | | New internal routine TclNRInvoke() - NR-enabled path through the machinerydgp2013-04-111-0/+1
* | | | | | | | merge trunkjan.nijtmans2013-08-141-38/+27
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Consolidate some helper routines.dgp_bye_ctx_eval_flagdgp2013-08-141-2/+0
| * | | | | | | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers todgp2013-08-121-5/+3
| * | | | | | | Arrange for both execution traces and [info frame] to get their pre-substdgp2013-08-101-0/+5
| * | | | | | | All use of the evalFlag value TCL_EVAL_CTX is unused by the code anddgp2013-08-061-1/+0
| * | | | | | | Drop TCL_LOCATION_EVAL_LIST now that it is unused.dgp_bye_location_eval_listdgp2013-08-061-4/+0
| * | | | | | | Eliminate the union that is no longer needed.dgp2013-08-061-6/+2
| * | | | | | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears todgp2013-08-061-22/+19