From 2a353d15669a83a5b7bc0a9710f81b829667ece7 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 23 Aug 2012 14:20:14 +0000 Subject: * 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. --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/ChangeLog') 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 + + * 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 * interp/br-search.boot (getTemporaryDirectory): Search TMPDIR first. -- cgit v1.2.3