aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-06-26 20:21:15 +0000
committerdos-reis <gdr@axiomatics.org>2010-06-26 20:21:15 +0000
commit7eabcc6358795f6a44b3771cb0cb1b659a5d08f3 (patch)
tree45c4302ea936e8045fcd15ff18ad53a3bc15946f /src/ChangeLog
parent1a500aa511c69c769afc27e0c0f786db54167f19 (diff)
downloadopen-axiom-7eabcc6358795f6a44b3771cb0cb1b659a5d08f3.tar.gz
* interp/g-opt.boot ($VMsideEffectFreeOperators): Include %vref
and %vlength. * interp/g-util.boot: Expand them. * algebra/array1.spad.pamphlet (PrimitiveArray): Use them. (IndexedOneDimensionalArray): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61418877..0a6758d4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2010-06-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %vref
+ and %vlength.
+ * interp/g-util.boot: Expand them.
+ * algebra/array1.spad.pamphlet (PrimitiveArray): Use them.
+ (IndexedOneDimensionalArray): Likewise.
+
+2010-06-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* algebra/aggcat.spad.pamphlet (HomogeneousAggregate): Satisfy
BasicType if element type satisfies it.