aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-23 06:24:08 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-23 06:24:08 +0000
commit461221b5ee886e30778b65765aaaedf4e0b76c36 (patch)
tree3612fad67322edc40521e6e25fd8874c989fe3ba /src/ChangeLog
parent1db4bd76938d5901b39cb516327a054c1aa0fdec (diff)
downloadopen-axiom-461221b5ee886e30778b65765aaaedf4e0b76c36.tar.gz
* interp/compiler.boot ($IOFormDomains): New.
(compAtom): Allow implicit coercion to IO forms for values of fundamental types. (compSymbol): Likewise. (compQuote): Likewise. * algebra/aggcat.spad.pamphlet (coerce$BinaryRecursiveAggregate): Don't hard code empty bracket.
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 6f839da9..30faef3d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2009-04-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/compiler.boot ($IOFormDomains): New.
+ (compAtom): Allow implicit coercion to IO forms for values of
+ fundamental types.
+ (compSymbol): Likewise.
+ (compQuote): Likewise.
+ * algebra/aggcat.spad.pamphlet (coerce$BinaryRecursiveAggregate):
+ Don't hard code empty bracket.
+
2009-04-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/sys-constants.boot ($SystemInlinableConstructorNames):