| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | [219226]: Rewrote how ::env is synchronized to the environment so it no longer | dkf | 2013-09-27 | 1 | -0/+2 |
|
|
| * | | | | | | New internal eval flag value so that all TclNREvalObjv() callers thatbug_2502002 | dgp | 2013-08-29 | 1 | -0/+1 |
|
|
| * | | | | | | merge trunk | dgp | 2013-08-14 | 1 | -63/+50 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Consolidate some helper routines.dgp_bye_ctx_eval_flag | dgp | 2013-08-14 | 1 | -2/+0 |
|
|
| | * | | | | | | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to | dgp | 2013-08-12 | 1 | -5/+3 |
|
|
| | * | | | | | | Arrange for both execution traces and [info frame] to get their pre-subst | dgp | 2013-08-10 | 1 | -0/+5 |
|
|
| | * | | | | | | All use of the evalFlag value TCL_EVAL_CTX is unused by the code and | dgp | 2013-08-06 | 1 | -1/+0 |
|
|
| | * | | | | | | Drop TCL_LOCATION_EVAL_LIST now that it is unused.dgp_bye_location_eval_list | dgp | 2013-08-06 | 1 | -4/+0 |
|
|
| | * | | | | | | Eliminate the union that is no longer needed. | dgp | 2013-08-06 | 1 | -6/+2 |
|
|
| | * | | | | | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to | dgp | 2013-08-06 | 1 | -22/+19 |
|
|
| | * | | | | | | Eliminate the litInfo table and all the code tending to its care and feeding. | dgp | 2013-07-16 | 1 | -1/+1 |
|
|
| | * | | | | | | Fix compiler warning when compiling Itcl 4.0: | jan.nijtmans | 2013-07-03 | 1 | -3/+2 |
|
|
| | * | | | | | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). | jan.nijtmans | 2013-06-25 | 1 | -8/+0 |
|
|
| | * | | | | | | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,... | jan.nijtmans | 2013-06-21 | 1 | -1/+1 |
|
|
| | * | | | | | | Better place to put vsnprintf switch, so it is usable by all *.c files. | jan.nijtmans | 2013-06-18 | 1 | -2/+5 |
|
|
| | * | | | | | | On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms... | jan.nijtmans | 2013-06-17 | 1 | -1/+1 |
|
|
| | * | | | | | | split off TclInitStubTable() as separate function - which does the actual stu... | jan.nijtmans | 2013-06-16 | 1 | -0/+8 |
|
|
| | * | | | | | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 1 | -0/+1 |
| | |\ \ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | | |
|
| | | * | | | | | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | jan.nijtmans | 2013-05-21 | 1 | -0/+1 |
|
|
| | * | | | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (... | dkf | 2013-05-15 | 1 | -0/+4 |
|
|
| | * | | | | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -19/+10 |
| | |\ \ \ \ \ \
| | | |/ / / / / |
|
| * | | | | | | | New internal routine TclNRInvoke() - NR-enabled path through the machinery | dgp | 2013-04-11 | 1 | -0/+1 |
| |/ / / / / / |
|
| * | | | | | | LimitHandler struct used only locally. Remove from tclInt.h | dgp | 2013-02-25 | 1 | -29/+0 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | LimitHandler struct used only locally. Remove from tclInt.h. | dgp | 2013-02-25 | 1 | -29/+0 |
|
|
| * | | | | | | Remove unused struct InterpList. | dgp | 2013-02-25 | 1 | -11/+0 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Remove unused struct InterpList. | dgp | 2013-02-25 | 1 | -11/+0 |
|
|
| * | | | | | | Array Search struct used only locally. Remove from tclInt.h. | dgp | 2013-02-25 | 1 | -24/+0 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | ArraySearch struct used only locally. Remove from tclInt.h. | dgp | 2013-02-25 | 1 | -24/+0 |
|
|
| * | | | | | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | jan.nijtmans | 2013-02-04 | 1 | -0/+1 |
|
|
| * | | | | | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -5/+5 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -3/+3 |
|
|
| * | | | | | | Name functions according to 'what' instead of 'how' in the [tailcall] | mig | 2013-01-11 | 1 | -2/+5 |
|
|
| * | | | | | | tailcall now running in a simpler model, with no eval-flags and no nre-stack ... | mig | 2013-01-10 | 1 | -33/+3 |
|
|
| * | | | | | | Improve code generation for many simple core ensemble subcommands. | dkf | 2013-01-04 | 1 | -0/+36 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -0/+36 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects. | mig | 2013-01-04 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | merge main dev branch | dkf | 2013-01-03 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | merge main dev branch | dkf | 2012-11-05 | 1 | -0/+27 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunk | dkf | 2012-11-05 | 1 | -0/+9 |
|
|
| * | | | | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -0/+9 |
|
|
| * | | | | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 1 | -0/+3 |
| | |_|/
| |/| | |
|
| * | | | Added more TclOO introspection bytecodes ([info object class], [info object n... | dkf | 2012-11-02 | 1 | -0/+6 |
| | |/
| |/| |
|
* | | | Work on compilation of [string is]. | dkf | 2012-11-02 | 1 | -0/+3 |
|/ / |
|
* | | Added compilation of [tailcall]. Not a particularly efficient compilation tho... | dkf | 2012-11-01 | 1 | -0/+4 |
|
|
* | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -0/+6 |
|
|
* | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 1 | -2/+5 |
|
|
* | | Compilation of [string first] and [string range] (with constant indices). | dkf | 2012-10-30 | 1 | -0/+6 |
|
|
* | | Added compilation of [regsub] (in the simplest, most restricted case). | dkf | 2012-10-30 | 1 | -0/+3 |
|
|
* | | Added compilation of simplest practical case of [string map]. | dkf | 2012-10-29 | 1 | -0/+3 |
|
|