aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-07 22:27:42 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-07 22:27:42 +0000
commit0b7e16bb78d7715409c44bf6b41f9fb234b8f987 (patch)
tree5213ebcd45ff338825d2d41bb3cea47e44d0e3bb /src/ChangeLog
parentb026c698fddcfeba5d125e09583555f6fbffd5e9 (diff)
downloadopen-axiom-0b7e16bb78d7715409c44bf6b41f9fb234b8f987.tar.gz
* lisp/core.lisp.in (boot-completed-p): New.
(|$useDynamicLink|): Likewise. (|$effectiveFaslType|): Hold extension of linkable FASL. (|$NativeModuleExt|): Tidy. (|$CoreLibName|): New. (|$ExtraRuntimeLibraries|): Likewise. (extra-runtime-libs): Likewise. (complete-fasl-list-for-link): Likewise. (|link|) [ECL]: Link against system libraries. (|compileLispFile|): Tidy. (begin-compile-time): New. (end-compile-time): Likewise. (compile-time-p): Likewise. (import-module): Use it. * lisp/Makefile.in ($(OUT)/lisp$(EXEEXT)): Use oa_c_runtime_extra. * lib/Makefile.in (oa_installed_corelib): New. * boot/initial-env.lisp: Don't export systemRootDirectory and systemLibraryDirectory from here. * boot/translator.boot (systemRootDirectory): Move to lisp/core.lisp. (systemLibraryDirectory): Likewise. (loadSystemRuntimeCore): Do nothing for GCL and ECL. * interp/boot-pkg.lisp: Inform that Boot system is compleye.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 463f784e..e28e5c9a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,30 @@
2008-08-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * lisp/core.lisp.in (boot-completed-p): New.
+ (|$useDynamicLink|): Likewise.
+ (|$effectiveFaslType|): Hold extension of linkable FASL.
+ (|$NativeModuleExt|): Tidy.
+ (|$CoreLibName|): New.
+ (|$ExtraRuntimeLibraries|): Likewise.
+ (extra-runtime-libs): Likewise.
+ (complete-fasl-list-for-link): Likewise.
+ (|link|) [ECL]: Link against system libraries.
+ (|compileLispFile|): Tidy.
+ (begin-compile-time): New.
+ (end-compile-time): Likewise.
+ (compile-time-p): Likewise.
+ (import-module): Use it.
+ * lisp/Makefile.in ($(OUT)/lisp$(EXEEXT)): Use oa_c_runtime_extra.
+ * lib/Makefile.in (oa_installed_corelib): New.
+ * boot/initial-env.lisp: Don't export systemRootDirectory and
+ systemLibraryDirectory from here.
+ * boot/translator.boot (systemRootDirectory): Move to lisp/core.lisp.
+ (systemLibraryDirectory): Likewise.
+ (loadSystemRuntimeCore): Do nothing for GCL and ECL.
+ * interp/boot-pkg.lisp: Inform that Boot system is compleye.
+
+2008-08-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/translator.boot (genOptimizeOptions): New.
(shoeClLines): Use it.
(shorClCLines): Likewise.