aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-31 01:48:20 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-31 01:48:20 +0000
commit03c09deff90cb2eb7a85730f7e74bce2df268b47 (patch)
tree9e4a0a2dc92091e3ffc1f21bfba4849dbc367b2e /src/ChangeLog
parenta31c0a21788a17c1bce15120225bc5a15fa1da33 (diff)
downloadopen-axiom-03c09deff90cb2eb7a85730f7e74bce2df268b47.tar.gz
* interp/vmlisp.lisp: Remove QREFELT, QSDEC1, QSETREFV, QSETVELT,
QSETVELT-1, QSINC1, QVELT, QVELT-1. * algebra/si.spad.pamphlet: Use %iinc and %idec forms.
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 2a257a72..cc64b761 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/vmlisp.lisp: Remove QREFELT, QSDEC1, QSETREFV, QSETVELT,
+ QSETVELT-1, QSINC1, QVELT, QVELT-1.
+ * algebra/si.spad.pamphlet: Use %iinc and %idec forms.
+
2011-01-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/nruncomp.boot (NRTputInHead): Tidy.