aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-11 16:26:54 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-11 16:26:54 +0000
commitf14f1018fb9d94d4bff48e1475978b0a9deec0d1 (patch)
tree4a45ff073c8114ba630883236bc1daab52e911d9 /src/ChangeLog
parent0129463153f8237d0aed03deda4316dd3d45d7c2 (diff)
downloadopen-axiom-f14f1018fb9d94d4bff48e1475978b0a9deec0d1.tar.gz
* interp/g-opt.boot ($VMsideEffectFreeOperators): Include %funcall
and %nothing. * algebra/mkfunc.spad.pamphlet: Use %funcall instead of FUNCALL.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 99adb3f1..6334dc87 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %funcall
+ and %nothing.
+ * algebra/mkfunc.spad.pamphlet: Use %funcall instead of FUNCALL.
+
2011-02-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/vmlisp.lisp (VEC-SETELT): Remove.