diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-17 02:36:40 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-17 02:36:40 +0000 |
commit | e546308ba905ffb34a8adea792d10fb3242430a8 (patch) | |
tree | b3184026823fdd37dbdf4addc1265c60637375a6 /src/ChangeLog | |
parent | cd3ae903c73e2bbe0b5381f78b2094827e5e0585 (diff) | |
download | open-axiom-e546308ba905ffb34a8adea792d10fb3242430a8.tar.gz |
* algebra/ffp.spad.pamphlet (FiniteFieldExtensionByPolynomial)
[tableForDiscreteLogarithm]: Don't use pretend where checked
coercion is intended.
* algebra/pf.spad.pamphlet (InnerPrimeField)
[tableForDiscreteLogarithm]: Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fc269f1a..6c53e30b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2013-05-16 Gabriel Dos Reis <gdr@integrable-solutions.net> + * algebra/ffp.spad.pamphlet (FiniteFieldExtensionByPolynomial) + [tableForDiscreteLogarithm]: Don't use pretend where checked + coercion is intended. + * algebra/pf.spad.pamphlet (InnerPrimeField) + [tableForDiscreteLogarithm]: Likewise. + +2013-05-16 Gabriel Dos Reis <gdr@integrable-solutions.net> + * algebra/aggcat.spad.pamphlet (AssociationListAggregate) [assoc]: Change return type to instance of Maybe. * algebra/list.spad.pamphle (AssociationList): Reflect change. |