diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 22d89055..dae86473 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2008-04-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/parser.boot (bpExportItemList): New. + (bpExports): Likewise. + (bpModule): Use it. + * boot/ast.boot (bfCreateDef): Tidy. + * boot/strap: Update cached Lisp translation. + +2008-04-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/util.lisp (build-interpsys): Call %sysInit. * boot/translator.boot (shoeClLines): Output module finalization. (shoeClCLines): Likewise. |