aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2000-06-14 00:12:42 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-06-14 00:12:42 +0000
commitcc12edec9b5f6376416605211a1fb602b09a541f (patch)
tree3b6d801aea4297d97b6cc5681605e3a0a4c6a7b5 /libstdc++-v3
parente95706d5d249c0e3fd67d316e370262f58037c1c (diff)
downloadgcc-cc12edec9b5f6376416605211a1fb602b09a541f.zip
gcc-cc12edec9b5f6376416605211a1fb602b09a541f.tar.gz
gcc-cc12edec9b5f6376416605211a1fb602b09a541f.tar.bz2
acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE...
2000-06-13 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the superset, and already defined at top level. * aclocal.m4: Regenerate. * configure: Regenerate. * docs/17_intro/contribute.html: Plead with people to use -cp. From-SVN: r34538
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog16
-rw-r--r--libstdc++-v3/docs/17_intro/contribute.html23
2 files changed, 34 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 535a38a..eafe9b2 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,19 @@
+2000-06-13 Steven King <sxking@uswest.net>
+
+ * acinclude.m4: Fixup some of the builtin math tests and add tests for
+ __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl.
+ * acconfig.h: Add entries for fmod*.
+
+2000-06-13 Benjamin Kosnik <bkoz@redhat.com>
+
+ * acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to
+ _GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the
+ superset, and already defined at top level.
+ * aclocal.m4: Regenerate.
+ * configure: Regenerate.
+
+ * docs/17_intro/contribute.html: Plead with people to use -cp.
+
2000-06-13 Anthony Williams <anthony@anthonyw.cjb.net>
* testsuite/23_containers/bitset_ctor.cc: Qualify reverse wth std::.
diff --git a/libstdc++-v3/docs/17_intro/contribute.html b/libstdc++-v3/docs/17_intro/contribute.html
index 916bb05..961c388 100644
--- a/libstdc++-v3/docs/17_intro/contribute.html
+++ b/libstdc++-v3/docs/17_intro/contribute.html
@@ -62,11 +62,24 @@ properly evaluated. Ideally (and to ensure the fastest possible
response from the maintainers) it would have all of these pieces:
<p>
<ul>
- <li> A description of the bug and how your patch fixes this bug. For new features a description of the feature and your implementation.
- <li> A ChangeLog entry as plaintext; see the various ChangeLog files for format and content. If using you are using emacs as your editor, simply position the insertion point at the beginning of your change and hit CX-4a to bring up the appropriate ChangeLog entry. See--magic! Similar functionality also exists for vi.
- <li> A testsuite submission or sample program that will easily and simply show the existing error or test new functionality.
- <li> The patch itself. If you are accessing the CVS repository at Cygnus, use "cvs update; cvs diff -c3p NEW"; else, use
- "diff -c3p OLD NEW" or "diff -up OLD NEW". If your version of diff does not support these options, then get the latest version of GNU diff.
+
+ <li> A description of the bug and how your patch fixes this bug. For
+ new features a description of the feature and your implementation.
+
+ <li> A ChangeLog entry as plaintext; see the various ChangeLog files
+ for format and content. If using you are using emacs as your editor,
+ simply position the insertion point at the beginning of your change
+ and hit CX-4a to bring up the appropriate ChangeLog
+ entry. See--magic! Similar functionality also exists for vi.
+
+ <li> A testsuite submission or sample program that will easily and
+ simply show the existing error or test new functionality.
+
+ <li> The patch itself. If you are accessing the CVS repository at
+ Cygnus, use "cvs update; cvs diff -c3p NEW"; else, use "diff -c3p OLD
+ NEW" ... If your version of diff does not support these options, then
+ get the latest version of GNU diff.
+
<li> When you have all these pieces, bundle them up in a mail message
and send it to libstdc++@sourceware.cygnus.com. All patches and related
discussion should be sent to the libstdc++ mailinglist.