summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-05 21:14:20 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-05 21:14:20 +0000
commite04edf638b51e818eb365da0c32050450594cd74 (patch)
tree83bcba351feb5bab4f4c9b6d0bc74f9d4d576bd0
parenta294d6c3c2d8981ac3641041aa764f5fc4aec9c9 (diff)
downloadgcc-e04edf638b51e818eb365da0c32050450594cd74.tar.gz
002-03-05 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/RELEASE-NOTES: Fix usage. * README (libmath): Make clear. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50331 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/README3
-rw-r--r--libstdc++-v3/docs/html/17_intro/RELEASE-NOTES2
3 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 5b871f65a55..0e2137ea33d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/README b/libstdc++-v3/README
index 68ac68d6231..67c390e981d 100644
--- a/libstdc++-v3/README
+++ b/libstdc++-v3/README
@@ -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
diff --git a/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES b/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES
index eac42f04333..8f69e16a86b 100644
--- a/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES
+++ b/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES
@@ -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.