aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-08 08:21:20 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-08 08:21:20 +0000
commitdef4da7bfc1f143b6a7a13a87895143909dc50c6 (patch)
tree8a5c0a90ae674840f1e95a1d0ce95e6f0887a370 /src/ChangeLog
parent05e0fb0c631ec281c283ef6afb27ee3f228c2828 (diff)
downloadopen-axiom-def4da7bfc1f143b6a7a13a87895143909dc50c6.tar.gz
* interp/scan.boot (scanCheckRadix): Take the radix in string form.
Croak on missing digit after radix. (scanNumber): Don't ask for implicit 0 completion for explicit radix integers. * interp/int-top.boot (phInterpret): Don't bother evaluating expressions if earlier phases saw errors. * interp/msg.boot (getStFromMsg): Fix typo.
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 10764537..4ef10c4c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2009-04-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/scan.boot (scanCheckRadix): Take the radix in string form.
+ Croak on missing digit after radix.
+ (scanNumber): Don't ask for implicit 0 completion for explicit
+ radix integers.
+ * interp/int-top.boot (phInterpret): Don't bother evaluating
+ expressions if earlier phases saw errors.
+ * interp/msg.boot (getStFromMsg): Fix typo.
+
2009-04-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/ast.boot: Support more ISO C sized integer type in FFI.