summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | restore all #ifdef TCL_WIDE_INT_IS_LONG, which were accidently removed in [19...jan.nijtmans2013-08-141-0/+4
* | | merge trunkjan.nijtmans2013-07-231-1/+1
|\ \ \ | |/ /
| * | Eliminate the litInfo table and all the code tending to its care and feeding.dgp2013-07-161-1/+1
* | | merge trunkjan.nijtmans2013-07-041-3/+2
|\ \ \ | |/ /
| * | Fix compiler warning when compiling Itcl 4.0:jan.nijtmans2013-07-031-3/+2
* | | merge trunkjan.nijtmans2013-06-251-8/+0
|\ \ \ | |/ /
| * | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).jan.nijtmans2013-06-251-8/+0
| * | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,...jan.nijtmans2013-06-211-1/+1
* | | merge trunkjan.nijtmans2013-06-181-2/+13
|\ \ \ | |/ /
| * | Better place to put vsnprintf switch, so it is usable by all *.c files. jan.nijtmans2013-06-181-2/+5
| * | On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms...jan.nijtmans2013-06-171-1/+1
| * | split off TclInitStubTable() as separate function - which does the actual stu...jan.nijtmans2013-06-161-0/+8
* | | merge trunkjan.nijtmans2013-05-281-0/+1
|\ \ \ | |/ /
| * | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-0/+1
| |\ \
| | * | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-0/+1
* | | | merge trunkjan.nijtmans2013-05-151-0/+4
|\ \ \ \ | |/ / /
| * | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (...dkf2013-05-151-0/+4
* | | | merge trunkjan.nijtmans2013-05-061-4/+0
|\ \ \ \ | |/ / /
* | | | Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_I...jan.nijtmans2013-04-231-11/+2
|\ \ \ \ | |/ / /
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-19/+10
| |\ \ \ | | |/ / | | | / | | |/ | |/|
* | | merge trunk. jan.nijtmans2013-02-271-29/+0
|\ \ \ | |/ /
| * | LimitHandler struct used only locally. Remove from tclInt.hdgp2013-02-251-29/+0
| |\ \ | | |/
| | * LimitHandler struct used only locally. Remove from tclInt.h.dgp2013-02-251-29/+0
* | | merge trunk. jan.nijtmans2013-02-251-35/+0
|\ \ \ | |/ /
| * | Remove unused struct InterpList.dgp2013-02-251-11/+0
| |\ \ | | |/
| | * Remove unused struct InterpList.dgp2013-02-251-11/+0
| * | Array Search struct used only locally. Remove from tclInt.h.dgp2013-02-251-24/+0
| |\ \ | | |/
| | * ArraySearch struct used only locally. Remove from tclInt.h.dgp2013-02-251-24/+0
* | | Merge trunk. jan.nijtmans2013-02-081-28/+2
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2013-02-041-0/+1
|\ \ \ | |/ /
| * | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-0/+1
* | | merge trunkjan.nijtmans2013-02-031-5/+5
|\ \ \ | |/ /
| * | merge core-8-5-branchjan.nijtmans2013-01-311-5/+5
| |\ \ | | |/
| | * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-3/+3
* | | merge trunkjan.nijtmans2013-01-121-34/+7
|\ \ \ | |/ /
| * | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-2/+5