aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-03 07:07:41 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-03 07:07:41 +0000
commitd31c116e4080b085554c7f5cad72851cdb0e7b16 (patch)
tree669566ce309542d8724079af58b2f5865be3e24e /src/ChangeLog
parent7a8d437ec5431e0e33285c35478e76ec7f07580d (diff)
downloadopen-axiom-d31c116e4080b085554c7f5cad72851cdb0e7b16.tar.gz
* interp/slam.boot (reportFunctionCompilation): Use %otherwise,
not %true for default cases. (reportFunctionCacheAll): Likewise. (compileRecurrenceRelation): Likewise. * interp/lisp-backend.boot (expandTry): Tidy. * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %otherwise. * interp/compiler.boot (compAlternativeGuard): Emit %otherwise form, not Lisp level T form. * interp/clam.boot (compClam): Tidy. (compHash): Likewise. (compHashGlobal): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b28f673..c5f978c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
+2011-02-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/slam.boot (reportFunctionCompilation): Use %otherwise,
+ not %true for default cases.
+ (reportFunctionCacheAll): Likewise.
+ (compileRecurrenceRelation): Likewise.
+ * interp/lisp-backend.boot (expandTry): Tidy.
+ * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %otherwise.
+ * interp/compiler.boot (compAlternativeGuard): Emit %otherwise
+ form, not Lisp level T form.
+ * interp/clam.boot (compClam): Tidy.
+ (compHash): Likewise.
+ (compHashGlobal): Likewise.
+
2011-02-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/compiler.boot (finishLambdaExpression): Tidy. Don't