Age | Commit message (Expand) | Author | Files | Lines |
2011-12-10 | * interp/g-opt.boot (optSeq): Remove seqToCOND as now redundant | dos-reis | 1 | -8/+1 |
2011-12-10 | * interp/g-opt.boot (mkDefault): New. | dos-reis | 1 | -3/+25 |
2011-12-09 | * interp/g-opt.boot (packWehn!): New. | dos-reis | 1 | -1/+13 |
2011-12-08 | * interp/g-opt.boot (tranformIF!): New. | dos-reis | 1 | -13/+22 |
2011-12-08 | * interp/g-opt.boot: %writeString, %writeNewline and %writeLine | dos-reis | 1 | -4/+4 |
2011-12-07 | * interp/g-opt.boot (removeSeq!): New. | dos-reis | 1 | -3/+40 |
2011-12-07 | * interp/g-opt.boot (groupTranscients!): New. | dos-reis | 1 | -1/+21 |
2011-12-05 | * interp/g-opt.boot (changeVariableDefinitionToStore): Separately | dos-reis | 1 | -3/+11 |
2011-12-03 | * interp/compiler.boot: Use %seq in lieu of PROGN. | dos-reis | 1 | -0/+2 |
2011-12-03 | * interp/compiler.boot: Replace %labelled with %scope. | dos-reis | 1 | -6/+6 |
2011-12-03 | * interp/g-opt.boot (groupVariableDefinitions): Simplify a bit. | dos-reis | 1 | -20/+13 |
2011-12-03 | * interp/g-util.boot (hasNoLeave?): Move from g-opt.boot. | dos-reis | 1 | -23/+12 |
2011-12-02 | * interp/g-opt.boot (iteratorName): New. | dos-reis | 1 | -6/+55 |
2011-12-02 | * interp/buildom.boot (seteltRecordFun): Change EXIT to %exit. | dos-reis | 1 | -9/+9 |
2011-12-02 | * interp/buildom.boot (setelt): Change SEQ to %seq. | dos-reis | 1 | -16/+16 |
2011-12-02 | * interp/g-opt.boot (modified?): Examine the rhs too. | dos-reis | 1 | -1/+2 |
2011-12-02 | * interp/g-opt.boot (changeVariableDefinitionToStore): Handle SEQ | dos-reis | 1 | -1/+9 |
2011-12-01 | * interp/g-opt.boot (groupVariableDefinitions): Look through | dos-reis | 1 | -4/+9 |
2011-12-01 | * interp/compiler.boot (compSeq1): Generate %labelled forms. | dos-reis | 1 | -43/+42 |
2011-11-29 | * boot/tokens.boot (absKind, absParms, absBody): New selectors. | dos-reis | 1 | -4/+4 |
2011-11-29 | * interp/g-opt.boot (isSimpleForm): Remove as unused. | dos-reis | 1 | -32/+27 |
2011-11-11 | * interp/compiler.boot (applyMapping): Emit special call for | dos-reis | 1 | -0/+4 |
2011-10-27 | * algebra/stream.spad.pamphlet (Stream): Tidy accessors. | dos-reis | 1 | -1/+1 |
2011-10-23 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %fdecode. | dos-reis | 1 | -1/+1 |
2011-10-03 | Cleanup. | dos-reis | 1 | -3/+3 |
2011-10-01 | * boot/utility.boot: Define BOOTTRAN namespace. | dos-reis | 1 | -1/+1 |
2011-09-12 | * interp/g-opt.boot (optList): Tidy. | dos-reis | 1 | -1/+3 |
2011-09-11 | * interp/compiler.boot (finishLambdaExpression): Tidy. | dos-reis | 1 | -1/+5 |
2011-09-11 | * interp/lisplib.boot (isFunctor): Noe recognize Mapping as a functor. | dos-reis | 1 | -58/+6 |
2011-09-10 | * interp/g-opt.boot (doInlineCall): Tidy. | dos-reis | 1 | -4/+4 |
2011-09-10 | * interp/macros.lisp (COERCE-FAILURE-MSG): Remove. | dos-reis | 1 | -4/+18 |
2011-09-10 | * interp/g-opt.boot (doInlineCall): New. | dos-reis | 1 | -6/+43 |
2011-09-09 | * interp/g-opt.boot (optXLAMCond): Remove as useless. | dos-reis | 1 | -17/+1 |
2011-09-09 | * interp/g-opt.boot (optIadd): Remork. | dos-reis | 1 | -5/+50 |
2011-08-15 | * interp/g-opt.boot (optCollectVector): Generate VM forms. | dos-reis | 1 | -9/+18 |
2011-08-14 | * interp/lisp-backend.boot ($freeVarName): New global constant. | dos-reis | 1 | -1/+3 |
2011-08-06 | cleanup | dos-reis | 1 | -16/+16 |
2011-08-04 | cleanup | dos-reis | 1 | -5/+5 |
2011-07-04 | * interp/vmlisp.lisp (PRINTEXP): Remove. | dos-reis | 1 | -1/+2 |
2011-06-22 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include FUNCALL. | dos-reis | 1 | -2/+3 |
2011-06-22 | * interp/g-opt.boot (optCond): Remove unreachable code. | dos-reis | 1 | -14/+15 |
2011-06-21 | * lisp/core.lisp.in (%fNaN?): New. | dos-reis | 1 | -1/+1 |
2011-05-19 | * interp/i-analy.boot (bottomUpForm0): Tidy. | dos-reis | 1 | -17/+1 |
2011-05-19 | * interp/i-eval.boot (evalForm): Adjust. | dos-reis | 1 | -21/+4 |
2011-05-15 | cleanup | dos-reis | 1 | -1/+1 |
2011-05-12 | * boot/initial-env.lisp (MAKE-HASHTABLE): Remove. | dos-reis | 1 | -1/+1 |
2011-05-02 | more cleanup | dos-reis | 1 | -4/+4 |
2011-04-30 | more cleanup | dos-reis | 1 | -28/+28 |
2011-04-29 | * boot/utility.boot (assocSymbol): New. | dos-reis | 1 | -4/+4 |
2011-04-21 | * boot/tokens.boot: Don't rename nreverse. | dos-reis | 1 | -2/+2 |