aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-30 01:54:09 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-30 01:54:09 +0000
commite739fdc538405684ca1a4c7e58ef26bb9d5eacad (patch)
tree2f226cabef54a8cbe3f6be16465c8c4a5d3447cf /src/ChangeLog
parentbce316614ee1d8dbb77aff1b6a13c354c16f63ea (diff)
downloadopen-axiom-e739fdc538405684ca1a4c7e58ef26bb9d5eacad.tar.gz
* boot/parser.boot (bpExportItemList): New.
(bpExports): Likewise. (bpModule): Use it. * boot/ast.boot (bfCreateDef): Tidy. * boot/strap: Update cached Lisp translation.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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.