diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-19 00:42:27 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-19 00:42:27 +0000 |
commit | abd2b49e66adf06d16d6664526f693e67bdaf719 (patch) | |
tree | 8a7652a010f107d37926b2a5636f826a2ec298d6 /src/ChangeLog | |
parent | 0b00c2ae8f58ce6d812f6ce3fbfecc19db7ffd3f (diff) | |
download | open-axiom-abd2b49e66adf06d16d6664526f693e67bdaf719.tar.gz |
* boot/translator.boot (BOOTTOCL): Replace Lisp-level contruct
with try/finally.
(BOOTTOCLC): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 07e81b09..2cbddc90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2010-12-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/translator.boot (BOOTTOCL): Replace Lisp-level contruct + with try/finally. + (BOOTTOCLC): Likewise. + +2010-12-18 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/initial-env.lisp (SIZE): Remove. (MAKE-VEC): Likewise. (MAKE-CVEC): Likewise. |