aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-05-30 15:35:50 +0000
committerRob Savoye <rob@welcomehome.org>2001-05-30 15:35:50 +0000
commit682f43d2645995ccfef6c84beaf7f1aea69d1875 (patch)
treedabde2872c7fb3f7c7b10321bbcf4dc9765b63f0 /ChangeLog
parent4330bafff46c45742dc65b79a7e06196f0d89336 (diff)
downloaddejagnu-682f43d2645995ccfef6c84beaf7f1aea69d1875.zip
dejagnu-682f43d2645995ccfef6c84beaf7f1aea69d1875.tar.gz
dejagnu-682f43d2645995ccfef6c84beaf7f1aea69d1875.tar.bz2
* acinclude.m4(DJ_AC_STL): Also use
AC_LANG_CPLUSPLUS so we build this test case with G++. * aclocal.m4, configure: Regenerated. * dejagnu.h: Don't use testout(), have each method print the array value directly, which is much simpler. * acinclude.m4(DJ_AC_STL): s/for for/for/. * dejagnu.h: Add conditional support for sstream. (testout): Likewise. Make return type `const'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efa0fc1..9c52815 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-05-28 Rob Savoye <rob@peggyo.welcomehome.org>
+
+ * acinclude.m4(DJ_AC_STL): Also use
+ AC_LANG_CPLUSPLUS so we build this test case with G++.
+ * aclocal.m4, configure: Regenerated.
+ * dejagnu.h: Don't use testout(), have each method print the array
+ value directly, which is much simpler.
+
+2001-05-27 Jeffrey Oldham <oldham@codesourcery.com>
+
+ * acinclude.m4(DJ_AC_STL): s/for for/for/.
+ * dejagnu.h: Add conditional support for sstream.
+ (testout): Likewise. Make return type `const'.
+
2001-05-25 Rob Savoye <rob@peggyo.welcomehome.org>
* acinclude.m4: Add DJ_AC_STL, which figures out if we're running