aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-08-23 14:20:14 +0000
committerdos-reis <gdr@axiomatics.org>2012-08-23 14:20:14 +0000
commit2a353d15669a83a5b7bc0a9710f81b829667ece7 (patch)
tree0b3630c16bdae0aa2e40820492247dbcb29e6f92 /src/ChangeLog
parent9d2967000ee40227f9120c256f47fbc5f55183cd (diff)
downloadopen-axiom-2a353d15669a83a5b7bc0a9710f81b829667ece7.tar.gz
* boot/ast.boot ($ffs): New.
(genImportDeclaration): Update it. * boot/translator.boot (genModuleFinalization): Tidy. Generate code to update $dynamicForeignFunctions where necessary. (atLoadOrExecutionTime): New. * lisp/core.lisp.in (UNBIND-FOREIGN-FUNCTION-SYMBOLS): New. (saveCore): Use it. ($dynamicForeignFunctions): New. Export.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a617910b..c3ed8f75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2012-08-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/ast.boot ($ffs): New.
+ (genImportDeclaration): Update it.
+ * boot/translator.boot (genModuleFinalization): Tidy. Generate
+ code to update $dynamicForeignFunctions where necessary.
+ (atLoadOrExecutionTime): New.
+ * lisp/core.lisp.in (UNBIND-FOREIGN-FUNCTION-SYMBOLS): New.
+ (saveCore): Use it.
+ ($dynamicForeignFunctions): New. Export.
+
2012-08-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/br-search.boot (getTemporaryDirectory): Search TMPDIR first.