diff options
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c5dda7cf8a9..7cc120118d2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2000-05-19 Phil Edwards <pme@sourceware.cygnus.com> + + * acinclude.m4: Clean up comments on newer checks. + (GLIBCPP_CHECK_COMPILER_VERSION): Check for system_header + pragma support. Remove WERRORSUPPRESS variable, add WERROR. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * Makefile.in: Regenerate. + * libio/Makefile.in: Regenerate. + * math/Makefile.in: Regenerate. + * src/Makefile.am: Tell make's WERROR to depend on configure's WERROR. + * src/Makefile.in: Regenerate. + * docs/configopts.html: Document changes to --enable names. + 2000-05-18 Chip Salzenberg <chip@valinux.com> * bits/ostream.tcc (_S_pad_char): Function template should not be |