diff options
author | dos-reis <gdr@axiomatics.org> | 2008-01-13 23:42:24 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-01-13 23:42:24 +0000 |
commit | ef3e16960ee4d9d1c02c1f63a7f8125a489d1373 (patch) | |
tree | 2bb872902f2b4735c1639e87bcdad50a619d35a1 /src/ChangeLog | |
parent | ef479d62b3218ebc50dd470efd04cb5607a276d1 (diff) | |
download | open-axiom-ef3e16960ee4d9d1c02c1f63a7f8125a489d1373.tar.gz |
Fix SF/1852076
* algebra/domain.spad (reify$Domain): Specify target type of
conversion.
* interp/nrunfast.boot (newLookupInDomain): Tidy.
(newLookupInCategories): Likewise.
* testsuite/interpreter/1852076.input: New.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76d32f49..03a128f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2008-01-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + Fix SF/1852076 + * algebra/domain.spad (reify$Domain): Specify target type of + conversion. + * interp/nrunfast.boot (newLookupInDomain): Tidy. + (newLookupInCategories): Likewise. + * testsuite/interpreter/1852076.input: New. + +2008-01-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + Fix SF/1867459 * interp/postpar.boot (postError): Fix thinko. * interp/parse.boot ($defOp): Define. @@ -8,7 +17,7 @@ 2008-01-13 Ralf Hemmecke <ralf@hemmecke.de> Gabriel Dos Reis <gdr@cs.tamu.edu> - * algebra/bags.spad.pamphlet (Stack$map!): Cache the result in the + * algebra/bags.spad.pamphlet (map!$Stack): Cache the result in the underlying reference. 2008-01-11 Gabriel Dos Reis <gdr@cs.tamu.edu> @@ -18,7 +27,7 @@ 2008-01-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * algebra/syntax.spad (getOperator): Inject into the right - Union branhc. + Union branch. 2008-01-08 Gabriel Dos Reis <gdr@cs.tamu.edu> |