aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ddbc9312..b1f80cb7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,21 @@
2011-09-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * 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 <gdr@cs.tamu.edu>
+
* interp/g-opt.boot (doInlineCall): New.
(optCall): Use it to implement inline functions.
($VMsideEffectFreeOperators): Include %apply and STRINGIMAGE.