From cc12edec9b5f6376416605211a1fb602b09a541f Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Wed, 14 Jun 2000 00:12:42 +0000 Subject: [PATCH] acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE... 2000-06-13 Benjamin Kosnik * 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 --- libstdc++-v3/ChangeLog | 16 +++++++++++++++ libstdc++-v3/docs/17_intro/contribute.html | 23 +++++++++++++++++----- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 535a38a9547..eafe9b20ebd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,19 @@ +2000-06-13 Steven King + + * 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 + + * 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 * 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 916bb0562b8..961c388d293 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:

    -
  • A description of the bug and how your patch fixes this bug. For new features a description of the feature and your implementation. -
  • 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. -
  • A testsuite submission or sample program that will easily and simply show the existing error or test new functionality. -
  • 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. + +
  • A description of the bug and how your patch fixes this bug. For + new features a description of the feature and your implementation. + +
  • 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. + +
  • A testsuite submission or sample program that will easily and + simply show the existing error or test new functionality. + +
  • 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. +
  • 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.