aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.