diff options
author | dos-reis <gdr@axiomatics.org> | 2011-04-29 09:51:00 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-04-29 09:51:00 +0000 |
commit | 52889faf70db19459d18fd18123635479e7266d1 (patch) | |
tree | dd020d1d4dc6c245bdec5f7b6c2594d4e6f77a18 /src/ChangeLog | |
parent | 75b600291e154f55fe8d6d10658980315204ced2 (diff) | |
download | open-axiom-52889faf70db19459d18fd18123635479e7266d1.tar.gz |
* boot/utility.boot (assocSymbol): New.
(applySubst): Likewise. Export.
* boot/ast.boot: Use it. Remove SUBLIS and SUBLISLIS.
* interp/ax.boot: Likewise.
* interp/br-con.boot: Likewise.
* interp/br-op1.boot: Likewise.
* interp/br-op2.boot: Likewise.
* interp/br-prof.boot: Likewise.
* interp/br-saturn.boot: Likewise.
* interp/buildom.boot: Likewise.
* interp/c-doc.boot: Likewise.
* interp/c-util.boot: Likewise.
* interp/cattable.boot: Likewise.
* interp/compiler.boot: Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4353c654..d0c98595 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,22 @@ 2011-04-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/utility.boot (assocSymbol): New. + (applySubst): Likewise. Export. + * boot/ast.boot: Use it. Remove SUBLIS and SUBLISLIS. + * interp/ax.boot: Likewise. + * interp/br-con.boot: Likewise. + * interp/br-op1.boot: Likewise. + * interp/br-op2.boot: Likewise. + * interp/br-prof.boot: Likewise. + * interp/br-saturn.boot: Likewise. + * interp/buildom.boot: Likewise. + * interp/c-doc.boot: Likewise. + * interp/c-util.boot: Likewise. + * interp/cattable.boot: Likewise. + * interp/compiler.boot: Likewise. + +2011-04-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/cattable.boot (hasCat): Add type. Accept only instantiation forms. (simpHasPred): Adjust call to hasCat. |