summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Full bytecode compilation for [lassign]dkf2004-01-181-1/+120
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-6/+17
* * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewerMiguel Sofer2004-01-121-4/+18
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-14/+14
* Miguel's masking bits had the wrong sense. I should have spotteddkf2003-11-161-2/+2
* D'oh! instructionCount is post-incremented, not pre-incremented...dkf2003-11-161-3/+4
* Miguel Sofer's patch (with small revisions) to make sure the bytecode enginedkf2003-11-161-1/+36
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-13/+113
* * generic/tclExecute.c (NEXT_INST macros): replaced macro variableMiguel Sofer2003-10-281-10/+10
* Removed variables that are no longer used.dgp2003-10-211-2/+1
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-7/+6
* fix for [Bug 816641] - faulty execution and catch stack management.Miguel Sofer2003-10-041-19/+16
* fix failure of previous commit on Alpha platformMiguel Sofer2003-09-231-26/+18
* * generic/tclExecute.c:Miguel Sofer2003-09-231-158/+146
* * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all ca...Miguel Sofer2003-09-191-17/+77
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-11/+200
* * generic/tclexecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):Miguel Sofer2003-08-051-4/+30
* Modified expression of tests and added comments for easier understandingdgp2003-06-271-7/+40
* fix for previous commitMiguel Sofer2003-06-101-1/+2
* * generic/tclBasic.c:Miguel Sofer2003-06-101-3/+5
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-2/+11
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-281-27/+56
* * generic/tclExecute.c (ExprCallMathFunc): remove incorrecthobbs2003-04-181-2/+2
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-190/+63
* * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] faileddgp2003-04-011-1/+2
* * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix fordgp2003-03-191-1/+3
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-11/+1
* * generic/tclCompile.c (TclCompileExprWords): remove unusedMiguel Sofer2003-02-191-3/+1
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):hobbs2003-02-181-3/+9
* * generic/tclExecute.c (TclExecuteByteCode): When anmdejong2003-02-061-1/+2
* * generic/tclExecute.c (TclExprFloatError): Use the IS_NAN macrodgp2003-01-081-2/+2
* * generic/tclExecute.c (TclExecuteByteCode): improve INST_STR_CMPhobbs2002-11-121-10/+19
* Removing more CONST-related warnings.dkf2002-09-241-11/+12
* * generic/tclExecute.c: bugfix (reading freed memory). TestsuiteMiguel Sofer2002-08-011-22/+18
* * generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects,Miguel Sofer2002-08-011-19/+73
* Comment formatting fixesdkf2002-07-311-46/+46
* * generic/tclExecute.c: fixed Tcl_Obj leak in code correspondingMiguel Sofer2002-07-271-2/+2
* * generic/tclExecute.c:Miguel Sofer2002-07-261-6/+55
* * generic/tclExecute.c: restoring full TCL_COMPILE_DEBUGMiguel Sofer2002-07-241-239/+117
* * generic/tclExecute.c: restoring the tcl_traceCompile functionalityMiguel Sofer2002-07-241-1/+7
* Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000]dkf2002-07-221-2/+19
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-7/+6
* Minor changes to make things build with SunPro CC...dkf2002-07-171-2/+6
* variable access optimisationsMiguel Sofer2002-07-171-240/+410
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-1/+9
* Fix for bug 579284; registered math funcs can now correctly return wide-ints.dkf2002-07-101-4/+8
* * generic/tclExecute.c (TclCompEvalObj): clarified and simplified theMiguel Sofer2002-06-201-49/+39
* Added parens for claritydgp2002-06-201-2/+2
* generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improvedMiguel Sofer2002-06-191-2581/+2562
* * generic/tclExecute.c (TEBC): elimination of duplicated code in theMiguel Sofer2002-06-181-545/+416