From f04f6bff2bb92b851b5aef56c6846fd01b493d7d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 18 Feb 2009 15:37:25 +0000 Subject: * 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. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ChangeLog') 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 + + * 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 * algebra/data.spad.pamphlet (ByteBuffer): Tidy. Manage size -- cgit v1.2.3