From 7b2ac81092d360b63ba6ff360aae7b2f8570133c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 26 Nov 2011 09:07:18 +0000 Subject: * interp/define.boot ($NRTdeltaList): Remove. ($NRTdeltaListComp): Likeewise. (compDefineFunctor1): Do not bind them. (assignCapsuleFunctionSlot): Use dbUsedEntities. * interp/nruncomp.boot (NRTaddDeltaCode): Likewise. (dbEntitySlot): New. (NRTassocIndex): Use it. (genDeltaEntry): Use dbUsedEntities. (getLocalIndex): Likewise. (vectorLocation): Likewise. (NRTsubstDelta): Likewise. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 8af446a1..36762a23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2011-11-26 Gabriel Dos Reis + + * interp/define.boot ($NRTdeltaList): Remove. + ($NRTdeltaListComp): Likeewise. + (compDefineFunctor1): Do not bind them. + (assignCapsuleFunctionSlot): Use dbUsedEntities. + * interp/nruncomp.boot (NRTaddDeltaCode): Likewise. + (dbEntitySlot): New. + (NRTassocIndex): Use it. + (genDeltaEntry): Use dbUsedEntities. + (getLocalIndex): Likewise. + (vectorLocation): Likewise. + (NRTsubstDelta): Likewise. + 2011-11-25 Gabriel Dos Reis * interp/br-con.boot (conOpPage1): Fix typo. -- cgit v1.2.3