| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCompile.c (TclCompileScript): | Miguel Sofer | 2004-07-15 | 1 | -3/+8 |
|
|
* | Modified the logic of literal table cleanup at interp deletion time, | Miguel Sofer | 2004-07-08 | 1 | -13/+15 |
|
|
* | * generic/tclCompile.c (TclCompileScript): fix for [Bug 458361]. | Miguel Sofer | 2004-07-07 | 1 | -1/+10 |
|
|
* | * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a word | dgp | 2004-07-06 | 1 | -4/+5 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-06-08 | 1 | -2/+6 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2004-05-16 | 1 | -63/+37 |
|
|
* | Optimisations for INST_START_CMD [Bug 926164]. | Miguel Sofer | 2004-05-12 | 1 | -13/+21 |
|
|
* | slight improvement to last commit | Miguel Sofer | 2004-05-04 | 1 | -7/+7 |
|
|
* | * generic/tclCompile.c (TclCompileScript): setting the compilation | Miguel Sofer | 2004-05-04 | 1 | -7/+7 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-05-03 | 1 | -22/+7 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-04-02 | 1 | -7/+22 |
|
|
* | * generic/tclCompile.c: New instruction code INST_START_CMD | Miguel Sofer | 2004-03-30 | 1 | -1/+21 |
|
|
* | * generic/tclCompile.c (TclCompileScript): corrected possible | Miguel Sofer | 2004-03-29 | 1 | -3/+4 |
|
|
* | Minor whitespace/capitalization fixes | dkf | 2004-01-20 | 1 | -15/+15 |
|
|
* | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 1 | -2/+17 |
|
|
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 1 | -3/+83 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -18/+18 |
|
|
* | Fixed Bug 845412; long commands without expansion don't get tangled with the | dkf | 2003-11-19 | 1 | -2/+2 |
|
|
* | Added cast to suppress compiler warning. | dgp | 2003-11-17 | 1 | -2/+2 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -18/+99 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -18/+8 |
|
|
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 1 | -1/+3 |
|
|
* | fixing previous patch | Miguel Sofer | 2003-05-09 | 1 | -5/+5 |
|
|
* | fix for [Bug 735055] | Miguel Sofer | 2003-05-09 | 1 | -1/+3 |
|
|
* | corrected bogus comments | dgp | 2003-04-18 | 1 | -7/+2 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -2/+9 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for | dgp | 2003-03-19 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 1 | -98/+15 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 1 | -3/+2 |
|
|
* | Don Porter's fix for bad parsing of nested scripts [Bug 681841]. | Miguel Sofer | 2003-02-16 | 1 | -30/+74 |
|
|
* | Removing more CONST-related warnings. | dkf | 2002-09-24 | 1 | -3/+3 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -17/+16 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -5/+5 |
|
|
* | tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f... | Miguel Sofer | 2002-07-11 | 1 | -3/+3 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -1/+2 |
|
|
* | a better algorithm for the previous bug fix. | Miguel Sofer | 2002-06-17 | 1 | -29/+23 |
|
|
* | [Bug 569438] in the processing of dollar variables | Miguel Sofer | 2002-06-16 | 1 | -12/+27 |
|
|
* | optimised read access to local variables created at run-time | Miguel Sofer | 2002-06-11 | 1 | -2/+2 |
|
|
* | cleanup in [expr] compiler | Miguel Sofer | 2002-05-30 | 1 | -7/+1 |
|
|
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -3/+4 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT | Miguel Sofer | 2001-12-11 | 1 | -7/+7 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -145/+104 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -3/+3 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -1/+16 |
|
|
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 1 | -4/+7 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): | hobbs | 2001-09-19 | 1 | -3/+3 |
|
|
* | Disabled all compile and execution tracing functionality in standard | Miguel Sofer | 2001-09-17 | 1 | -3/+8 |
|
|
* | fixed incorrect opreands for INST_LIST [Bug: 458241] | Miguel Sofer | 2001-09-04 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: added new CompileProc invocations to basic | hobbs | 2001-05-17 | 1 | -1/+31 |
|
|