From b893a938b4051bc30a9c44bdcf6000bff11969c4 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 19 Apr 2011 13:18:04 +0000 Subject: * interp/newfort.boot: Likewise. * interp/define.boot (orderBySubsumption): Fix thinko. * interp/boot-pkg.lisp: Use BOOTTRAN package. Don't import names individually. * boot/utility.boot: New. * boot/translator.boot (exportNames): Fix thinko. * boot/tokens.boot: Add charEq? and scalarEq? builtiin functions. * boot/ast.boot (bfMember): Generate call to symbolMember? for membership tests for symbols. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index b48dee15..a7009036 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2011-04-19 Gabriel Dos Reis + + * interp/newfort.boot: Likewise. + * interp/define.boot (orderBySubsumption): Fix thinko. + * interp/boot-pkg.lisp: Use BOOTTRAN package. Don't import names + individually. + * boot/utility.boot: New. + * boot/translator.boot (exportNames): Fix thinko. + * boot/tokens.boot: Add charEq? and scalarEq? builtiin functions. + * boot/ast.boot (bfMember): Generate call to symbolMember? for + membership tests for symbols. + 2011-04-19 Gabriel Dos Reis * boot/ast.boot (%Module): Now take three arguments. -- cgit v1.2.3