Age | Commit message (Expand) | Author | Files | Lines |
2011-06-21 | * interp/compiler.boot: Remove reference to $SingleFloat. | dos-reis | 1 | -3/+1 |
2011-05-21 | * interp/modemap.boot (augModemapsFromDomain): Don't add modemaps | dos-reis | 1 | -3/+0 |
2011-05-20 | * interp/compiler.boot (compConstructorCategory): Rewrite. | dos-reis | 1 | -2/+20 |
2011-05-19 | * interp/buildom.boot (lookupInDomainVector): Establish a new | dos-reis | 1 | -5/+5 |
2011-05-17 | * interp/buildom.boot (EnumerationCategory): Rewrite. | dos-reis | 1 | -1/+8 |
2011-05-02 | more cleanup | dos-reis | 1 | -10/+10 |
2011-05-01 | * boot/utility.boot (applySubstNQ): New. | dos-reis | 1 | -1/+1 |
2011-05-01 | * interp/vmlisp.lisp (EQSUBSTLIST): Remove. | dos-reis | 1 | -3/+5 |
2011-05-01 | * interp/buildom.boot: Replace use of EQSUBSTLIST with applySubst. | dos-reis | 1 | -2/+3 |
2011-04-30 | cleanup | dos-reis | 1 | -2/+2 |
2011-04-29 | * boot/utility.boot (assocSymbol): New. | dos-reis | 1 | -11/+11 |
2011-04-27 | * interp/br-util.boot (dbInfovec): Move to c-util.boot | dos-reis | 1 | -2/+2 |
2011-04-23 | * lisp/core.lisp.in: Export basic types and compiler data types. | dos-reis | 1 | -21/+21 |
2011-04-21 | * boot/tokens.boot: Don't rename nreverse. | dos-reis | 1 | -7/+7 |
2011-04-20 | more cleanup | dos-reis | 1 | -2/+2 |
2011-04-19 | more cleanup | dos-reis | 1 | -12/+12 |
2011-04-19 | cleanup | dos-reis | 1 | -9/+9 |
2011-04-18 | cleanup | dos-reis | 1 | -56/+57 |
2011-04-15 | misc cleanup | dos-reis | 1 | -1/+1 |
2011-02-25 | * boot/tokens.boot: makeSymbol is not a builtin function. | dos-reis | 1 | -4/+4 |
2011-02-24 | Rename getShellEntry to shellEntry now that it is a macro accessor that desig... | dos-reis | 1 | -1/+1 |
2011-02-24 | * interp/sys-macros.lisp (shellEntry): New. | dos-reis | 1 | -1/+1 |
2011-02-24 | some cleanups | dos-reis | 1 | -1/+1 |
2011-02-22 | * boot/tokens.boot: mmSource is a new selector for modemap datatype. | dos-reis | 1 | -56/+53 |
2011-02-18 | Rename %veclit to %vector and %listlit to %list | dos-reis | 1 | -8/+8 |
2011-02-15 | * interp/compiler.boot (coerceExtraHard): Explicitly fail if | dos-reis | 1 | -1/+3 |
2011-02-14 | * interp/compiler.boot (getUnionMode): Remove. | dos-reis | 1 | -28/+12 |
2011-02-14 | * interp/c-util.boot (getSuccessEnvironment): Follow through | dos-reis | 1 | -3/+3 |
2011-02-13 | * interp/buildom.boot (mkNewUnionFunList): Align arity of | dos-reis | 1 | -4/+2 |
2011-02-12 | * interp/compiler.boot (compCons1): Use coerce not convert. | dos-reis | 1 | -17/+17 |
2011-02-12 | * interp/compiler.boot (compExpressionList): Remove. | dos-reis | 1 | -7/+0 |
2011-02-11 | * interp/compiler.boot (canReturn): Don't check for LET*. | dos-reis | 1 | -1/+1 |
2011-02-09 | Add MappingCategory as a (builtin) category. | dos-reis | 1 | -0/+1 |
2011-02-08 | * interp/lisp-backend.boot: Translate %ident? to IDENTP, not SYMBOLP. | dos-reis | 1 | -1/+1 |
2011-02-03 | * interp/c-util.boot: Replace COND with %when throught. | dos-reis | 1 | -1/+1 |
2011-02-03 | * interp/slam.boot (reportFunctionCompilation): Use %otherwise, | dos-reis | 1 | -2/+2 |
2011-02-03 | * interp/compiler.boot (finishLambdaExpression): Tidy. Don't | dos-reis | 1 | -13/+8 |
2011-02-01 | * interp/compiler.boot (compList): Use %nil form, not NIL. | dos-reis | 1 | -4/+4 |
2011-01-31 | * interp/vmlisp.lisp: Remove QREFELT, QSDEC1, QSETREFV, QSETVELT, | dos-reis | 1 | -2/+2 |
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 | -6/+6 |
2010-12-28 | Character constants clean up | dos-reis | 1 | -3/+3 |
2010-12-28 | Clean up | dos-reis | 1 | -1/+1 |
2010-12-12 | More clean up on string vs symbol confusions | dos-reis | 1 | -4/+4 |
2010-12-07 | * interp/compiler.boot (compThrow): Remove niladic type restriction. | dos-reis | 1 | -9/+5 |
2010-12-07 | Add support for exception handling. | dos-reis | 1 | -0/+30 |
2010-09-07 | * interp/c-util.boot (massageBackendCode): Remove conditional on | dos-reis | 1 | -1/+0 |
2010-08-22 | * interp/compiler.boot (getBootType): Prefix Mapping with %. | dos-reis | 1 | -3/+3 |
2010-07-27 | Misc cleanup | dos-reis | 1 | -3/+3 |
2010-07-24 | * interp/compiler.boot (compMatchAlternative): Don't generate | dos-reis | 1 | -2/+1 |