aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-17 05:59:14 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-17 05:59:14 +0000
commit61c21a03a39727337729fc6bccae0f856271a61e (patch)
tree7096bec4e7182c3782269c158b1fc00794ce4861 /src/ChangeLog
parent5ab5655d4467eddbcef288bde816fe111b901948 (diff)
downloadopen-axiom-61c21a03a39727337729fc6bccae0f856271a61e.tar.gz
* lisp/core.lisp.in (|getOptionValue|): Make second argument optional.
* interp/sys-driver.boot (initializeGlobalState): Set $compileExportsOnly. * interp/lisplib.boot (compDefineExports): New. * interp/define.boot (skipCategoryPackage?): New. (compDefineCategory1): Use it. (compDefineFunctor): Don't compile to NRLIB if interested only in exports. (compDefineFunctor1): Honor $compileExportsOnly. * interp/sys-macros.lisp (|withOutputFile|): New. * interp/sys-utility.boot (quoteForm): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4500762e..68248438 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
2008-11-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * lisp/core.lisp.in (|getOptionValue|): Make second argument optional.
+ * interp/sys-driver.boot (initializeGlobalState): Set
+ $compileExportsOnly.
+ * interp/lisplib.boot (compDefineExports): New.
+ * interp/define.boot (skipCategoryPackage?): New.
+ (compDefineCategory1): Use it.
+ (compDefineFunctor): Don't compile to NRLIB if interested only in
+ exports.
+ (compDefineFunctor1): Honor $compileExportsOnly.
+ * interp/sys-macros.lisp (|withOutputFile|): New.
+ * interp/sys-utility.boot (quoteForm): Likewise.
+
+2008-11-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/define.boot: More cleanup.
* interp/iterator.boot: Likewise.