Age | Commit message (Expand) | Author | Files | Lines |
2010-07-12 | cleanups | dos-reis | 46 | -127/+127 |
2010-07-11 | * interp/database.boot (markUnique): Remove. | dos-reis | 11 | -49/+15 |
2010-07-10 | * interp/database.boot (addConsDB): Remove. | dos-reis | 3 | -28/+1 |
2010-07-10 | * interp/database.boot (addConsDB): Move from mapConsDB. | dos-reis | 2 | -33/+22 |
2010-07-10 | * interp/functor.boot (setVector4): Remove. Deadcode. | dos-reis | 6 | -116/+2 |
2010-07-10 | * interp/nruncomp.boot (buildFunctor): Remove deadcode. | dos-reis | 1 | -21/+5 |
2010-07-10 | * interp/sys-utility.boot (minimalise): Move from compress.boot. | dos-reis | 5 | -77/+29 |
2010-07-10 | * interp/sys-constants.boot ($noEnv): Remove. | dos-reis | 3 | -7/+4 |
2010-07-10 | * interp/functor.boot (SetFunctionSlots): Simplify. The outer | dos-reis | 1 | -24/+22 |
2010-07-05 | * interp/compiler.boot (compTopLevel): Bind $whereDecls. | dos-reis | 2 | -3/+42 |
2010-07-03 | * interp/category.boot (isCategoryForm): Tidy. | dos-reis | 7 | -35/+66 |
2010-07-03 | * interp/define.boot (macroExpand): Tidy. Only identifiers are | dos-reis | 2 | -24/+23 |
2010-07-01 | * interp/define.boot (registerInlinableDomain): New. | dos-reis | 2 | -10/+12 |
2010-06-30 | * interp/c-util.boot (giveVariableSomeValue): New. | dos-reis | 6 | -20/+27 |
2010-06-30 | * interp/c-util.boot (getRepresentation): Tidy. | dos-reis | 2 | -5/+3 |
2010-06-28 | * interp/sys-constants.boot ($SystemInlinableConstructorNames): | dos-reis | 1 | -0/+1 |
2010-06-28 | * interp/slam.boot (clearCache): Use reallyClearLocalModemaps to | dos-reis | 1 | -4/+17 |
2010-06-28 | * interp/i-map.boot (findExternalVarsInBindExpr): New. | dos-reis | 1 | -1/+17 |
2010-06-28 | Fix a typo | dos-reis | 1 | -1/+1 |
2010-06-27 | * interp/g-util.boot: Add new opcode %before?. | dos-reis | 2 | -7/+11 |
2010-06-26 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %vref | dos-reis | 2 | -1/+7 |
2010-06-26 | * interp/g-util.boot: Expand %f2s. | dos-reis | 2 | -1/+4 |
2010-06-26 | * interp/compiler.boot (compString): Remove as unused. | dos-reis | 2 | -4/+0 |
2010-06-25 | * interp/g-opt.boot: Rename %eq to %peq for pointer comparaison. | dos-reis | 2 | -7/+8 |
2010-06-25 | * interp/c-util.boot (expandableDefinition?): Try to make it a | dos-reis | 1 | -1/+3 |
2010-06-24 | * interp/c-util.boot: Cleanup. | dos-reis | 8 | -32/+32 |
2010-06-23 | * interp/sys-constants.boot ($SystemInlinableConstructorNames): | dos-reis | 1 | -0/+1 |
2010-06-23 | * interp/nruncomp.boot (optDeltaEntry): Don't optimize current | dos-reis | 4 | -16/+70 |
2010-06-22 | Group sequence of LETT definitions into LET/LET* expressions where | dos-reis | 3 | -5/+39 |
2010-06-21 | * interp/c-util.boot (middleEndExpand): Give it another macro | dos-reis | 1 | -1/+2 |
2010-06-21 | * interp/nlib.lisp (COMPILE-LIB-FILE): Rework. Halt compilation | dos-reis | 1 | -13/+9 |
2010-06-21 | Revert previous erroneous commit | dos-reis | 1 | -1/+1 |
2010-06-21 | * algebra/sgcf.spad.pamphlet (SymmetricGroupCombinatoricFunctions) | dos-reis | 1 | -1/+1 |
2010-06-20 | * interp/g-opt.boot (changeVariableDefinitionToStore): New. | dos-reis | 1 | -1/+15 |
2010-06-20 | * interp/compiler.boot (massageLoop): New. | dos-reis | 2 | -1/+31 |
2010-06-20 | * boot/tokens.boot (readOnly?): New builtin Boot function. | dos-reis | 1 | -4/+5 |
2010-06-13 | * interp/compiler.boot (complainIfShadowing): New. | dos-reis | 1 | -1/+10 |
2010-06-12 | * interp/g-opt.boot (replaceableTemporary?): New. | dos-reis | 1 | -2/+13 |
2010-06-12 | * interp/compiler.boot (compIterate): Rewrite. | dos-reis | 1 | -6/+9 |
2010-06-11 | * interp/buildom.boot (mkNewUnionFunList): Use %bind, not PROG2. | dos-reis | 1 | -4/+6 |
2010-06-10 | * interp/compiler.boot (freeVarUsage): Handle %when too. | dos-reis | 7 | -30/+21 |
2010-06-10 | * interp/g-opt.boot (optCollectVector): Generate %loop for the | dos-reis | 1 | -3/+2 |
2010-06-10 | * interp/g-util.boot (expandLoop): Now take all arguments as a | dos-reis | 1 | -4/+5 |
2010-06-10 | Clean up | dos-reis | 5 | -16/+24 |
2010-06-09 | * interp/g-opt.boot (optCollectVector): Generare %collect form, | dos-reis | 1 | -1/+1 |
2010-06-09 | * interp/compiler.boot (canReturn): Handle %when and %bind. | dos-reis | 7 | -46/+54 |
2010-06-09 | * interp/g-opt.boot (removeNeedlessThrow): Tidy. | dos-reis | 1 | -1/+5 |
2010-06-09 | Widen scope of iterator variables in presence of terminating | dos-reis | 1 | -6/+15 |
2010-06-07 | * interp/compiler.boot (finishLambdaExpression): Bind escaped | dos-reis | 1 | -9/+8 |
2010-06-07 | * interp/compiler.boot (replaceExitEtc): Replace TAGGEDreturn with | dos-reis | 3 | -2/+22 |