Age | Commit message (Expand) | Author | Files | Lines |
2011-02-07 | * boot/tokens.boot: arrayRef is now a builtin function. | dos-reis | 2 | -2/+3 |
2011-01-27 | Generate SVREF for simple vector slot refs. | dos-reis | 2 | -1/+3 |
2011-01-03 | (no commit message) | dos-reis | 3 | -9/+9 |
2011-01-02 | * interp/nrunfast.boot (evalSlotDomain): Expand to VM forms before | dos-reis | 1 | -1/+1 |
2011-01-02 | Remove uses of SETF in Boot codes | dos-reis | 1 | -6/+3 |
2011-01-01 | Symbol cleanups | dos-reis | 3 | -6/+10 |
2010-12-30 | more string cleanups | dos-reis | 2 | -5/+4 |
2010-12-30 | more char cleanup | dos-reis | 1 | -1/+1 |
2010-12-29 | More char cleanups | dos-reis | 4 | -181/+117 |
2010-12-29 | More character cleanup | dos-reis | 11 | -86/+94 |
2010-12-29 | (no commit message) | dos-reis | 2 | -6/+3 |
2010-12-29 | SUBSTRING cleanup | dos-reis | 8 | -70/+83 |
2010-12-28 | more cleanup | dos-reis | 11 | -149/+175 |
2010-12-28 | Clean up | dos-reis | 3 | -2/+4 |
2010-12-27 | * boot/initial-env.lisp (IDENTP): Remove. | dos-reis | 7 | -41/+42 |
2010-12-27 | * boot/includer.boot (char): Move to token.boot. | dos-reis | 5 | -22/+28 |
2010-12-19 | more cleanup | dos-reis | 1 | -0/+1 |
2010-12-19 | * boot/translator.boot (BOOTTOCL): Replace Lisp-level contruct | dos-reis | 2 | -17/+17 |
2010-12-18 | * boot/initial-env.lisp (SIZE): Remove. | dos-reis | 6 | -34/+27 |
2010-12-18 | * boot/initial-env.lisp (VEC-SETELT): Remove. | dos-reis | 4 | -27/+29 |
2010-12-15 | * boot/tokens.boot: symbolName is now a builtin function. | dos-reis | 1 | -0/+1 |
2010-12-15 | * boot/tokens.boot: canonicalFilename is now a builtin function. | dos-reis | 2 | -0/+2 |
2010-12-14 | * boot/ast.boot (bfQ): Emit STRING= for string comparison. | dos-reis | 4 | -3/+5 |
2010-12-12 | * boot/ast.boot (bfIS1): Tidy. | dos-reis | 2 | -2/+4 |
2010-12-12 | * boot/ast.boot (bfIS1): Tidy. | dos-reis | 2 | -4/+8 |
2010-12-11 | * interp/i-syscmd.boot: Use try-finally expression instead of Lisp | dos-reis | 2 | -2/+4 |
2010-12-11 | * boot/tokens.boot: `finally' is now a keyword. | dos-reis | 8 | -19/+46 |
2010-12-11 | * boot/parser.boot (bpListAndRecover): Use Lisp-level CATCH. | dos-reis | 5 | -498/+656 |
2010-12-11 | Clean up | dos-reis | 6 | -36/+31 |
2010-12-11 | Clean up | dos-reis | 4 | -6/+8 |
2010-12-11 | * boot/ast.boot (bfMmeber): Tidy. | dos-reis | 2 | -8/+9 |
2010-12-10 | (no commit message) | dos-reis | 2 | -32/+38 |
2010-12-10 | Cleanup | dos-reis | 4 | -13/+12 |
2010-11-30 | * etc/Makefile.in: Use the driver. | dos-reis | 1 | -2/+1 |
2010-11-29 | Add support for translator and linker in the driver | dos-reis | 1 | -21/+17 |
2010-11-01 | (no commit message) | dos-reis | 1 | -1/+1 |
2010-08-08 | do insist that default float format is double-float everywhere | dos-reis | 1 | -0/+5 |
2010-07-27 | * boot/tokens.boot: quo and rem are now keywords and infix operators. | dos-reis | 4 | -6/+20 |
2010-07-24 | * interp/compiler.boot (compMatchAlternative): Don't generate | dos-reis | 2 | -1/+3 |
2010-07-18 | * boot/tokens.boot: Add char? as builtin function. | dos-reis | 2 | -2/+4 |
2010-07-18 | More cleanups | dos-reis | 2 | -0/+2 |
2010-06-20 | * boot/tokens.boot (readOnly?): New builtin Boot function. | dos-reis | 2 | -8/+10 |
2010-05-28 | cleanu up syntax in tokens.boot | dos-reis | 2 | -6/+6 |
2010-05-28 | Add support for 'property' builtin function. | dos-reis | 6 | -6/+24 |
2010-05-28 | * boot/tokens.boot: args is now a selector. | dos-reis | 2 | -0/+2 |
2010-05-26 | * boot/tokens.boot: Automatically translate alphabetic?, digit?, | dos-reis | 2 | -35/+46 |
2010-05-23 | * boot/tokens.boot: gensym is now candidate for renaming. | dos-reis | 3 | -7/+9 |
2010-05-22 | * interp/cparse.boot (npQuiver): Redefine. Now send Application | dos-reis | 5 | -65/+64 |
2010-05-19 | * boot/ast.boot: Add %Leave ast node. | dos-reis | 4 | -383/+390 |
2010-05-19 | * boot/translator.boot (translateToplevelExpression): Tidy. | dos-reis | 2 | -3/+2 |