From 8470ab862150f003472a1bb05605972c34a2005e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 30 Apr 2011 00:44:12 +0000 Subject: * 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. --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index d0c98595..fa6d0d76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2011-04-29 Gabriel Dos Reis + + * 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 * boot/utility.boot (assocSymbol): New. -- cgit v1.2.3