aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-29 20:21:43 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-29 20:21:43 +0000
commitbce316614ee1d8dbb77aff1b6a13c354c16f63ea (patch)
tree63af5ac89937cab1c29a910f88fa33433ad625ef /src/ChangeLog
parent7e465ce1b99903491c6132466808c9fa51ae500e (diff)
downloadopen-axiom-bce316614ee1d8dbb77aff1b6a13c354c16f63ea.tar.gz
cleanup CLisp FFI
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f25b4744..22d89055 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
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.
+ (genImportDeclaration): Tidy.
+ (bpOutItem): Likewise.
+ ($OpenAxiomCoreModuleLoaded): Remove.
+ * interp/sys-driver.boot: Tidy.
+
+2008-04-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* lisp/core.lisp.in: Export %ByteArray and makeByteArray.
(CONCAT): Tdiy.
* lib/sockio-c.c: Tidy.