diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-16 17:53:03 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-16 17:53:03 +0000 |
commit | 64a98e2f75407a020ed217227ad0e6e6a3730800 (patch) | |
tree | 2ec0bc4e3433731a7e2d16f4cc741b04307b78ab /src/ChangeLog | |
parent | cd820d07248dcce1106cbcd5e18bd4831b570f76 (diff) | |
download | open-axiom-64a98e2f75407a020ed217227ad0e6e6a3730800.tar.gz |
* boot/translator.boot: Switch to new native type translation.
* interp/sys-driver.boot (stdStreamIsTerminal): Simplify.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 32510f10..543c3177 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2008-03-16 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/translator.boot: Switch to new native type translation. + * interp/sys-driver.boot (stdStreamIsTerminal): Simplify. + +2008-03-16 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/Makefile.in (void_type): New. (char_type): Likewise. (int_type): Likewise. |