From 29e53d366bd313f432aa744b651875f97438586c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 2 May 2011 02:18:44 +0000 Subject: * boot/parser.boot (bpDefinition): Accept macro definition starting with the keyword "MACRO". * boot/translator.boot (exportNames): Export them in all evaluation contexts. * interp/c-util.boot: "macro" is now a keyword. * interp/define.boot: Likewise. * interp/g-util.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/postpar.boot: Likewise. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 44815356..a6f84486 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2011-05-01 Gabriel Dos Reis + + * boot/parser.boot (bpDefinition): Accept macro definition + starting with the keyword "MACRO". + * boot/translator.boot (exportNames): Export them in all + evaluation contexts. + * interp/c-util.boot: "macro" is now a keyword. + * interp/define.boot: Likewise. + * interp/g-util.boot: Likewise. + * interp/i-syscmd.boot: Likewise. + * interp/postpar.boot: Likewise. + 2011-05-01 Gabriel Dos Reis * interp/macros.lisp (WI, tryLine, embrace indentNB, tryBreak) -- cgit v1.2.3