aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-28 01:27:39 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-28 01:27:39 +0000
commitc5d08b45f11c6b2acd7284802c9ffa43e6c73d09 (patch)
treed4d713ea95eff5474b646de80a271031a5dcb64b /src/ChangeLog
parent31cd499e87188ec57621f12335d4db910facdc1b (diff)
downloadopen-axiom-c5d08b45f11c6b2acd7284802c9ffa43e6c73d09.tar.gz
* lisp/Makefile.in: Link the basic core with a C++ compiler when
GCL or ECL. * lisp/core.lisp.in: Implement appropriate change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index acb4b103..67bdc994 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2010-11-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * lisp/Makefile.in: Link the basic core with a C++ compiler when
+ GCL or ECL.
+ * lisp/core.lisp.in: Implement appropriate change.
+
+2010-11-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* etc/Makefile.in: Compile and link with a C++ compiler.
* etc/asq.c.pamphlet: Fix bogus declarations of standard
functions. Fix const-correctness for string literals.