aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ca73592e..2add1045 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2010-05-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/ast.boot: Translate assignment to head and tail of a list.
+ Remove explicit uses of RPLACA and RPLACD.
+ * boot/includer.boot: Likewise.
+ * boot/scanner.boot: Likewise.
+ * boot/translator.boot: Likewise.
+
+2010-05-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP with
integer?, string?, symbol?, and cons? respectively.
* interp/wi1.boot: Likewise.