From 933f9087bd5606d7af5aa5fbb7aedec96a360290 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 10 Sep 2011 19:09:06 +0000 Subject: * interp/macros.lisp (COERCE-FAILURE-MSG): Remove. (check-subtype): Likewise. (check-union): Likewise. (MAKE-REASONABLE): Move to diagnostic.boot. Rename. (assert): Move to sys-macros.lisp. * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %retract and %pullback. (optRetract): Tidy. (optPullback): New. * interp/diagnostics.boot (makeReasonable): New. (moanRetract): Likewise. Use it. * interp/buildom.boot (mkNewUnionFunList): Simplify. (mkUnionFunList): Likewise. --- src/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ddbc9312..b1f80cb7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2011-09-10 Gabriel Dos Reis + + * interp/macros.lisp (COERCE-FAILURE-MSG): Remove. + (check-subtype): Likewise. + (check-union): Likewise. + (MAKE-REASONABLE): Move to diagnostic.boot. Rename. + (assert): Move to sys-macros.lisp. + * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %retract + and %pullback. + (optRetract): Tidy. + (optPullback): New. + * interp/diagnostics.boot (makeReasonable): New. + (moanRetract): Likewise. Use it. + * interp/buildom.boot (mkNewUnionFunList): Simplify. + (mkUnionFunList): Likewise. + 2011-09-10 Gabriel Dos Reis * interp/g-opt.boot (doInlineCall): New. -- cgit v1.2.3