diff options
author | dos-reis <gdr@axiomatics.org> | 2011-09-07 11:39:32 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-09-07 11:39:32 +0000 |
commit | 80e53e21c3d0f18791ca5a4905217c1f89aa90f1 (patch) | |
tree | 3578ecdcb3be868ba98bd1bb0eac9ee19c411494 /src/ChangeLog | |
parent | 69f3bfa6c96a350b086ca9f21a7f55dabb7cf30f (diff) | |
download | open-axiom-80e53e21c3d0f18791ca5a4905217c1f89aa90f1.tar.gz |
* interp/define.boot (compDefineFunctor1): Augment the envionment
with current instantiation.
* interp/c-util.boot (isSubset): Accept values of current
instantiation as values of the current domain.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8d257861..0a9f4601 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2011-09-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/define.boot (compDefineFunctor1): Augment the envionment + with current instantiation. + * interp/c-util.boot (isSubset): Accept values of current + instantiation as values of the current domain. + +2011-09-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (compImport): Don't do anything if bootstrapping: there is no much to import for now. * interp/define.boot (getOperationAlist): Get the isFunctor |