diff options
author | dos-reis <gdr@axiomatics.org> | 2011-11-26 08:04:54 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-11-26 08:04:54 +0000 |
commit | db6d06dab90131e3551f7c9f33337f115a8782fa (patch) | |
tree | 14509ff49bcb89359ed39d0f6a29d7be13d471a3 /src/ChangeLog | |
parent | 0ecaa80c84fb857d75072eeac224a8f3d80138b8 (diff) | |
download | open-axiom-db6d06dab90131e3551f7c9f33337f115a8782fa.tar.gz |
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc4e2ab4..8af446a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,19 @@ 2011-11-25 Gabriel Dos Reis <gdr@cs.tamu.edu> + * 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 <gdr@cs.tamu.edu> + * interp/define.boot (processDefinitionParameters): New. Abstract from compDefineCapsuleFunction. (compDefineCapsuleFunction): Use it. Tidy. |