| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for [Bug #542588], where "too large integers" were reported as | Miguel Sofer | 2002-04-18 | 1 | -12/+20 |
|
|
* | made bytecodes check for a catch before returning; the compiled [return] is o... | Miguel Sofer | 2002-04-15 | 1 | -10/+12 |
|
|
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -30/+16 |
|
|
* | fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) to | Miguel Sofer | 2002-03-22 | 1 | -62/+4 |
|
|
* | Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181] | Miguel Sofer | 2002-02-28 | 1 | -15/+13 |
|
|
* | * tclExecute.c: | andreas_kupries | 2002-02-15 | 1 | -2/+2 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -357/+942 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode:INST_LIST): correct | hobbs | 2002-01-29 | 1 | -3/+3 |
|
|
* | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT | Miguel Sofer | 2001-12-11 | 1 | -11/+16 |
|
|
* | fix debug messages in INST_LSET_LIST. | Miguel Sofer | 2001-12-11 | 1 | -3/+3 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -11/+9 |
|
|
* | moving all code relative to bytecodes from tclBasic.c to tclExecute.c | Miguel Sofer | 2001-11-20 | 1 | -3/+464 |
|
|
* | code reorganisation and factorisation. | Miguel Sofer | 2001-11-20 | 1 | -1/+2 |
|
|
* | a better variant of the previous-to-last commit (restoring numLevels computat... | Miguel Sofer | 2001-11-20 | 1 | -12/+3 |
|
|
* | missing variable declaration under TCL_COMPILE_DEBUG. | Miguel Sofer | 2001-11-20 | 1 | -2/+4 |
|
|
* | restoring the computations of iPtr->numLevels to the original logic (previous... | Miguel Sofer | 2001-11-20 | 1 | -2/+5 |
|
|
* | Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ... | Miguel Sofer | 2001-11-16 | 1 | -387/+3 |
|
|
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -186/+51 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -44/+191 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): corrected | hobbs | 2001-09-21 | 1 | -1/+6 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): fixed invalid usage | hobbs | 2001-09-19 | 1 | -30/+39 |
|
|
* | insured that execution stack errors are also detected at abnormal returns. | Miguel Sofer | 2001-09-19 | 1 | -12/+11 |
|
|
* | corrected small bug in [Patch 456668] - the varFramePtr was not restored in o... | Miguel Sofer | 2001-09-17 | 1 | -1/+2 |
|
|
* | Disabled all compile and execution tracing functionality in standard | Miguel Sofer | 2001-09-17 | 1 | -10/+9 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): fixed missing comma | hobbs | 2001-09-03 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: added TclCompileListCmd header | hobbs | 2001-09-01 | 1 | -2/+20 |
|
|
* | allow cached fully-qualified command names to be usable from different | Miguel Sofer | 2001-08-30 | 1 | -1/+19 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): added TCL_TRACE_READS | hobbs | 2001-07-03 | 1 | -15/+9 |
|
|
* | Added casts to stop warnings with SUNWspro cc on Solaris8. | dkf | 2001-05-31 | 1 | -3/+3 |
|
|
* | removed unnecessary Tcl_DuplicateObj in generic/tclExecute.c | Miguel Sofer | 2001-05-22 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: added new CompileProc invocations to basic | hobbs | 2001-05-17 | 1 | -231/+547 |
|
|
* | rand() gets != seeds in != threads [Bug 416643] | Miguel Sofer | 2001-05-07 | 1 | -2/+8 |
|
|
* | Avoid panic when there are extra items in the tcl stack | Miguel Sofer | 2001-04-07 | 1 | -3/+7 |
|
|
* | Added some casts to ClientData that are apparently needed on some | dkf | 2001-03-13 | 1 | -5/+5 |
|
|
* | Fixed bug that could leave saved data for [info level] pointing into | dkf | 2001-03-02 | 1 | -10/+34 |
|
|
* | 2000-12-14 Don Porter <dgp@users.sourceforge.net> | dgp | 2000-12-14 | 1 | -21/+33 |
|
|
* | * docs/scan.n: | hobbs | 2000-12-10 | 1 | -10/+12 |
|
|
* | Logical negation "!" can now handle string booleans, provided those | dkf | 2000-11-24 | 1 | -1/+7 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): INST_STR_INDEX fixed | hobbs | 2000-09-06 | 1 | -13/+32 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): added | hobbs | 2000-06-06 | 1 | -1/+5 |
|
|
* | * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ, | hobbs | 2000-05-26 | 1 | -40/+168 |
|
|
* | * generic/tclInt.h: Added function prototypes for | ericm | 2000-05-23 | 1 | -1/+20 |
|
|
* | * doc/expr.n: | hobbs | 2000-05-09 | 1 | -2/+53 |
|
|
* | * tests/namespace.test: | hobbs | 2000-03-27 | 1 | -22/+31 |
|
|
* | * tests/var.test: | hobbs | 1999-12-12 | 1 | -35/+52 |
|
|
* | * tests/expr-old.test: | hobbs | 1999-12-04 | 1 | -228/+160 |
|
|
* | * tests/execute.test: | stanton | 1999-06-16 | 1 | -4/+4 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -922/+1125 |
|
|
* | eliminated purify warning and other lint | stanton | 1998-11-19 | 1 | -2/+7 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|