Age | Commit message (Expand) | Author | Files | Lines |
2012-01-12 | * boot/parser.boot (bpFunction): New. | dos-reis | 3 | -12/+37 |
2012-01-09 | * boot/parser.boot (bpRequire): New. Use it throughout this module. | dos-reis | 1 | -84/+74 |
2012-01-08 | * boot/ast.boot (bfEnum): New. | dos-reis | 2 | -16/+28 |
2011-12-28 | * interp/vmlisp.lisp (SORTBY): Remove. | dos-reis | 3 | -41/+78 |
2011-12-28 | * boot/tokens.boot: Remove redundant renaming of REM. | dos-reis | 1 | -23/+24 |
2011-12-28 | * boot/tokens.boot: Do not rewrite drop and take. | dos-reis | 2 | -20/+56 |
2011-12-10 | * boot/parser.boot (bpArgtypeList): Accept mapping types. | dos-reis | 4 | -19/+99 |
2011-11-29 | * boot/tokens.boot (absKind, absParms, absBody): New selectors. | dos-reis | 2 | -6/+7 |
2011-10-30 | * interp/sys-macros.lisp (MKPF1): Tidy. | dos-reis | 3 | -41/+50 |
2011-10-29 | * interp/lisplib.boot (makePredicateBitVector): Take a DB argument. | dos-reis | 1 | -1/+1 |
2011-10-22 | * boot/tokens.boot: Add new selectors: mapOperation, mapSignature, | dos-reis | 1 | -5/+7 |
2011-10-21 | Workaround proclamation bug in GCL | dos-reis | 3 | -10/+26 |
2011-10-05 | * lisp/core.lisp.in (eof?): New. | dos-reis | 1 | -6/+7 |
2011-10-04 | * boot/utility.boot (symbolAssoc): Rename from assocSymbol. Export. | dos-reis | 1 | -22/+28 |
2011-10-03 | Cleanup. | dos-reis | 5 | -47/+12 |
2011-10-02 | * boot/utility.boot (objectAssoc): New. Export. | dos-reis | 3 | -9/+29 |
2011-10-01 | * boot/parser.boot (bpImport): Accept long names for used namespaces. | dos-reis | 3 | -23/+39 |
2011-10-01 | * boot/utility.boot: Define BOOTTRAN namespace. | dos-reis | 4 | -30/+138 |
2011-09-30 | * boot/utility.boot (firstNonblankPosition): New. | dos-reis | 4 | -24/+64 |
2011-09-30 | * boot/ast.boot (bfTableIteratorBindingForm): New. | dos-reis | 3 | -99/+96 |
2011-09-30 | * boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms. | dos-reis | 8 | -5483/+4971 |
2011-08-07 | cleanup | dos-reis | 4 | -90/+101 |
2011-08-06 | cleanup | dos-reis | 2 | -53/+39 |
2011-08-05 | * boot/tokens.boot: Remove unused and antiquated tokens. | dos-reis | 1 | -8/+6 |
2011-08-05 | cleanup | dos-reis | 3 | -27/+23 |
2011-08-04 | * boot/ast.boot (bfFlattenSeq): Rewrite. | dos-reis | 1 | -48/+17 |
2011-08-04 | cleanup | dos-reis | 1 | -7/+4 |
2011-08-04 | * boot/ast.boot (bfSTEP): Synthetize artificial variable for | dos-reis | 1 | -0/+1 |
2011-07-14 | * boot/ast.boot (bfIS1): Tidy test for cons cells. | dos-reis | 1 | -0/+1 |
2011-07-13 | * boot/tokens.boot: copyString, copyTree, and copyVector are now | dos-reis | 1 | -5/+7 |
2011-07-03 | * boot/tokens.boot: flushOutput, writeNewline, writeString | dos-reis | 2 | -4/+13 |
2011-06-22 | * boot/ast.boot (shoeEVALANDFILEACTQ): Remove. | dos-reis | 3 | -172/+146 |
2011-06-05 | * boot/ast.boot: Remove debugging statement. | dos-reis | 3 | -4/+2 |
2011-05-29 | * interp/sys-utility.boot (displayTextFile): New. | dos-reis | 1 | -12/+12 |
2011-05-29 | * lisp/core.lisp.in (readExpr): New. | dos-reis | 2 | -1/+2 |
2011-05-28 | * lisp/core.lisp.in: Define and export readLine and readbyte. | dos-reis | 3 | -9/+7 |
2011-05-26 | * boot/ast.boot (shoeCompTran1): Translate arguments to vector | dos-reis | 1 | -15/+7 |
2011-05-21 | more cleanup | dos-reis | 2 | -5/+10 |
2011-05-19 | more cleanup | dos-reis | 1 | -7/+9 |
2011-05-18 | * boot/translator.boot: Remove bindings of $GenVarCounter. | dos-reis | 5 | -806/+751 |
2011-05-18 | more Boot cleanup | dos-reis | 1 | -25/+23 |
2011-05-16 | * boot/ast.boot (bfAtScope): New. | dos-reis | 3 | -43/+31 |
2011-05-16 | * boot/tokens.boot: "do" is now a keyword. | dos-reis | 3 | -2/+8 |
2011-05-15 | * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE | dos-reis | 3 | -8/+36 |
2011-05-15 | cleanup | dos-reis | 1 | -2/+0 |
2011-05-14 | Remove recently introduced bpNamedScope | dos-reis | 1 | -10/+5 |
2011-05-14 | more cleanup | dos-reis | 1 | -33/+29 |
2011-05-14 | * boot/parser.boot (bpNamedScope): New. | dos-reis | 1 | -4/+9 |
2011-05-14 | cleanup | dos-reis | 5 | -15/+18 |
2011-05-13 | * boot/utility.boot (charPosition): New. | dos-reis | 2 | -9/+21 |