aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-07 11:54:00 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-07 11:54:00 +0000
commitb026c698fddcfeba5d125e09583555f6fbffd5e9 (patch)
tree9dc79780e49318de7b9fa12b251444bca291ad6a /src/ChangeLog
parent52f63170b7e7989ed6720bda143307acbf07dd06 (diff)
downloadopen-axiom-b026c698fddcfeba5d125e09583555f6fbffd5e9.tar.gz
* configure.ac.pamphlet: Add 'debug' to Lisp optimize proclamation
when --enable-checking.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 38e08d62..463f784e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/translator.boot (genOptimizeOptions): New.
+ (shoeClLines): Use it.
+ (shorClCLines): Likewise.
+ * lisp/core.lisp.in ($LispOptimizeOptions): New; export.
+
2008-08-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/Makefile.pamphlet (makeint.lisp): Tidy.