aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2006-01-26 16:04:44 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2006-01-26 16:04:44 +0000
commitf4e18df2dea8047a58a70c3583132797da83ca8a (patch)
treeb440d29f4e3bd29842681719cd3b33d1eb4206a8 /libstdc++-v3
parent8a1053288e0f6bc23095ae565d1e5d359113a584 (diff)
downloadgcc-f4e18df2dea8047a58a70c3583132797da83ca8a.zip
gcc-f4e18df2dea8047a58a70c3583132797da83ca8a.tar.gz
gcc-f4e18df2dea8047a58a70c3583132797da83ca8a.tar.bz2
install.html ([Tools you will need beforehand]): Clarify that the de_DE locale is used by configure...
2006-01-26 Paolo Carlini <pcarlini@suse.de> * docs/html/install.html ([Tools you will need beforehand]): Clarify that the de_DE locale is used by configure; clarify that missing localedata leads to skipped tests, not fails. From-SVN: r110258
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/docs/html/install.html5
2 files changed, 9 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3c38e85..4fc4aa4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,11 @@
2006-01-26 Paolo Carlini <pcarlini@suse.de>
+ * docs/html/install.html ([Tools you will need beforehand]):
+ Clarify that the de_DE locale is used by configure; clarify
+ that missing localedata leads to skipped tests, not fails.
+
+2006-01-26 Paolo Carlini <pcarlini@suse.de>
+
* include/tr1/cfenv: New.
* include/Makefile.am: Add.
* testsuite/tr1/8_c_compatibility/cfenv/functions.cc: New.
diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html
index 3d3ab9b..1084148 100644
--- a/libstdc++-v3/docs/html/install.html
+++ b/libstdc++-v3/docs/html/install.html
@@ -76,7 +76,8 @@
<dd>If gcc 3.1.0 or later on is being used on linux, an attempt
will be made to use "C" library functionality necessary for C++
named locale support. For gcc 3.2.1 and later, this means that
- glibc 2.2.5 or later is required.
+ glibc 2.2.5 or later is required and the "C" library de_DE locale
+ information must be installed.
<p>
The configure option --enable-clocale can be used force a
@@ -112,7 +113,7 @@ zh_TW BIG5
<p>Failure to have the underlying "C" library locale
information installed will mean that C++ named locales for the
above regions will not work: because of this, the libstdc++
- testsuite will not pass the named locale tests. If this isn't an
+ testsuite will skip the named locale tests. If this isn't an
issue, don't worry about it. If named locales are needed, the
underlying locale information must be installed. Note that
rebuilding libstdc++ after the "C" locales are installed is not