aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-12-28 06:12:21 +0000
committerdos-reis <gdr@axiomatics.org>2011-12-28 06:12:21 +0000
commit292bd212f1c30a51f0191128d5a9cd2691c5ccf9 (patch)
treeb3df4b4c43f312e5f0ac52dde5de9b3791833714 /src/ChangeLog
parent1fd6a63bbce9234ba3b8efa12c9a91643f0a87a1 (diff)
downloadopen-axiom-292bd212f1c30a51f0191128d5a9cd2691c5ccf9.tar.gz
* boot/tokens.boot: Remove redundant renaming of REM.
loopBody and loopExit are not selectors. * interp/i-output.boot: Include sys-utility. * interp/sys-utility.boot (last): New macro. (loopBody): Likewise. * interp/vmlisp.lisp (LASTNODE): Remove. (LASTPAIR): Likewise. (last): Do not define here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 59992dbb..ebc8a2a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2011-12-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/tokens.boot: Remove redundant renaming of REM.
+ loopBody and loopExit are not selectors.
+ * interp/i-output.boot: Include sys-utility.
+ * interp/sys-utility.boot (last): New macro.
+ (loopBody): Likewise.
+ * interp/vmlisp.lisp (LASTNODE): Remove.
+ (LASTPAIR): Likewise.
+ (last): Do not define here.
+
2011-12-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/tokens.boot: Do not rewrite drop and take.