diff options
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 d60aba65..198e4647 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2009-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (getSuccessEnvironment): Tidy. + (getInverseEnvironment): Likewise. + (compLogicalNot): Don't normalize to if-statement. + +2009-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (compVector): Tidy code generation. (checkExternalEntity): Handle Builtin external entities. (compSignatureImport): Likewise. |