Age | Commit message (Expand) | Author | Files | Lines |
2011-05-12 | * boot/initial-env.lisp (MAKE-HASHTABLE): Remove. | dos-reis | 2 | -8/+8 |
2011-05-05 | more cleanup | dos-reis | 2 | -7/+8 |
2011-05-05 | more cleanups | dos-reis | 1 | -2/+2 |
2011-05-05 | more cleanup | dos-reis | 2 | -6/+4 |
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 | 2 | -1/+7 |
2011-05-03 | more cleanup | dos-reis | 1 | -55/+67 |
2011-05-02 | * boot/ast.boot (idList?, charList?, stringLits?): New. | dos-reis | 4 | -511/+593 |
2011-05-02 | * boot/parser.boot (bpDefinition): Accept macro definition | dos-reis | 4 | -35/+42 |
2011-05-01 | * boot/utility.boot (applySubstNQ): New. | dos-reis | 1 | -1/+24 |
2011-05-01 | * interp/buildom.boot: Replace use of EQSUBSTLIST with applySubst. | dos-reis | 1 | -1/+1 |
2011-05-01 | * boot/tokens.boot: Don't rename append. | dos-reis | 5 | -803/+848 |
2011-04-30 | * boot/ast.boot (bfAppend): Write in full. | dos-reis | 2 | -4/+38 |
2011-04-30 | more cleanup | dos-reis | 3 | -23/+23 |
2011-04-30 | cleanup | dos-reis | 1 | -1/+10 |
2011-04-30 | * interp/vmlisp.lisp (remove): Remove. | dos-reis | 2 | -8/+72 |
2011-04-29 | * boot/utility.boot (assocSymbol): New. | dos-reis | 2 | -2/+35 |
2011-04-28 | more cleanup | dos-reis | 1 | -1/+13 |
2011-04-28 | * boot/ast.boot (bfReduceCollect): Delegate to bfDoCollect if | dos-reis | 1 | -3/+10 |
2011-04-28 | * boot/ast.boot (bfCollect): Use bfDoCollect. | dos-reis | 1 | -493/+519 |
2011-04-27 | * boot/ast.boot (bfMakeCollectInsn): Fix thinko. | dos-reis | 2 | -142/+140 |
2011-04-25 | * boot/translator.boot (inAllContexts): New. | dos-reis | 2 | -15/+30 |
2011-04-24 | * boot/initial-env.lisp (MEMQ): Remove. | dos-reis | 2 | -23/+25 |
2011-04-24 | Tidy append redunction | dos-reis | 1 | -31/+46 |
2011-04-24 | * boot/ast.boot (bfMakeCollectInsn): New. | dos-reis | 6 | -500/+404 |
2011-04-24 | * boot/ast.boot (bfDoCollect): New. Implement one-pass | dos-reis | 2 | -511/+804 |
2011-04-23 | * boot/ast.boot (bf0APPEND): Remove. | dos-reis | 1 | -19/+5 |
2011-04-23 | * lisp/core.lisp.in: Export basic types and compiler data types. | dos-reis | 2 | -482/+479 |
2011-04-22 | * boot/tokens.boot: Don't translate setDifference. | dos-reis | 4 | -5/+27 |
2011-04-22 | more cleanup | dos-reis | 1 | -1/+24 |
2011-04-22 | * boot/utility.boot (copyList): Define. | dos-reis | 3 | -6/+25 |
2011-04-21 | * boot/tokens.boot: Don't translate lastNode anymore. | dos-reis | 2 | -4/+16 |
2011-04-21 | * boot/utility.boot (objectMember?): Don't rely non tail recursion | dos-reis | 3 | -23/+37 |
2011-04-21 | * boot/tokens.boot: Don't rename nreverse. | dos-reis | 5 | -70/+84 |
2011-04-20 | * interp/sys-utility.boot (substitute): Define. | dos-reis | 3 | -32/+45 |
2011-04-20 | more cleanup | dos-reis | 3 | -20/+40 |
2011-04-19 | * boot/tokens.boot: charUpcase, charDowncase, stringUpcase, | dos-reis | 3 | -36/+69 |
2011-04-19 | * interp/newfort.boot: Likewise. | dos-reis | 6 | -20/+77 |
2011-04-19 | * boot/ast.boot (%Module): Now take three arguments. | dos-reis | 3 | -446/+465 |
2011-04-18 | cleanup | dos-reis | 1 | -6/+5 |
2011-04-17 | * boot/tokens.boot: Translate maxIndex to MAXINDEX. | dos-reis | 1 | -1/+2 |
2011-04-16 | * boot/tokens.boot (shoeIdChar): Accept "!" too. | dos-reis | 1 | -7/+10 |
2011-04-15 | misc cleanup | dos-reis | 1 | -3/+5 |
2011-03-20 | More cleanup | dos-reis | 3 | -45/+31 |
2011-03-20 | * boot/translator.boot (FC): Remove. | dos-reis | 4 | -189/+23 |
2011-02-25 | * boot/tokens.boot: makeSymbol is not a builtin function. | dos-reis | 1 | -1/+2 |
2011-02-22 | * boot/tokens.boot: mmSource is a new selector for modemap datatype. | dos-reis | 1 | -0/+1 |
2011-02-07 | * boot/tokens.boot: arrayRef is now a builtin function. | dos-reis | 1 | -2/+2 |
2011-01-27 | Generate SVREF for simple vector slot refs. | dos-reis | 1 | -0/+1 |