From db6d06dab90131e3551f7c9f33337f115a8782fa Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 26 Nov 2011 08:04:54 +0000 Subject: * interp/br-con.boot (conOpPage1): Fix typo. * interp/c-util.boot (registerConstructor): New. (currentConstructor): Likewise. (makeCompilationData): Initialize dbEntityBuffer. (dbEntityBuffer): New. (dbUsedEntities): Likewise. (dbEntityCount): Likewise. * interp/compiler.boot: Adjust call to getLocalIndex, NRTassocIndex * interp/define.boot: Likewise. ($NRTdeltaLength): Remove. * interp/nruncomp.boot: Likewise. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index cc4e2ab4..8af446a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2011-11-25 Gabriel Dos Reis + + * interp/br-con.boot (conOpPage1): Fix typo. + * interp/c-util.boot (registerConstructor): New. + (currentConstructor): Likewise. + (makeCompilationData): Initialize dbEntityBuffer. + (dbEntityBuffer): New. + (dbUsedEntities): Likewise. + (dbEntityCount): Likewise. + * interp/compiler.boot: Adjust call to getLocalIndex, NRTassocIndex + * interp/define.boot: Likewise. + ($NRTdeltaLength): Remove. + * interp/nruncomp.boot: Likewise. + 2011-11-25 Gabriel Dos Reis * interp/define.boot (processDefinitionParameters): New. Abstract -- cgit v1.2.3