From a31ebb2c1b71c66ac34ffb0c27e6d7188ffb0906 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 29 May 2010 19:25:31 +0000 Subject: * interp/compiler.boot (getExternalSymbolMode): Allow Lisp as foreign language. (checkExternalEntity): Likewise. (compSignatureImport): Likewise. Give foreign variables dummy values. * interp/c-util.boot (middleEndExpand): Handle %true and %false. * interp/g-util.boot (expandToVMForm): Likewise. --- src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ebd6ae0f..b9850970 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2010-05-29 Gabriel Dos Reis + + * interp/compiler.boot (getExternalSymbolMode): Allow Lisp as + foreign language. + (checkExternalEntity): Likewise. + (compSignatureImport): Likewise. Give foreign variables dummy values. + * interp/c-util.boot (middleEndExpand): Handle %true and %false. + * interp/g-util.boot (expandToVMForm): Likewise. + 2010-05-28 Gabriel Dos Reis Add support for 'property' builtin function. -- cgit v1.2.3