aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-27 21:28:37 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-27 21:28:37 +0000
commit31cd499e87188ec57621f12335d4db910facdc1b (patch)
tree711c088d7fd24bb8014396318c9ec3d7f6236d37 /src/ChangeLog
parentd9d1578c937658aea790f713ec93a486a1a92478 (diff)
downloadopen-axiom-31cd499e87188ec57621f12335d4db910facdc1b.tar.gz
* 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.
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 ffbceec5..acb4b103 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2010-11-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* lisp/Makefile.in (GCL_LTCC): Specify the tag.
(GCL_LTLD): Likewise.