002-03-05 Benjamin Kosnik <bkoz@redhat.com>

* docs/html/17_intro/RELEASE-NOTES: Fix usage.
	* README (libmath): Make clear.

From-SVN: r50331
This commit is contained in:
Benjamin Kosnik 2002-03-05 21:14:20 +00:00 committed by Benjamin Kosnik
parent d7ac744e9f
commit 251a817e23
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-03-05 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/RELEASE-NOTES: Fix usage.
* README (libmath): Make clear.
2002-03-05 Jakub Jelinek <jakub@redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version

View File

@ -85,7 +85,8 @@ In addition, three subdirectories are convenience libraries:
libmath
Support routines needed for C++ math. Only needed if the
underlying "C" implementation is weak or looses.
underlying "C" implementation is non-existent, in particular
required or optimal long double, long long, and C99 functionality.
libsupc++
Contains the runtime library for C++, including exception

View File

@ -6,7 +6,7 @@ The Standard C++ Library, or libstdc++-v3, is an ongoing project
to fully implement the ISO 14882 Standard C++ library as described in
chapters 17 through 27 and annex D.
This is the fourteenth snapshot of the libstdc++ rewrite. It is still
This is the fourteenth snapshot of the libstdc++ rewrite. It still
has some incomplet and incorrekt parts, but it's a lot less incomplete
and incorrect than some of the earlier snapshots, and quite usable.