aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/README
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2002-01-31 02:05:17 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2002-01-31 02:05:17 +0000
commitf5d09ce7478b854fd1869a70841f8650a9a39b4b (patch)
treecd7570566e47f9d0b95a52e5806803684e1eaee8 /libstdc++-v3/README
parent8785985197496735946fb77807746420bc262da9 (diff)
downloadgcc-f5d09ce7478b854fd1869a70841f8650a9a39b4b.zip
gcc-f5d09ce7478b854fd1869a70841f8650a9a39b4b.tar.gz
gcc-f5d09ce7478b854fd1869a70841f8650a9a39b4b.tar.bz2
c_locale_gnu.cc: Same errno fixes as generic.
2002-01-30 Benjamin Kosnik <bkoz@redhat.com> * config/locale/c_locale_gnu.cc: Same errno fixes as generic. * ChangeLog-2001: Fix my spelling errors... * docs/html/17_intro/RELEASE-NOTES: Update. * docs/html/17_intro/TODO: Update. * README (file): Update. From-SVN: r49358
Diffstat (limited to 'libstdc++-v3/README')
-rw-r--r--libstdc++-v3/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/libstdc++-v3/README b/libstdc++-v3/README
index f95a8c9..9f966cd 100644
--- a/libstdc++-v3/README
+++ b/libstdc++-v3/README
@@ -38,8 +38,7 @@ It has subdirectories:
include/bits
Files included by standard headers and by other files in
- the bits directory. Includes a set of files bits/std_xxxx.h
- that implement the standard headers <xxxx>.
+ the bits directory.
include/backward
Headers provided for backward compatibility, such as <iostream.h>.
@@ -53,7 +52,7 @@ It has subdirectories:
Files that are used in constructing the library, but are not
installed.
- testsuites/17_* to 27_*
+ testsuites/[thread, 17_* to 27_*]
Test programs are here, and may be used to begin to exercise the
library. Support for "make check" and "make check-install" is
complete, and runs through all the subdirectories here when this