diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-31 02:05:17 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-31 02:05:17 +0000 |
commit | 10b3bbc180da7adbe5b129f72c319f89b1f552a4 (patch) | |
tree | cd7570566e47f9d0b95a52e5806803684e1eaee8 /libstdc++-v3/README | |
parent | 3276ae54f60fcb56ffa585b761fa5c897a2c6ac5 (diff) | |
download | gcc-10b3bbc180da7adbe5b129f72c319f89b1f552a4.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49358 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/README')
-rw-r--r-- | libstdc++-v3/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libstdc++-v3/README b/libstdc++-v3/README index f95a8c93382..9f966cdcf0a 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 |