Age | Commit message (Expand) | Author | Files | Lines |
2011-03-12 | * algebra/si.spad.pamphlet (IntegerNumberSystem) [positive?]: | dos-reis | 1 | -2/+2 |
2011-03-09 | * interp/g-opt.boot: %pair, %list, %vector, %bitvector are now | dos-reis | 1 | -5/+6 |
2011-03-09 | * interp/g-opt.boot (semiSimpleRelativeTo?): Consider conditionals. | dos-reis | 1 | -2/+5 |
2011-03-06 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %c2s. | dos-reis | 1 | -1/+1 |
2011-02-27 | * interp/g-opt.boot (optCond): Recognize conjunction and | dos-reis | 1 | -0/+2 |
2011-02-26 | * interp/g-opt.boot (optCond): Recognize conjunction and | dos-reis | 1 | -0/+2 |
2011-02-26 | * interp/nruncomp.boot (optDeltaEntry): Don't SPADCALL the | dos-reis | 1 | -5/+0 |
2011-02-26 | * interp/g-opt.boot (canInlineVarDefinition): Observe order of | dos-reis | 1 | -1/+1 |
2011-02-26 | * interp/g-opt.boot (optNot): Push %not inside conditionals. | dos-reis | 1 | -4/+3 |
2011-02-24 | Rename getShellEntry to shellEntry now that it is a macro accessor that desig... | dos-reis | 1 | -1/+1 |
2011-02-24 | Cleanup long standing confusion | dos-reis | 1 | -1/+1 |
2011-02-24 | more cleanups | dos-reis | 1 | -1/+1 |
2011-02-24 | small cleanups | dos-reis | 1 | -1/+1 |
2011-02-22 | * interp/g-opt.boot (optCond): Recognize conjunctive guard as | dos-reis | 1 | -0/+1 |
2011-02-18 | Rename %veclit to %vector and %listlit to %list | dos-reis | 1 | -13/+13 |
2011-02-13 | * interp/buildom.boot (mkNewUnionFunList): Align arity of | dos-reis | 1 | -1/+1 |
2011-02-13 | * interp/g-opt.boot (optCond): Get rid of double negatives when | dos-reis | 1 | -0/+3 |
2011-02-12 | minor cleanup | dos-reis | 1 | -4/+5 |
2011-02-12 | * interp/g-opt.boot (changeVariableDefinitionToStore): Tidy. | dos-reis | 1 | -6/+28 |
2011-02-11 | * interp/g-opt.boot (dependentVars): New. | dos-reis | 1 | -3/+19 |
2011-02-11 | * interp/compiler.boot (canReturn): Don't check for LET*. | dos-reis | 1 | -12/+2 |
2011-02-11 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %funcall | dos-reis | 1 | -1/+1 |
2011-02-07 | Fix typo. | dos-reis | 1 | -1/+1 |
2011-02-07 | * interp/g-opt.boot (groupVariableDefinitions): Look into clauses | dos-reis | 1 | -0/+5 |
2011-02-06 | cleanup special hyperbolic builtins | dos-reis | 1 | -4/+4 |
2011-02-06 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %fmanexp. | dos-reis | 1 | -10/+30 |
2011-02-05 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include inverse | dos-reis | 1 | -3/+6 |
2011-02-05 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Remove CGREATERP | dos-reis | 1 | -19/+21 |
2011-02-04 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Remove more Lisp | dos-reis | 1 | -7/+4 |
2011-02-03 | * interp/c-util.boot: Replace COND with %when throught. | dos-reis | 1 | -23/+25 |
2011-02-03 | * interp/slam.boot (reportFunctionCompilation): Use %otherwise, | dos-reis | 1 | -1/+1 |
2011-02-01 | * interp/g-opt.boot (optCallSpecially): Remove. | dos-reis | 1 | -32/+0 |
2011-01-31 | * interp/g-opt.boot (optQSMINUS): Remove. | dos-reis | 1 | -10/+3 |
2011-01-31 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Remove QCDR, | dos-reis | 1 | -22/+22 |
2011-01-31 | * interp/vmlisp.lisp: Remove QREFELT, QSDEC1, QSETREFV, QSETVELT, | dos-reis | 1 | -1/+1 |
2011-01-27 | Generate SVREF for simple vector slot refs. | dos-reis | 1 | -1/+1 |
2011-01-26 | Use %veclit forms | dos-reis | 1 | -3/+3 |
2011-01-26 | Replace more occurences of LIST with %listlit. | dos-reis | 1 | -1/+1 |
2011-01-26 | * interp/compiler.boot (compForm1): Use %listlit form. | dos-reis | 1 | -5/+5 |
2011-01-24 | * interp/g-opt.boot (optMkRecord): Generate %makepair forms. | dos-reis | 1 | -4/+5 |
2011-01-24 | * algebra/array1.spad.pamphlet: Use %aref instead of %vref. | dos-reis | 1 | -8/+8 |
2011-01-03 | * interp/g-util.boot: Expand new bit vector operators. | dos-reis | 1 | -2/+19 |
2011-01-02 | * interp/nrunfast.boot (evalSlotDomain): Expand to VM forms before | dos-reis | 1 | -1/+2 |
2010-12-31 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %cup and | dos-reis | 1 | -3/+3 |
2010-12-31 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include new | dos-reis | 1 | -1/+1 |
2010-12-30 | * interp/vmlisp.lisp (QSTRING): Remove. | dos-reis | 1 | -1/+1 |
2010-12-29 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %strlength. | dos-reis | 1 | -0/+1 |
2010-12-07 | Add support for exception handling. | dos-reis | 1 | -0/+5 |
2010-11-16 | * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %s2c | dos-reis | 1 | -1/+1 |
2010-07-29 | * algebra/sf.spad.pamphlet (DoubleFloat): Use builtin | dos-reis | 1 | -0/+2 |