diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2d62f92f..b48dee15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2011-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/ast.boot (%Module): Now take three arguments. + * boot/parser.boot (bpModuleInterface): Rename from bpExports. + (bpModuleExports): New. + (bpModule): Now allow specification of exported names. + 2011-04-17 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/tokens.boot: Translate maxIndex to MAXINDEX. |