diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-15 09:20:22 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-15 09:20:22 +0000 |
commit | a2f39f13bed2d39accb83cbb7f9e3336b2c92c1c (patch) | |
tree | 08d31ef32d2acb81c52ef96cc3dcf12820e72b87 /src/ChangeLog | |
parent | 78e524ef8c2135d112f880695af20b1b818011cd (diff) | |
download | open-axiom-a2f39f13bed2d39accb83cbb7f9e3336b2c92c1c.tar.gz |
* lisp/core.lisp.in (|$StandardLinking|): New. Export.
* lisp/Makefile.in (edit): Update.
* interp/daase.lisp: Don't load initial databases when
--system-algebra.
* interp/Makefile.pamphlet (${SAVESYS}): Build with --system-algebra.
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 c9fe22ae..7056f856 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2008-08-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in (|$StandardLinking|): New. Export. + * lisp/Makefile.in (edit): Update. + * interp/daase.lisp: Don't load initial databases when + --system-algebra. + * interp/Makefile.pamphlet (${SAVESYS}): Build with --system-algebra. + +2008-08-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/vmlisp.lisp (BPINAME): Define for ECL too. * interp/util.lisp (*BIN-TYPE*): Remove. Use $faslType throughout. * interp/daase.lisp (get-current-directory): Tidy conditional |