diff options
author | dos-reis <gdr@axiomatics.org> | 2011-04-30 00:44:12 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-04-30 00:44:12 +0000 |
commit | 8470ab862150f003472a1bb05605972c34a2005e (patch) | |
tree | 3237e28d9b84a4d750f03fbd1d46c7d8837a119b /src/ChangeLog | |
parent | 52889faf70db19459d18fd18123635479e7266d1 (diff) | |
download | open-axiom-8470ab862150f003472a1bb05605972c34a2005e.tar.gz |
* interp/vmlisp.lisp (remove): Remove.
(REMOVEQ, NREMOVEQ): Likewise.
* boot/utility.boot (removeSymbol, removeScalar, removeValue)
(remove): New.
* boot/ast.boot (bfMDef): Use applySubst in lieu of SUBLIS.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0c98595..fa6d0d76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2011-04-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/vmlisp.lisp (remove): Remove. + (REMOVEQ, NREMOVEQ): Likewise. + * boot/utility.boot (removeSymbol, removeScalar, removeValue) + (remove): New. + * boot/ast.boot (bfMDef): Use applySubst in lieu of SUBLIS. + +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. |