aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-21 02:51:45 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-21 02:51:45 +0000
commit0b97ae7365e5ba3d3e078147124e096f7cccde4b (patch)
tree7c592d28e943a0ad51f6b7f77e8435fe01a03f00 /src/ChangeLog
parent84baa1f88fc80b1e05412dcf5a25234962317691 (diff)
downloadopen-axiom-0b97ae7365e5ba3d3e078147124e096f7cccde4b.tar.gz
* algebra/annacat.spad.pamphlet (NumericalIntegrationProblem):
Remove redundant signature. (NumericalODEProblem): Likewise. (NumericalPDEProblem): Likewise. (NumericalOptimizationProblem): Likewise. * algebra/forttyp.spad.pamphlet (FortranType): Likewise. * algebra/void.spad.pamphlet (Void): Now CoercibleTo OutputForm.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 72b59787..7b1351e0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
2008-11-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * algebra/annacat.spad.pamphlet (NumericalIntegrationProblem):
+ Remove redundant signature.
+ (NumericalODEProblem): Likewise.
+ (NumericalPDEProblem): Likewise.
+ (NumericalOptimizationProblem): Likewise.
+ * algebra/forttyp.spad.pamphlet (FortranType): Likewise.
+ * algebra/void.spad.pamphlet (Void): Now CoercibleTo OutputForm.
+
+2008-11-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* algebra/wtpol.spad.pamphlet (WeightedPolynomials): No
HomotopicTo P.
(OrdinaryWeightedPolynomials): Likewise.