summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* merge updates from HEADdgp2007-11-131-3/+3
* merge updates from HEADdgp2007-11-121-36/+88
* merge updates from HEADdgp2007-10-241-2/+2
* merge updates from HEADdgp2007-10-171-5/+9
* merge updates from HEADdgp2007-09-171-13/+16
* merge updates from HEADdgp2007-09-141-1/+31
* merge updates from HEADdgp2007-09-111-11/+26
* merge updates from HEADdgp2007-09-101-11/+2
* merge updates from HEADdgp2007-09-091-1/+17
* merge updates from HEADdgp2007-09-091-1/+4
* merge updates from HEADdgp2007-09-061-17/+1
* merge updates from HEADdgp2007-09-041-426/+812
* merge updates from HEADdgp2007-07-011-237/+1
* merge updates from HEADdgp2007-06-271-8/+7
* merge updates from HEADdgp2007-06-251-9/+38
* merge updates from HEADdgp2007-06-211-9/+51
* merge updates from HEADdgp2007-06-191-20/+21
* merge updates from HEADdgp2007-06-171-136/+173
* merge updates from HEADdgp2007-06-161-36/+39
* merge updates from HEADdgp2007-06-151-9/+3
* merge updates from HEADdgp2007-06-141-14/+5
* merge updates from HEADdgp2007-06-121-65/+149
* merge updates from HEADdgp2007-06-051-182/+278
* suppress compiler warnings about values computed and not useddgp2007-05-171-3/+3
* Added macro version of Tcl_LimitReady.dkf2007-05-171-65/+94
* Better const correctnessdkf2007-05-111-4/+4
* * generic/tclExecute.c (TclExecuteByteCode): Plugged six memoryKevin B Kenny2007-04-241-1/+7
* * generic/tclCkalloc.c: fix warnings from gcc build configured withdas2007-04-231-21/+20
* * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introducedMiguel Sofer2007-04-191-2/+2
* * generic/tclExecute.c: slight changes in Tcl_Obj management.Miguel Sofer2007-04-181-22/+28
* * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212]Miguel Sofer2007-04-171-8/+11
* Always cast arg to ckfree to char*, not VOID*dkf2007-04-171-3/+3
* * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP thatMiguel Sofer2007-04-141-8/+6
* removed stray '//'Miguel Sofer2007-04-111-2/+2
* * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS,Miguel Sofer2007-04-111-141/+145
* Complete conversion to ANSI function definitionsdkf2007-04-101-3/+3
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+4
* * generic/tclExecute.c (TEBC): small code reduction.Miguel Sofer2007-04-071-25/+2
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-061-291/+308
* * generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802]Miguel Sofer2007-04-031-6/+24
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-1/+126
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-2/+1
* Ensure that the count of commands commenced by bytecode is correct at all timesdkf2007-04-011-303/+543
* * generic/tclExecute.c: optimise the lookup of elements of indexedMiguel Sofer2007-03-301-11/+39
* * generic/tclExecute.c: Revised GrowEvaluationStack to take andgp2007-03-221-30/+31
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-20/+11
* Fix trivial error in comment.dkf2007-03-201-2/+2
* * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copydgp2007-03-121-3/+5
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-021-26/+23
* various "const" additions, in line with TIP #27nijtmans2007-02-201-68/+69