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 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. |