aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-20 03:03:50 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-20 03:03:50 +0000
commit4957231038f00c946afee42e96b38ea1e2ea108e (patch)
treed928f3e072219cd37a52a58de0065b47819dbe11 /src/ChangeLog
parent5f31fef6e30bc63657955d95939a310fa37867d8 (diff)
downloadopen-axiom-4957231038f00c946afee42e96b38ea1e2ea108e.tar.gz
* boot/ast.boot (genECLnativeTranslation): Tidy.
(genSBCLnativeTranslation): Likewise. * interp/compiler.boot (emitLocalCallInsn): Likewise. (compForm1): Allow package call to external function. (compElt): Likewise. (getExternalSymbolMode): New. (compForeignPackageCall): Likewise.
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 6063b7f5..069201ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
2009-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/ast.boot (genECLnativeTranslation): Tidy.
+ (genSBCLnativeTranslation): Likewise.
+ * interp/compiler.boot (emitLocalCallInsn): Likewise.
+ (compForm1): Allow package call to external function.
+ (compElt): Likewise.
+ (getExternalSymbolMode): New.
+ (compForeignPackageCall): Likewise.
+
+2009-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* algebra/any.spad.pamphlet (Binding): Define Rep. Tidy.
(Contour): Likewise.
(findBinding$Contour): Now return Maybe Binding.