diff options
author | dos-reis <gdr@axiomatics.org> | 2011-02-12 20:39:25 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-02-12 20:39:25 +0000 |
commit | 7597a3e89739d29132c6b2f06563f8eb90799a74 (patch) | |
tree | f77e2e57a7cd8268ec7893ecb852fac743e525e4 /src/ChangeLog | |
parent | e44a361a938389bcb86af09d458c615ac8d73489 (diff) | |
download | open-axiom-7597a3e89739d29132c6b2f06563f8eb90799a74.tar.gz |
* interp/compiler.boot (compCons1): Use coerce not convert.
(setqSingle): Likewise.
(setqMultiple): Likewise.
(compConstruct): Likewise.
(compQuote): Likewise.
(compElt): Likewise.
(compSignatureImport): Likewise.
(compComma): Likewise.
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 f38f9d7a..15a1634e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,16 @@ 2011-02-12 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (compCons1): Use coerce not convert. + (setqSingle): Likewise. + (setqMultiple): Likewise. + (compConstruct): Likewise. + (compQuote): Likewise. + (compElt): Likewise. + (compSignatureImport): Likewise. + (compComma): Likewise. + +2011-02-12 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (compExpressionList): Remove. (compForm1): Don't call it. |