diff options
author | dos-reis <gdr@axiomatics.org> | 2008-07-03 00:01:49 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-07-03 00:01:49 +0000 |
commit | 2a1884f21c2de5c43dab64c5c438230e4a29c612 (patch) | |
tree | 3699f59eafdfce79468c1bf20070063387c26691 /src/ChangeLog | |
parent | b4c802eb28e2d66b93d0c888f0cd47fd13ffcf44 (diff) | |
download | open-axiom-2a1884f21c2de5c43dab64c5c438230e4a29c612.tar.gz |
(compAndDefine): Capture by name, not pointer.
(compQuietly): Likewise.
(compileQuietly): Likewise.
* interp/macros.lisp (PRINT-AND-EVAL-DEFUN): Move to sys-utility.boot.
(EVAL-DEFUN): Likewise.
(COMPILE-DEFUN): 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 9f61d8ee..0677c26b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,12 @@ * interp/compiler.boot (compExpression): Tidy. (coerceExtraHard): Convert domain instantiations to domain objects. + (compAndDefine): Capture by name, not pointer. + (compQuietly): Likewise. + (compileQuietly): Likewise. + * interp/macros.lisp (PRINT-AND-EVAL-DEFUN): Move to sys-utility.boot. + (EVAL-DEFUN): Likewise. + (COMPILE-DEFUN): Likewise. 2008-06-14 Gabriel Dos Reis <gdr@cs.tamu.edu> |