aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2010-05-28 * boot/tokens.boot: args is now a selector.dos-reis1-0/+7
2010-05-28 * interp/sys-utility.boot (eval): Define here.dos-reis1-0/+17
2010-05-27 * interp/sys-macros.lisp (eval): Expand opcodes before calling EVAL.dos-reis1-0/+42
2010-05-27 * interp/i-map.boot (compileCoerceMap): Minivectors are globaldos-reis1-0/+11
2010-05-26 * interp/slam.boot (compileRecurrenceRelation): Generate code todos-reis1-0/+7
2010-05-26 * boot/tokens.boot: Automatically translate alphabetic?, digit?,dos-reis1-0/+40
2010-05-26 * interp/c-util.boot ($ClearBodyToken): New constant.dos-reis1-0/+10
2010-05-25 * interp/g-util.boot: Add expanders for %lt, %le, %gt, %ge, %not,dos-reis1-0/+9
2010-05-25 * interp/i-spec2.boot (evalREPEAT): Generate %repeat forms.dos-reis1-0/+14
2010-05-25 * interp/g-util.boot: Implement expansion of %collect forms.dos-reis1-0/+13
2010-05-25 * interp/g-util.boot (expandToVMForm): New. Export.dos-reis1-0/+6
2010-05-24 * interp/i-object.boot (object): New. Abstract over boilerplate.dos-reis1-0/+8
2010-05-24 * interp/c-util.boot ($middleEndOpcodes): New.dos-reis1-0/+6
2010-05-23 * interp/i-spec1.boot (compileADEFBody): Establish a dynamicdos-reis1-0/+7
2010-05-23 * boot/tokens.boot: gensym is now candidate for renaming.dos-reis1-0/+31
2010-05-23 * input/collect.input.pamphlet: Remove bogus expression.dos-reis1-0/+4
2010-05-22 * interp/cparse.boot (npDefinitionItem): Consider a declaration asdos-reis1-0/+9
2010-05-22 * interp/ptrees.boot (pfWith): Now a function of two arguments.dos-reis1-0/+10
2010-05-22 * interp/cparse.boot (npQuiver): Redefine. Now send Applicationdos-reis1-0/+15
2010-05-19 * boot/ast.boot: Add %Leave ast node.dos-reis1-0/+6
2010-05-19 * boot/translator.boot (translateToplevelExpression): Tidy.dos-reis1-0/+4
2010-05-18 * interp/cparse.boot: Clean up.dos-reis1-0/+4
2010-05-17 * interp/fnewmeta.lisp: Remove out-of-date META grammar.dos-reis1-0/+6
2010-05-17 * interp/as.boot: Clean up.dos-reis1-0/+10
2010-05-16 * interp/i-util.boot (flattenCOND): Move from g-boot.boot.dos-reis1-0/+8
2010-05-16 * interp/property.lisp: Clean up.dos-reis1-0/+4
2010-05-16 * interp/daase.lisp ($ConstructorCache): Declare.dos-reis1-0/+9
2010-05-15 * boot/ast.boot (shoeCompTran1): Handle %Leave expressions.dos-reis1-0/+7
2010-05-15 * interp/vmlisp.lisp (SETELT): Remove.dos-reis1-0/+11
2010-05-13 * interp/sys-utility.boot (hashTable): Define.dos-reis1-0/+34
2010-05-11 Add support for interpreter-style anonymous function.dos-reis1-0/+7
2010-05-11 * interp/compiler.boot (freeVarUsage): New. Split out ofdos-reis1-0/+7
2010-05-10 Add lambda expression syntax to Boot.dos-reis1-0/+9
2010-05-09 * boot/tokens.boot: Don't rename 'car', 'cdr', and PAIRP.dos-reis1-0/+4
2010-05-09 * interp/bc-solve.boot: Move cleanup.dos-reis1-0/+41
2010-05-09 * boot/tokens.boot: Don't rename 'cons'.dos-reis1-1/+8
2010-05-09 * boot/ast.boot: Miscellaneous cleanup.dos-reis1-0/+9
2010-05-09 * interp/cattable.boot: Replace call to CONS with bracket syntax.dos-reis1-1/+30
2010-05-09 * interp/cparse.boot: Replace call to cons with bracket syntax.dos-reis1-0/+27
2010-05-09 * interp/c-util.boot: Replace uses of rplac with explicitdos-reis1-1/+11
2010-05-08 * interp/wi2.boot: Remove more RPLACA and RPLACD uses.dos-reis1-0/+24
2010-05-08 * interp/as.boot: Replace uses of RPLACA and RPLACD with explicitdos-reis1-0/+51
2010-05-08 * boot/parser.boot (bpArgumentList): New.dos-reis1-0/+24
2010-05-07 * interp/c-util.boot: Replace uses of rplac with explicit assignments.dos-reis1-1/+6
2010-05-07 * configure.ac.pamphlet: Add new option: --enable-int-file-retention.dos-reis1-0/+7
2010-05-07 * interp/as.boot: Miscellaneous cleanup.dos-reis1-0/+49
2010-05-07 * boot/ast.boot: Miscellaneous cleanup.dos-reis1-0/+10
2010-05-07 * boot/ast.boot: Translate assignment to head and tail of a list.dos-reis1-0/+8
2010-05-06 * interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP withdos-reis1-0/+83
2010-05-05 * interp/compiler.boot (setqSingle): Ignore $QuickLet.dos-reis1-0/+5