Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-25 | small gui mods | dos-reis | 2 | -22/+28 | |
2011-05-25 | more gui codes | dos-reis | 3 | -84/+80 | |
2011-05-24 | more gui codes | dos-reis | 5 | -94/+144 | |
2011-05-23 | Fix thinko | dos-reis | 1 | -1/+1 | |
2011-05-23 | Add new files | dos-reis | 8 | -6/+489 | |
2011-05-21 | more cleanup | dos-reis | 5 | -18/+25 | |
2011-05-21 | * interp/modemap.boot (augModemapsFromDomain): Don't add modemaps | dos-reis | 15 | -19552/+19578 | |
for element types of Vector or List aggregates. * algebrar/: Adjust algebras that depended on this behaviour. | |||||
2011-05-20 | * interp/compiler.boot (compConstructorCategory): Rewrite. | dos-reis | 2 | -2/+24 | |
2011-05-20 | more cleanup | dos-reis | 1 | -14/+11 | |
2011-05-20 | more cleanup | dos-reis | 11 | -20/+19 | |
2011-05-19 | * algebra/aggcat.spad.pamphlet (Aggregate) [more?,less?,size?]: | dos-reis | 14 | -21715/+21706 | |
Move to StreamAggregate. * algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Don't implement them. * algebra/tree.spad.pamphlet (Tree): Likewise. | |||||
2011-05-19 | remove construc.lisp | dos-reis | 2 | -841/+1 | |
2011-05-19 | * interp/i-analy.boot (bottomUpForm0): Tidy. | dos-reis | 6 | -43/+33 | |
* interp/i-eval.boot (evalForm): Likewise. * interp/buildom.boot (formalRecordField): New. (eltRecordFun): Use it. (seteltRecordFun): New. * interp/g-opt.boot (optSETRECORDELT): Remove. (optRECORDCOPY): Likewise. * interp/vmlisp.lisp (MAKE-VEC): Likewise. | |||||
2011-05-19 | * interp/i-eval.boot (evalForm): Adjust. | dos-reis | 6 | -30/+47 | |
* interp/buildom.boot (mkRecordFun): New. (eltRecordFun): Likewise. (copyRecordFun): Likewise. (mkRecordFunList): Use them. * interp/g-opt.boot (optMkRecord): Remove. (optRECORDELT): Likewise. * interp/lisp-backend.boot: Translate %vcopy. | |||||
2011-05-19 | more cleanup | dos-reis | 14 | -78/+64 | |
2011-05-19 | more cleanup | dos-reis | 16 | -55/+51 | |
2011-05-19 | * interp/buildom.boot (lookupInDomainVector): Establish a new | dos-reis | 19 | -61/+64 | |
binding for $lookupDefaults. | |||||
2011-05-18 | Tidy formatting | dos-reis | 2 | -27/+33 | |
2011-05-18 | fix dependency on showimp.boot | dos-reis | 2 | -2/+2 | |
2011-05-18 | * interp/buildom.boot (mkEnumerationFunList): Include enum | dos-reis | 2 | -10/+16 | |
constants in the operation list. | |||||
2011-05-18 | more cleanup | dos-reis | 4 | -75/+73 | |
2011-05-18 | * interp/buildom.boot (Enumeration): Provide implementation of | dos-reis | 2 | -48/+65 | |
constants. | |||||
2011-05-18 | * boot/translator.boot: Remove bindings of $GenVarCounter. | dos-reis | 9 | -820/+759 | |
* boot/parser.boot (bpOutItem): Bind it here. | |||||
2011-05-18 | more Boot cleanup | dos-reis | 2 | -36/+40 | |
2011-05-17 | more cleanup | dos-reis | 10 | -22/+26 | |
2011-05-17 | more cleanup | dos-reis | 2 | -83/+77 | |
2011-05-17 | * interp/buildom.boot (EnumerationCategory): Rewrite. | dos-reis | 4 | -5/+25 | |
* interp/compiler.boot (compEnumCat): New. Compile EnumerationCategory forms. | |||||
2011-05-17 | cleanup | dos-reis | 11 | -22088/+22094 | |
2011-05-16 | * boot/ast.boot (bfAtScope): New. | dos-reis | 7 | -65/+55 | |
* boot/parser.boot (bpDo): Accept scoped expressions. * boot/translator.boot: Cleanup. | |||||
2011-05-16 | * boot/tokens.boot: "do" is now a keyword. | dos-reis | 8 | -4/+26 | |
* boot/ast.boot (bfDo): New. * boot/parser.boot (bpDo): New. (bpReturn): Include do-expressions. * interp/vmlisp.lisp (do): Remove. | |||||
2011-05-15 | * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE | dos-reis | 7 | -27/+74 | |
forms. Translate %Namespace forms too. * boot/parser.boot (bpApplication): Include Namespace too. | |||||
2011-05-15 | cleanup | dos-reis | 17 | -83/+79 | |
2011-05-14 | Remove recently introduced bpNamedScope | dos-reis | 2 | -18/+6 | |
2011-05-14 | more cleanup | dos-reis | 2 | -56/+52 | |
2011-05-14 | * boot/parser.boot (bpNamedScope): New. | dos-reis | 3 | -4/+21 | |
(bpApplication): Call it. | |||||
2011-05-14 | cleanup | dos-reis | 1 | -1/+1 | |
2011-05-14 | cleanup | dos-reis | 10 | -29/+33 | |
2011-05-13 | * boot/utility.boot (charPosition): New. | dos-reis | 5 | -13/+41 | |
* boot/scanner.boot (shoeAccumulateLines): Use it. (shoeS): Likewise. | |||||
2011-05-12 | * boot/initial-env.lisp (MAKE-HASHTABLE): Remove. | dos-reis | 11 | -43/+42 | |
(BEVC-MAKE-FULL): Likewise. (MAKE-BVEC): Likewise. * boot/tokens.boot (shoeKeyTableCons): Adjust. (shoePunCons): Likewise. (shoeDfu): Likewise. (shoeXref): Likewise. | |||||
2011-05-07 | * algebra/table.spad.pamphlet (HashTable): Use tableValue instead | dos-reis | 7 | -20/+39 | |
of HGET. Use tableLength instead of HCOUNT. | |||||
2011-05-06 | more cleanup | dos-reis | 29 | -136/+133 | |
2011-05-05 | more cleanup | dos-reis | 26 | -115/+126 | |
2011-05-05 | more cleanups | dos-reis | 5 | -16/+24 | |
2011-05-05 | more cleanup | dos-reis | 5 | -21/+7 | |
2011-05-04 | * boot/initial-env.lisp (shoeOpenOutputFile): Remove. Adjust | dos-reis | 3 | -61/+84 | |
callers to use outputTextFile. | |||||
2011-05-03 | * boot/initial-env.lisp (shoeOpenInputFile): Remove. Adjust | dos-reis | 4 | -67/+97 | |
callers to use inputTextFile with try/finally. | |||||
2011-05-03 | more cleanup | dos-reis | 5 | -15/+14 | |
2011-05-03 | more cleanup | dos-reis | 2 | -78/+90 | |
2011-05-02 | * boot/ast.boot (idList?, charList?, stringLits?): New. | dos-reis | 11 | -531/+629 | |
(bfMember): Use them for special cases. * boot/parser.boot (bpDefinition): Stop support MDEF forms. (bpMdef, bpMDefTail): Remove. * boot/tokens.boot: "==>" is no longer a token. | |||||
2011-05-02 | more cleanups | dos-reis | 13 | -49/+56 | |