aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 564676c1..981e07de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2010-07-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/g-opt.boot: Transform %iquo and %irem expressions.
+ ($VMsideEffectFreeOperators): Include %irem and %iquo.
+
+2010-07-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/tokens.boot: quo and rem are now keywords and infix operators.
* boot/parser.boot (bpEuclid): New. Parse integer quotient and
remainder expressions.