Age | Commit message (Expand) | Author | Files | Lines |
2011-05-05 | more cleanup | dos-reis | 1 | -6/+6 |
2011-05-05 | more cleanups | dos-reis | 1 | -2/+2 |
2011-05-04 | * boot/initial-env.lisp (shoeOpenOutputFile): Remove. Adjust | dos-reis | 1 | -43/+51 |
2011-05-03 | * boot/initial-env.lisp (shoeOpenInputFile): Remove. Adjust | dos-reis | 1 | -40/+52 |
2011-05-03 | more cleanup | dos-reis | 1 | -1/+2 |
2011-05-03 | more cleanup | dos-reis | 1 | -55/+67 |
2011-05-02 | * boot/parser.boot (bpDefinition): Accept macro definition | dos-reis | 1 | -6/+7 |
2011-05-01 | * boot/tokens.boot: Don't rename append. | dos-reis | 1 | -99/+126 |
2011-04-27 | * boot/ast.boot (bfMakeCollectInsn): Fix thinko. | dos-reis | 1 | -26/+24 |
2011-04-25 | * boot/translator.boot (inAllContexts): New. | dos-reis | 1 | -7/+19 |
2011-04-24 | * boot/initial-env.lisp (MEMQ): Remove. | dos-reis | 1 | -2/+2 |
2011-04-24 | * boot/ast.boot (bfMakeCollectInsn): New. | dos-reis | 1 | -94/+72 |
2011-04-24 | * boot/ast.boot (bfDoCollect): New. Implement one-pass | dos-reis | 1 | -107/+153 |
2011-04-22 | * boot/tokens.boot: Don't translate setDifference. | dos-reis | 1 | -1/+3 |
2011-04-21 | * boot/tokens.boot: Don't rename nreverse. | dos-reis | 1 | -7/+8 |
2011-04-19 | * interp/newfort.boot: Likewise. | dos-reis | 1 | -1/+3 |
2011-04-19 | * boot/ast.boot (%Module): Now take three arguments. | dos-reis | 1 | -15/+27 |
2011-03-20 | * boot/translator.boot (FC): Remove. | dos-reis | 1 | -80/+8 |
2010-12-29 | More character cleanup | dos-reis | 1 | -2/+2 |
2010-12-29 | SUBSTRING cleanup | dos-reis | 1 | -3/+3 |
2010-12-28 | more cleanup | dos-reis | 1 | -7/+7 |
2010-12-27 | * boot/initial-env.lisp (IDENTP): Remove. | dos-reis | 1 | -2/+2 |
2010-12-19 | * boot/translator.boot (BOOTTOCL): Replace Lisp-level contruct | dos-reis | 1 | -1/+1 |
2010-12-14 | * boot/ast.boot (bfQ): Emit STRING= for string comparison. | dos-reis | 1 | -2/+2 |
2010-12-11 | * boot/tokens.boot: `finally' is now a keyword. | dos-reis | 1 | -1/+12 |
2010-12-10 | Cleanup | dos-reis | 1 | -2/+1 |
2010-05-19 | * boot/translator.boot (translateToplevelExpression): Tidy. | dos-reis | 1 | -2/+1 |
2010-05-09 | * boot/tokens.boot: Don't rename 'cons'. | dos-reis | 1 | -2/+0 |
2010-05-07 | * interp/c-util.boot: Replace uses of rplac with explicit assignments. | dos-reis | 1 | -1/+13 |
2010-05-07 | * boot/ast.boot: Miscellaneous cleanup. | dos-reis | 1 | -1/+1 |
2010-02-10 | Update cached boot translator Lisp code | dos-reis | 1 | -0/+2 |
2009-09-04 | (no commit message) | dos-reis | 1 | -7/+7 |
2009-09-04 | * boot/ast.boot (bfAlternative): New. Move single assignment in | dos-reis | 1 | -6/+3 |
2009-09-03 | (no commit message) | dos-reis | 1 | -15/+15 |
2009-09-03 | * boot/ast.boot: More cleanup. | dos-reis | 1 | -357/+341 |
2009-09-02 | * boot/ast.boot: More cleanup. | dos-reis | 1 | -1/+2 |
2009-08-30 | * boot/ast.boot (bfSequence): Simplify COND branch bodies. | dos-reis | 1 | -196/+161 |
2009-08-29 | * boot/ast.boot (bfCase): Don't hold scrutinee's remaining | dos-reis | 1 | -182/+168 |
2009-08-29 | * boot/ast.boot (%Definition): Lose one argument. | dos-reis | 1 | -2/+9 |
2009-08-29 | * boot/ast.boot: More cleanup. | dos-reis | 1 | -40/+40 |
2009-08-29 | * boot/translator.boot (bpOutItem): Move to parser.boot. | dos-reis | 1 | -29/+0 |
2009-08-28 | * boot/ast.boot (bfCase): Don't introduce temporary for scrutinee | dos-reis | 1 | -94/+87 |
2009-08-27 | * boot/tokens.boot: "namespace" is now a keyword. | dos-reis | 1 | -1/+1 |
2009-08-20 | Discontinue computation of difference between "old" and "new" Boot. | dos-reis | 1 | -7/+1 |
2009-08-19 | * boot/ast.boot: Consistently prefix AST names by "%". | dos-reis | 1 | -6/+6 |
2009-05-11 | * boot/translator.boot: Don't load imported modules when | dos-reis | 1 | -1/+4 |
2009-05-10 | Cope with SBCL-1.0.28 improvements. | dos-reis | 1 | -19/+26 |
2009-05-10 | Update cached Boot translator bootstrap code | dos-reis | 1 | -457/+90 |
2008-09-22 | * boot/parser.boot (bpReturn): Allow assignment. | dos-reis | 1 | -8/+6 |
2008-09-07 | * boot/parser.boot (bpImport): Invert syntax for importing foreign | dos-reis | 1 | -3/+17 |