summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
...
* TclExecuteByteCode: consolidated exception handling of INST_INVOKE,Miguel Sofer2002-06-131-201/+260
* consolidated opcodes in the bytecode engine, eliminating duplicatedMiguel Sofer2002-06-131-474/+200
* generic/tclExecute.c: optimised algorithm for exception range lookupMiguel Sofer2002-06-111-15/+24
* Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's jobdkf2002-06-071-25/+38
* reverting an accidental modification in the last commit.Miguel Sofer2002-06-031-61/+1
* clarify the empty variable name issue ([Bug 549285])Miguel Sofer2002-06-031-1/+61
* * Removed internal routinedgp2002-05-311-61/+1
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP):hobbs2002-05-301-6/+6
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-291-2/+2
* * generic/tclInt.decls:hobbs2002-05-291-32/+59
* fix for [Bug #542588], where "too large integers" were reported asMiguel Sofer2002-04-181-12/+20
* made bytecodes check for a catch before returning; the compiled [return] is o...Miguel Sofer2002-04-151-10/+12
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-30/+16
* fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) toMiguel Sofer2002-03-221-62/+4
* Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181]Miguel Sofer2002-02-281-15/+13
* * tclExecute.c:andreas_kupries2002-02-151-2/+2
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-357/+942
* * generic/tclExecute.c (TclExecuteByteCode:INST_LIST): correcthobbs2002-01-291-3/+3
* small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLATMiguel Sofer2001-12-111-11/+16
* fix debug messages in INST_LSET_LIST.Miguel Sofer2001-12-111-3/+3
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-11/+9
* moving all code relative to bytecodes from tclBasic.c to tclExecute.cMiguel Sofer2001-11-201-3/+464
* code reorganisation and factorisation.Miguel Sofer2001-11-201-1/+2
* a better variant of the previous-to-last commit (restoring numLevels computat...Miguel Sofer2001-11-201-12/+3
* missing variable declaration under TCL_COMPILE_DEBUG.Miguel Sofer2001-11-201-2/+4
* restoring the computations of iPtr->numLevels to the original logic (previous...Miguel Sofer2001-11-201-2/+5
* Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ...Miguel Sofer2001-11-161-387/+3
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-161-186/+51
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-44/+191
* * generic/tclExecute.c (TclExecuteByteCode): correctedhobbs2001-09-211-1/+6
* * generic/tclExecute.c (TclExecuteByteCode): fixed invalid usagehobbs2001-09-191-30/+39
* insured that execution stack errors are also detected at abnormal returns.Miguel Sofer2001-09-191-12/+11
* corrected small bug in [Patch 456668] - the varFramePtr was not restored in o...Miguel Sofer2001-09-171-1/+2
* Disabled all compile and execution tracing functionality in standardMiguel Sofer2001-09-171-10/+9
* * generic/tclExecute.c (TclExecuteByteCode): fixed missing commahobbs2001-09-031-2/+2
* * generic/tcl.h: added TclCompileListCmd headerhobbs2001-09-011-2/+20
* allow cached fully-qualified command names to be usable from differentMiguel Sofer2001-08-301-1/+19
* * generic/tclExecute.c (TclExecuteByteCode): added TCL_TRACE_READShobbs2001-07-031-15/+9
* Added casts to stop warnings with SUNWspro cc on Solaris8.dkf2001-05-311-3/+3
* removed unnecessary Tcl_DuplicateObj in generic/tclExecute.cMiguel Sofer2001-05-221-2/+2
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-171-231/+547
* rand() gets != seeds in != threads [Bug 416643]Miguel Sofer2001-05-071-2/+8
* Avoid panic when there are extra items in the tcl stackMiguel Sofer2001-04-071-3/+7
* Added some casts to ClientData that are apparently needed on somedkf2001-03-131-5/+5
* Fixed bug that could leave saved data for [info level] pointing intodkf2001-03-021-10/+34
* 2000-12-14 Don Porter <dgp@users.sourceforge.net>dgp2000-12-141-21/+33
* * docs/scan.n:hobbs2000-12-101-10/+12
* Logical negation "!" can now handle string booleans, provided thosedkf2000-11-241-1/+7
* * generic/tclExecute.c (TclExecuteByteCode): INST_STR_INDEX fixedhobbs2000-09-061-13/+32
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): addedhobbs2000-06-061-1/+5