aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-18 15:37:25 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-18 15:37:25 +0000
commitf04f6bff2bb92b851b5aef56c6846fd01b493d7d (patch)
treec6a1e58944d528c6e4671d891d7dcf4c9804ed7c /src/ChangeLog
parent54c2b07353f228554b92269a9a4e688683ae85d6 (diff)
downloadopen-axiom-f04f6bff2bb92b851b5aef56c6846fd01b493d7d.tar.gz
* interp/parse.boot (parseHas): Constants are not attributes.
* interp/compiler.boot (compHasFormat): Handle signature for constants too. * interp/info.boot (actOnInfo): Likewise. * algebra/data.spad.pamphlet (sample$Byte): Make a constant. (SystemInteger): Export constant 'sample'. (SystemNonNegativeInteger): Likewise. * algebra/aggcat2.spad.pamphlet (FiniteLinearAggregateFunctions2): Use 'sample' or 'random' elements when allocating new aggregates.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01ad0fac..0319eb6b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
+2009-02-18 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/parse.boot (parseHas): Constants are not attributes.
+ * interp/compiler.boot (compHasFormat): Handle signature for
+ constants too.
+ * interp/info.boot (actOnInfo): Likewise.
+ * algebra/data.spad.pamphlet (sample$Byte): Make a constant.
+ (SystemInteger): Export constant 'sample'.
+ (SystemNonNegativeInteger): Likewise.
+ * algebra/aggcat2.spad.pamphlet (FiniteLinearAggregateFunctions2):
+ Use 'sample' or 'random' elements when allocating new aggregates.
+
2009-02-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
* algebra/data.spad.pamphlet (ByteBuffer): Tidy. Manage size