Age | Commit message (Expand) | Author | Files | Lines |
2010-05-10 | Add lambda expression syntax to Boot. | dos-reis | 6 | -397/+432 |
2010-05-09 | More cleanups | dos-reis | 1 | -2/+1 |
2010-05-09 | * boot/tokens.boot: Don't rename 'car', 'cdr', and PAIRP. | dos-reis | 1 | -3/+0 |
2010-05-09 | More cleanups | dos-reis | 1 | -3/+3 |
2010-05-09 | * boot/tokens.boot: Don't rename 'cons'. | dos-reis | 4 | -19/+24 |
2010-05-09 | * boot/ast.boot: Miscellaneous cleanup. | dos-reis | 6 | -84/+84 |
2010-05-08 | * boot/parser.boot (bpArgumentList): New. | dos-reis | 2 | -19/+26 |
2010-05-07 | * interp/c-util.boot: Replace uses of rplac with explicit assignments. | dos-reis | 1 | -1/+13 |
2010-05-07 | * configure.ac.pamphlet: Add new option: --enable-int-file-retention. | dos-reis | 2 | -2/+10 |
2010-05-07 | * boot/ast.boot: Miscellaneous cleanup. | dos-reis | 11 | -135/+132 |
2010-05-07 | * boot/ast.boot: Translate assignment to head and tail of a list. | dos-reis | 6 | -11/+15 |
2010-05-06 | * interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP with | dos-reis | 5 | -26/+34 |
2010-02-10 | Update cached boot translator Lisp code | dos-reis | 4 | -9/+166 |
2010-02-08 | Add support for CLozure CL. | dos-reis | 2 | -9/+69 |
2009-09-27 | Fix SF/2854105 | dos-reis | 2 | -0/+7 |
2009-09-26 | Fix typo | dos-reis | 2 | -3/+2 |
2009-09-25 | * boot/ast.boot (bfMember): Improve a bit. | dos-reis | 5 | -12/+15 |
2009-09-25 | * boot/ast.boot (bfMember): New. | dos-reis | 5 | -311/+348 |
2009-09-20 | * boot/tokens.boot: "has" is not a keyword. | dos-reis | 7 | -34/+53 |
2009-09-08 | * boot/ast.boot: Support "pointer" as simple datatype. | dos-reis | 1 | -10/+13 |
2009-09-04 | (no commit message) | dos-reis | 4 | -286/+294 |
2009-09-04 | (no commit message) | dos-reis | 7 | -1019/+891 |
2009-09-04 | * boot/ast.boot (bfAlternative): New. Move single assignment in | dos-reis | 3 | -26/+53 |
2009-09-03 | (no commit message) | dos-reis | 5 | -83/+76 |
2009-09-03 | * boot/ast.boot: More cleanup. | dos-reis | 8 | -1837/+1746 |
2009-09-02 | * boot/ast.boot: More cleanup. | dos-reis | 11 | -284/+294 |
2009-08-30 | * boot/ast.boot (bfSequence): Simplify COND branch bodies. | dos-reis | 6 | -1292/+1089 |
2009-08-30 | * boot/parser.boot ($sawParenthesizedHead): Remove. | dos-reis | 2 | -70/+10 |
2009-08-29 | * boot/ast.boot (bfCase): Don't hold scrutinee's remaining | dos-reis | 3 | -531/+501 |
2009-08-29 | * boot/ast.boot (%Definition): Lose one argument. | dos-reis | 6 | -181/+114 |
2009-08-29 | (no commit message) | dos-reis | 4 | -26/+12 |
2009-08-29 | * boot/ast.boot: More cleanup. | dos-reis | 6 | -422/+358 |
2009-08-29 | * boot/ast.boot: Cleanup. | dos-reis | 2 | -34/+21 |
2009-08-29 | * boot/translator.boot (bpOutItem): Move to parser.boot. | dos-reis | 4 | -42/+44 |
2009-08-28 | * boot/ast.boot (bfCase): Don't introduce temporary for scrutinee | dos-reis | 3 | -462/+461 |
2009-08-27 | * boot/tokens.boot: "namespace" is now a keyword. | dos-reis | 8 | -392/+408 |
2009-08-20 | Discontinue computation of difference between "old" and "new" Boot. | dos-reis | 6 | -223/+8 |
2009-08-19 | * boot/ast.boot: Consistently prefix AST names by "%". | dos-reis | 6 | -133/+138 |
2009-08-17 | * boot/tokens.boot: Retire "^" as negation operator. | dos-reis | 2 | -8/+9 |
2009-08-14 | * boot/tokens.boot: Retire "^=". Introduce "~=". | dos-reis | 7 | -25/+31 |
2009-06-09 | * interp/compiler.boot (compLogicalNot): Tidy. | dos-reis | 1 | -1/+2 |
2009-05-14 | * algebra/any.spad.pamphlet (RuntimeValue): New domain. | dos-reis | 1 | -2/+6 |
2009-05-11 | * boot/translator.boot: Don't load imported modules when | dos-reis | 3 | -4/+8 |
2009-05-10 | Cope with SBCL-1.0.28 improvements. | dos-reis | 7 | -47/+128 |
2009-05-10 | Update cached Boot translator bootstrap code | dos-reis | 7 | -479/+887 |
2009-04-20 | * boot/ast.boot (genECLnativeTranslation): Tidy. | dos-reis | 1 | -7/+4 |
2009-04-09 | Fix SF/2564917 | dos-reis | 1 | -3/+1 |
2009-04-07 | * boot/ast.boot: Support more ISO C sized integer type in FFI. | dos-reis | 1 | -4/+21 |
2009-04-06 | * boot/ast.boot: Support more ISO C sized integer type in FFI. | dos-reis | 1 | -16/+60 |
2009-03-26 | * boot/ast.boot (nativeType): Accept int16 and int32. | dos-reis | 1 | -2/+10 |