aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-02-08 01:08:42 +0000
committerdos-reis <gdr@axiomatics.org>2010-02-08 01:08:42 +0000
commit3f8f61e055c818711c6a6136b89b6e9fedda8c3c (patch)
treeb6892bc44f1604fe03e29cdf7a28109a63adb370 /src/ChangeLog
parent49820464da35e02649ec0d4107ac3ea4491e1620 (diff)
downloadopen-axiom-3f8f61e055c818711c6a6136b89b6e9fedda8c3c.tar.gz
Add support for CLozure CL.
* lisp/core.lisp.in: Add support for Clozure CL. (main): Remove as unused. * driver/utils.h (openaxiom_runtime): Add openaxiom_clozure_runtime. * boot/translator.boot (loadNativeModule): Handle Clozure CL. * boot/ast.boot (nativeType): Handle Clozure's FFI types. (nativeReturnType): Likewise. (coerceToNativeType): Likewise. (genCLOZUREnativeTranslation): New. (genImportDeclaration): Use it. * interp/vmlisp.lisp (SINTP): Remove duplicate definition. (SMINTP): Likewise. (ZERO?): Likewise. (GCMSG): Reorganize definition. (BPINAME): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 65af692f..0c6ab682 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,23 @@
2010-02-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ Add support for CLozure CL.
+ * lisp/core.lisp.in: Add support for Clozure CL.
+ (main): Remove as unused.
+ * driver/utils.h (openaxiom_runtime): Add openaxiom_clozure_runtime.
+ * boot/translator.boot (loadNativeModule): Handle Clozure CL.
+ * boot/ast.boot (nativeType): Handle Clozure's FFI types.
+ (nativeReturnType): Likewise.
+ (coerceToNativeType): Likewise.
+ (genCLOZUREnativeTranslation): New.
+ (genImportDeclaration): Use it.
+ * interp/vmlisp.lisp (SINTP): Remove duplicate definition.
+ (SMINTP): Likewise.
+ (ZERO?): Likewise.
+ (GCMSG): Reorganize definition.
+ (BPINAME): Likewise.
+
+2010-02-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/daase.lisp: Remove conditionals on :CCL.
* interp/fname.lisp: Likewise.
* interp/foam_l.lisp: Likewise.