aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.