Age | Commit message (Expand) | Author | Files | Lines |
2008-05-17 | * interp/compiler.boot (compSetq1): Use %Comma, not Tuple. | dos-reis | 1 | -0/+1 |
2008-05-09 | * interp/c-util.boot: Remove Old Boot semantics. | dos-reis | 2 | -47/+56 |
2008-05-08 | * boot/translator.boot (translateToplevel): Split out of bpOutItem. | dos-reis | 10 | -143/+229 |
2008-05-08 | * boot/translator.boot (bpOutItem): Handle namespace declaration. | dos-reis | 8 | -20/+21 |
2008-04-30 | * boot/tokens.boot: Declare tokens as constants. | dos-reis | 2 | -23/+23 |
2008-04-30 | * boot/parser.boot (bpExportItemList): New. | dos-reis | 10 | -447/+644 |
2008-04-29 | cleanup CLisp FFI | dos-reis | 4 | -97/+211 |
2008-04-29 | Cleanup, part 2. | dos-reis | 2 | -7/+56 |
2008-04-24 | Remove duplicate junk. | dos-reis | 1 | -2/+7 |
2008-04-23 | * boot/ast.boot: Tidy. | dos-reis | 14 | -65/+61 |
2008-04-22 | Update cached Lisp translation | dos-reis | 6 | -435/+678 |
2008-04-22 | * interp/br-data.boot: Tidy. | dos-reis | 1 | -1/+0 |
2008-04-19 | * boot/translator.boot: Cleanup. | dos-reis | 2 | -432/+353 |
2008-04-19 | * boot/ast.boot (%DefaultValue): New %Ast node. | dos-reis | 2 | -22/+47 |
2008-04-14 | * boot/tokens.boot: Don't rename NOT. | dos-reis | 1 | -4/+2 |
2008-04-09 | * boot/translator.boot (bpOutItem): Tidy. | dos-reis | 3 | -5/+24 |
2008-04-02 | src/boot/ | dos-reis | 1 | -3/+5 |
2008-03-26 | Fix shared linking regression | dos-reis | 2 | -6/+6 |
2008-03-25 | * interp/vmlisp.lisp (DEFINE-FUNCTION): Move boot-pkg.lisp. | dos-reis | 1 | -0/+1 |
2008-03-24 | Add support for SBCL and CLisp | dos-reis | 3 | -19/+74 |
2008-03-16 | * boot/translator.boot: Switch to new native type translation. | dos-reis | 1 | -1/+2 |
2008-03-16 | * lisp/Makefile.in (void_type): New. | dos-reis | 3 | -3/+24 |
2008-02-15 | Tidy src/boot | dos-reis | 2 | -4/+4 |
2008-02-15 | * boot/parser.boot (bpSimpleCatch): New. | dos-reis | 4 | -189/+259 |
2008-02-15 | Add try/catch to Boot. | dos-reis | 4 | -20/+73 |
2008-02-04 | * boot/translator.boot (translateToplevelExpression): New. | dos-reis | 9 | -1766/+1366 |
2008-02-02 | * boot/translator.boot (translateBootFile): Tidy. | dos-reis | 1 | -1/+1 |
2008-01-29 | fix typos from last commit | dos-reis | 2 | -8/+8 |
2008-01-28 | Update Boot code | dos-reis | 4 | -57/+211 |
2008-01-28 | Support signature declaration in Boot. | dos-reis | 3 | -8/+37 |
2008-01-28 | * boot/Makefile.pamphlet: Remove. | dos-reis | 19 | -7908/+5699 |
2008-01-08 | * boot/Makefile.pamphlet (AXIOM_LOCAL_LISP): Use Lisp image with C | dos-reis | 2 | -7/+5 |
2008-01-08 | Automate FFI at Boot level | dos-reis | 4 | -9/+50 |
2008-01-01 | Annual ChangeLog rotation. | dos-reis | 1 | -0/+0 |
2007-12-27 | Remove more Makefile pamphlets and other leftover. | dos-reis | 1 | -5/+5 |
2007-12-07 | boot/ | dos-reis | 2 | -1/+5 |
2007-12-03 | * translator.boot.pamphlet (translateBootFile): Adjust call to | dos-reis | 2 | -4/+7 |
2007-12-02 | src/boot/ | dos-reis | 3 | -6/+29 |
2007-11-18 | src/boot/ | dos-reis | 2 | -1/+6 |
2007-11-17 | * ast.boot.pamphlet ($bfCamming): Define as global. | dos-reis | 3 | -54/+53 |
2007-10-27 | * ast.boot.pamphlet (bfLp1): Simplify loop code generation. | dos-reis | 7 | -903/+969 |
2007-10-20 | Add documentation to bfSUBLIS1 | dos-reis | 1 | -0/+5 |
2007-10-15 | * ast.boot.pamphlet (bfSUBLIS1): Return fix point. | dos-reis | 2 | -1/+5 |
2007-10-14 | more work toward removing depsys | dos-reis | 2 | -1/+7 |
2007-10-14 | * ast.boot.pamphlet (bfGetOldBootName): New. | dos-reis | 5 | -13/+146 |
2007-09-11 | src/lisp/ | dos-reis | 3 | -6/+12 |
2007-09-10 | * Makefile.pamphlet (stage0/%.$(FASLEXT)): Remove. | dos-reis | 3 | -42/+46 |
2007-08-22 | * translator.boot.pamphlet (bpOutItem): Don't delay variable | dos-reis | 2 | -3/+7 |
2007-08-19 | * translator.boot.pamphlet (EVAL-BOOT-FILE): Fix thinko. Use | dos-reis | 2 | -12/+20 |
2007-08-18 | * translator.boot.pamphlet (bpOutItem): Translate ConstantDefinition | dos-reis | 4 | -172/+225 |