Age | Commit message (Expand) | Author | Files | Lines |
2011-03-05 | * interp/as.boot: Use getConstructorAbbreviationFromDB. | dos-reis | 1 | -2/+2 |
2011-03-05 | * interp/nrunopt.boot: Move content to define.boot, interop.boot, | dos-reis | 1 | -0/+275 |
2011-03-02 | * interp/i-eval.boot (mkEvalable): Exit early on niladic constructors. | dos-reis | 1 | -0/+4 |
2011-02-25 | * boot/tokens.boot: makeSymbol is not a builtin function. | dos-reis | 1 | -5/+5 |
2011-02-24 | * interp/sys-macros.lisp (shellEntry): New. | dos-reis | 1 | -5/+3 |
2011-02-18 | Rename %veclit to %vector and %listlit to %list | dos-reis | 1 | -10/+10 |
2011-02-03 | * interp/c-util.boot: Replace COND with %when throught. | dos-reis | 1 | -10/+10 |
2011-02-01 | * interp/compiler.boot (compList): Use %nil form, not NIL. | dos-reis | 1 | -2/+2 |
2011-01-31 | * interp/vmlisp.lisp: Remove QREFELT, QSDEC1, QSETREFV, QSETVELT, | dos-reis | 1 | -1/+0 |
2011-01-26 | Use %veclit forms | dos-reis | 1 | -1/+1 |
2011-01-26 | Replace more occurences of LIST with %listlit. | dos-reis | 1 | -9/+9 |
2011-01-02 | * interp/nrunfast.boot (evalSlotDomain): Expand to VM forms before | dos-reis | 1 | -2/+2 |
2010-12-30 | more string cleanups | dos-reis | 1 | -1/+1 |
2010-12-19 | cleanup | dos-reis | 1 | -1/+1 |
2010-12-12 | More clean up on string vs symbol confusions | dos-reis | 1 | -9/+9 |
2010-07-27 | Misc cleanup | dos-reis | 1 | -1/+1 |
2010-07-26 | * interp/g-opt.boot (optimize): Remove as no longer used. | dos-reis | 1 | -1/+1 |
2010-07-25 | * interp/cattable.boot: Use %true for truth value in VM expressions. | dos-reis | 1 | -3/+3 |
2010-07-22 | * interp/g-util.boot (expandIeq): New expander for %ieq. | dos-reis | 1 | -1/+1 |
2010-07-18 | More cleanups | dos-reis | 1 | -1/+1 |
2010-07-18 | More cleanups | dos-reis | 1 | -3/+12 |
2010-07-12 | cleanups | dos-reis | 1 | -5/+5 |
2010-07-11 | * interp/database.boot (markUnique): Remove. | dos-reis | 1 | -1/+1 |
2010-07-10 | * interp/functor.boot (setVector4): Remove. Deadcode. | dos-reis | 1 | -3/+0 |
2010-07-05 | * interp/compiler.boot (compTopLevel): Bind $whereDecls. | dos-reis | 1 | -1/+24 |
2010-07-03 | * interp/category.boot (isCategoryForm): Tidy. | dos-reis | 1 | -25/+40 |
2010-07-03 | * interp/define.boot (macroExpand): Tidy. Only identifiers are | dos-reis | 1 | -18/+17 |
2010-07-01 | * interp/define.boot (registerInlinableDomain): New. | dos-reis | 1 | -0/+7 |
2010-06-30 | * interp/c-util.boot (giveVariableSomeValue): New. | dos-reis | 1 | -2/+2 |
2010-06-30 | * interp/c-util.boot (getRepresentation): Tidy. | dos-reis | 1 | -4/+1 |
2010-06-09 | * interp/compiler.boot (canReturn): Handle %when and %bind. | dos-reis | 1 | -1/+1 |
2010-05-26 | * interp/c-util.boot ($ClearBodyToken): New constant. | dos-reis | 1 | -2/+2 |
2010-05-23 | * boot/tokens.boot: gensym is now candidate for renaming. | dos-reis | 1 | -5/+5 |
2010-05-17 | * interp/as.boot: Clean up. | dos-reis | 1 | -45/+45 |
2010-05-11 | Add support for interpreter-style anonymous function. | dos-reis | 1 | -0/+1 |
2010-05-09 | More cleanups | dos-reis | 1 | -4/+4 |
2010-05-09 | More cleanups | dos-reis | 1 | -5/+5 |
2010-05-09 | Cleanup STRCONC uses | dos-reis | 1 | -5/+5 |
2010-05-09 | * interp/cparse.boot: Replace call to cons with bracket syntax. | dos-reis | 1 | -1/+1 |
2010-05-09 | * interp/c-util.boot: Replace uses of rplac with explicit | dos-reis | 1 | -7/+7 |
2010-05-08 | * interp/wi2.boot: Remove more RPLACA and RPLACD uses. | dos-reis | 1 | -1/+1 |
2010-05-08 | * interp/wi2.boot: Remove more RPLACA and RPLACD uses. | dos-reis | 1 | -4/+4 |
2010-05-08 | * interp/as.boot: Replace uses of RPLACA and RPLACD with explicit | dos-reis | 1 | -17/+17 |
2010-05-08 | * boot/parser.boot (bpArgumentList): New. | dos-reis | 1 | -1/+1 |
2010-05-07 | * interp/c-util.boot: Replace uses of rplac with explicit assignments. | dos-reis | 1 | -3/+3 |
2010-05-07 | * interp/as.boot: Miscellaneous cleanup. | dos-reis | 1 | -3/+3 |
2010-05-06 | * interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP with | dos-reis | 1 | -3/+3 |
2010-05-04 | * interp/define.boot (compDefineCategory2): Tidy. | dos-reis | 1 | -2/+2 |
2010-03-07 | * interp/g-opt.boot ($VMsideEffectFreeOperators): New. | dos-reis | 1 | -5/+4 |
2010-03-05 | * interp/sys-globals.boot ($optimizeRep): Define. | dos-reis | 1 | -2/+4 |