summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introducedMiguel Sofer2007-04-191-2/+2
* * generic/tclInt.h (TclDecrRefCount): change the order of theMiguel Sofer2007-04-181-6/+7
* * 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
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-177-35/+35
* Always cast arg to ckfree to char*, not VOID*dkf2007-04-171-3/+3
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-165-1721/+1704
* * generic/tclCompCmds.c: added a cast to silence a compilerKevin B Kenny2007-04-151-2/+2
* * 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
* fixing commentsMiguel Sofer2007-04-111-4/+1
* * generic/tclCompCmds.c: moved all exceptDepth management to theMiguel Sofer2007-04-111-11/+15
* assorted minor cleanupdkf2007-04-101-12/+16
* Don't use C++ keywordsdkf2007-04-101-4/+4
* Reformat to standard function definition formdkf2007-04-101-24/+27
* Complete conversion to ANSI function definitionsdkf2007-04-101-3/+3
* Reformat to standard function definition form; don't use C++ keywordsdkf2007-04-101-7/+9
* Complete conversion to ANSI function definitionsdkf2007-04-101-3/+3
* Reformat to standard function definition formdkf2007-04-101-2/+5
* Complete conversion to ANSI function definitionsdkf2007-04-101-8/+8
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-1029-247/+258
* * generic/tclCompile (tclInstructionTable): fixed bugs inMiguel Sofer2007-04-081-6/+9
* * generic/tclCompile (tclInstructionTable): fixed bug inMiguel Sofer2007-04-071-2/+2
* * generic/tclExecute.c (TEBC): small code reduction.Miguel Sofer2007-04-071-25/+2
* * generic/tclExecute.c (TEBC):Miguel Sofer2007-04-063-450/+488
* Simplification of some argument processing through introduction of a helperdkf2007-04-051-26/+26
* Tighten up a commentdkf2007-04-051-8/+7
* added commentsMiguel Sofer2007-04-041-1/+5
* * generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802]Miguel Sofer2007-04-031-6/+24
* * generic/tclInt.decls: Moved TclGetNamespaceFromObj() toMiguel Sofer2007-04-034-7/+22
* * generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoReaddgp2007-04-031-7/+21
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-037-85/+630
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-029-102/+47
* Ensure that the count of commands commenced by bytecode is correct at all timesdkf2007-04-012-311/+569
* Minor simplification.dkf2007-04-011-11/+12
* * generic/tclCompile.c:dgp2007-03-301-7/+9
* * generic/tclCompExpr.c:dgp2007-03-301-13/+18
* * generic/tclCompCmds.c: Replace arrays on the C stack anddgp2007-03-301-43/+31
* * generic/tclCmdMZ.c: Revised [string to* $s $first $last]dgp2007-03-301-8/+4
* * generic/tclExecute.c: optimise the lookup of elements of indexedMiguel Sofer2007-03-301-11/+39
* * generic/tclProc.c (Tcl_ApplyObjCmd):Miguel Sofer2007-03-291-5/+1
* * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-283-38/+87
* * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls withdgp2007-03-271-12/+14
* * generic/tclBasic.c (DeleteInterpProc): pop the root frameMiguel Sofer2007-03-231-3/+4
* Reduce number of StackAlloc and StackFree calls.dgp2007-03-231-26/+16
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arraysdgp2007-03-221-39/+28
* * generic/tclExecute.c: Revised GrowEvaluationStack to take andgp2007-03-221-30/+31
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-215-66/+40
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-212-47/+39