OSDN Git Service

2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 May 2010 20:03:19 +0000 (20:03 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 04:56:38 +0000 (13:56 +0900)
* doc/xml/faq.xml: Fix anachronisms.
* doc/xml/manual/intro.xml (Make): Tweak grammar and whitespace.
* doc/xml/manual/support.xml (NULL): Use inline <code> element
instead of <programlisting> block.
* doc/html/*: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158964 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/faq.html
libstdc++-v3/doc/html/manual/support.html
libstdc++-v3/doc/xml/faq.xml

index 14287ab..b47dea2 100644 (file)
@@ -1,3 +1,11 @@
+2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/xml/faq.xml: Fix anachronisms.
+       * doc/xml/manual/intro.xml (Make): Tweak grammar and whitespace.
+       * doc/xml/manual/support.xml (NULL): Use inline <code> element
+       instead of <programlisting> block.
+       * doc/html/*: Regenerate.
+
 2010-04-30  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/stl_pair.h (piecewise_construct_t,
@@ -41,7 +49,7 @@
 
 2010-04-27  Alexander Monakov  <amonakov@ispras.ru>
 
-       * testsuite/22_locale/codecvt/unshift/char/1.c (test01): Clarify size
+       * testsuite/22_locale/codecvt/unshift/char/1.cc (test01): Clarify size
        definition.  Use memcpy and memcmp to avoid access beyond allocated
        memory.
 
index 15798d6..12d91a8 100644 (file)
       Recent GNU/Linux glibc required?
     </p></td></tr><tr class="answer"><td align="left" valign="top"><a id="a-linux_glibc"></a></td><td align="left" valign="top"><p>When running on GNU/Linux, libstdc++ 3.2.1 (shared library version
          5.0.1) and later uses localization and formatting code from the system
-         C library (glibc) version 2.2.5.  That version of glibc is over a
-         year old and contains necessary bugfixes.  Many GNU/Linux distros make
-         glibc version 2.3.x available now.
+         C library (glibc) version 2.2.5 which contains necessary bugfixes.
+         Most GNU/Linux distros make more recent versions available now.
       </p><p>The guideline is simple:  the more recent the C++ library, the
          more recent the C library.  (This is also documented in the main
          GCC installation instructions.)
     For those people who are not part of the ISO Library Group
     (i.e., nearly all of us needing to read this page in the first
     place), a public list of the library defects is occasionally
-    published <a class="ulink" href="http://anubis.dkuug.dk/jtc1/sc22/wg21/" target="_top">here</a>.
+    published <a class="ulink" href="http://www.open-std.org/jtc1/sc22/wg21/" target="_top">here</a>.
     Some of these issues have resulted in code changes in libstdc++.
     </p><p>
     If you think you've discovered a new bug that is not listed,
index 2a6dc2e..d351fdf 100644 (file)
      to be <code class="constant">(void*)0</code>, which is often used in C.
     </p><p>
      For <span class="command"><strong>g++</strong></span>, <code class="constant">NULL</code> is
-     </p><pre class="programlisting">#define</pre><p>'d to be
+     <code class="code">#define</code>'d to be
      <code class="constant">__null</code>, a magic keyword extension of
      <span class="command"><strong>g++</strong></span>.
     </p><p>
index 57f0804..ad75d17 100644 (file)
          5.0.1) and later uses localization and formatting code from the system
          C library (glibc) version 2.2.5 which contains necessary bugfixes.
          Most GNU/Linux distros make more recent versions available now.
-         libstdc++ 4.6.0 and later require glibc 2.3 or later for this
-         localization and formatting code.
       </para>
       <para>The guideline is simple:  the more recent the C++ library, the
          more recent the C library.  (This is also documented in the main