| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclExecute.c: fixing an error in INST_LNOT and
msofer_wcodes_branch | Miguel Sofer | 2005-10-10 | 1 | -2/+4 |
|
|
* | *** MERGE WITH HEAD *** (tag msofer-wcodes-20050611) | Miguel Sofer | 2005-06-13 | 1 | -920/+71 |
|
|
* | * generic/tclExecute.c: fix for bad stack management | Miguel Sofer | 2005-04-15 | 1 | -2/+2 |
|
|
* | * generic/tclCmdIL (AppendLocals): | Miguel Sofer | 2005-04-14 | 1 | -83/+76 |
|
|
* | *** FROM HEAD *** | Miguel Sofer | 2005-04-13 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2005-04-13 | 1 | -2/+2 |
|
|
* | 2005-04-12 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2005-04-12 | 1 | -17/+14 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2005-04-12 | 1 | -1/+3 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2005-04-11 | 1 | -5/+5 |
|
|
* | * generic/tclCompCmds.c: | Miguel Sofer | 2005-04-11 | 1 | -8/+4 |
|
|
* | * generic/tcl.h (comments): | Miguel Sofer | 2005-04-10 | 1 | -8/+14 |
|
|
* | * generic/tclExecute.c: fix possible leak of expansion Tcl_Objs | Miguel Sofer | 2005-04-09 | 1 | -5/+15 |
|
|
* | * generic/tclExecute.c: small opts in obj handling | Miguel Sofer | 2005-04-04 | 1 | -68/+45 |
|
|
* | * generic/tclExecute.c: leak fix in INST_STORE_SCALAR | Miguel Sofer | 2005-04-02 | 1 | -91/+78 |
|
|
* | Sync with HEAD - [Patch 1158008] | Miguel Sofer | 2005-04-02 | 1 | -5/+4 |
|
|
* | opt in INST_*_SCALAR, sync with HEAD | Miguel Sofer | 2005-04-01 | 1 | -170/+198 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2005-03-31 | 1 | -158/+95 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2005-03-30 | 1 | -147/+319 |
|
|
* | A (very naive and inefficient) bytecode optimiser, version 0 | Miguel Sofer | 2005-03-28 | 1 | -102/+135 |
|
|
* | First (very timid) post-compile optimisations - testing the basic | Miguel Sofer | 2005-03-22 | 1 | -5/+17 |
|
|
* | minor changes | Miguel Sofer | 2005-03-20 | 1 | -48/+45 |
|
|
* | Instruction set cleanup: one instruction INST_YES (not-not) added, | Miguel Sofer | 2005-03-20 | 1 | -41/+25 |
|
|
* | Massive reduction of variable-related instructions: INST_LOAD, | Miguel Sofer | 2005-03-19 | 1 | -494/+297 |
|
|
* | Macro reorganisation, preparing to enable the 8+24 version. | Miguel Sofer | 2005-03-16 | 1 | -80/+86 |
|
|
* | Attempt at fixing 64b issues; as a result, now getting plenty of | Miguel Sofer | 2005-03-15 | 1 | -3/+2 |
|
|
* | (1) new opt for the [return] compiler, can now emit INST_BREAK or | Miguel Sofer | 2005-03-15 | 1 | -42/+45 |
|
|
* | * generic/tclCompCmds.c: | Miguel Sofer | 2005-03-15 | 1 | -42/+58 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2005-03-14 | 1 | -64/+133 |
|
|
* | * Changed files are the usual suspects. | Miguel Sofer | 2005-03-13 | 1 | -435/+428 |
|
|
* | First wordcode machine, instructions and operands are pointer-sized | Miguel Sofer | 2005-03-11 | 1 | -161/+163 |
|
|
* | use only 4B-wide operands; simplify compiler; some instruction cleanup | Miguel Sofer | 2005-03-10 | 1 | -327/+106 |
|
|
* | * generic/tclExecute.c: new peephole optimisation for INST_PUSH1; | Miguel Sofer | 2005-03-07 | 1 | -6/+27 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement | dgp | 2005-02-01 | 1 | -2/+1 |
|
|
* | Avoid sharing cmdName literals accross namespaces, and generalise usage of | Miguel Sofer | 2004-12-24 | 1 | -2/+2 |
|
|
* | * generic/tclTest.c: Added two new functions to allocate memory | Miguel Sofer | 2004-12-15 | 1 | -1/+82 |
|
|
* | * generic/tclInt.h: Moved verification of ptrdiff_t typedef from | dgp | 2004-11-12 | 1 | -7/+1 |
|
|
* | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 1 | -10/+62 |
|
|
* | Remove unused label | dkf | 2004-11-01 | 1 | -2/+1 |
|
|
* | Fix for [Bug 761471]; NaN is now *never* equal to NaN... | dkf | 2004-11-01 | 1 | -19/+5 |
|
|
* | fix for execution stack corruption [Bug 1055676]. Credit dgp for detective | Miguel Sofer | 2004-10-28 | 1 | -1/+3 |
|
|
* | * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): | dgp | 2004-10-25 | 1 | -37/+2 |
|
|
* | defined new macros to get/set the flags of variables. | Miguel Sofer | 2004-10-25 | 1 | -24/+12 |
|
|
* | Whitespace police | dkf | 2004-10-22 | 1 | -25/+25 |
|
|
* | Standardize way of calling object freeIntRepProcs... | dkf | 2004-10-22 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -6/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -13/+6 |
|
|
* | Core of implementation of TIP#201 ('in' and 'ni' operators) | dkf | 2004-10-08 | 1 | -1/+66 |
|
|
* | Formatting fixes. | dkf | 2004-10-06 | 1 | -8/+8 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -43/+31 |
|
|
* | * generic/tclBasic.c: Corrections to the 2004-09-21 commit | dgp | 2004-09-24 | 1 | -1/+2 |
|
|