aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-07 00:04:39 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-07 00:04:39 +0000
commite869c4e050f29dffb51d26f53489422020f49e4f (patch)
tree19fa59732d0162b8b22c8c472f34f807a3d55122 /src/ChangeLog
parent62fb1ed88e7c6a94e1ba833a2078cc162e1a44f9 (diff)
downloadopen-axiom-e869c4e050f29dffb51d26f53489422020f49e4f.tar.gz
* 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.
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.