diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 11 |
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. |