backwards_compatibility.html: Fix markup.

2007-12-10  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* docs/html/17_intro/backwards_compatibility.html: Fix markup.
	* docs/html/17_intro/howto.html: Likewise.
	* docs/html/18_support/howto.html: Likewise.
	* docs/html/ext/concurrence.html: Likewise.
	* docs/html/documentation.html: Likewise.

From-SVN: r130748
This commit is contained in:
Jonathan Wakely 2007-12-10 19:58:19 +00:00 committed by Jonathan Wakely
parent 0fe0f07384
commit 158be8eb71
6 changed files with 31 additions and 23 deletions

View File

@ -1,3 +1,11 @@
2007-12-10 Jonathan Wakely <jwakely.gcc@gmail.com>
* docs/html/17_intro/backwards_compatibility.html: Fix markup.
* docs/html/17_intro/howto.html: Likewise.
* docs/html/18_support/howto.html: Likewise.
* docs/html/ext/concurrence.html: Likewise.
* docs/html/documentation.html: Likewise.
2007-12-10 Paolo Carlini <pcarlini@suse.de> 2007-12-10 Paolo Carlini <pcarlini@suse.de>
* testsuite/tr1/5_numerical_facilities/random/linear_congruential/ * testsuite/tr1/5_numerical_facilities/random/linear_congruential/

View File

@ -137,7 +137,7 @@ dnl HAVE_NAMESPACE_STD.
dnl dnl
dnl @category Cxx dnl @category Cxx
dnl @author Todd Veldhuizen dnl @author Todd Veldhuizen
dnl @author Luc Maisonobe <luc@spaceroots.org> dnl @author Luc Maisonobe &lt;luc@spaceroots.org&gt;
dnl @version 2004-02-04 dnl @version 2004-02-04
dnl @license AllPermissive dnl @license AllPermissive
AC_DEFUN([AC_CXX_NAMESPACE_STD], [ AC_DEFUN([AC_CXX_NAMESPACE_STD], [
@ -145,8 +145,8 @@ AC_DEFUN([AC_CXX_NAMESPACE_STD], [
ac_cv_cxx_have_std_namespace, ac_cv_cxx_have_std_namespace,
[AC_LANG_SAVE [AC_LANG_SAVE
AC_LANG_CPLUSPLUS AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([#include <iostream> AC_TRY_COMPILE([#include &lt;iostream&gt;
std::istream& is = std::cin;],, std::istream&amp; is = std::cin;],,
ac_cv_cxx_have_std_namespace=yes, ac_cv_cxx_have_std_namespace=no) ac_cv_cxx_have_std_namespace=yes, ac_cv_cxx_have_std_namespace=no)
AC_LANG_RESTORE AC_LANG_RESTORE
]) ])
@ -557,7 +557,7 @@ AC_DEFUN([AC_HEADER_EXT_HASH_MAP], [
AC_LANG_CPLUSPLUS AC_LANG_CPLUSPLUS
ac_save_CXXFLAGS="$CXXFLAGS" ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -Werror" CXXFLAGS="$CXXFLAGS -Werror"
AC_TRY_COMPILE([#include <ext/hash_map>], [using __gnu_cxx::hash_map;], AC_TRY_COMPILE([#include &lt;ext/hash_map&gt;], [using __gnu_cxx::hash_map;],
ac_cv_cxx_ext_hash_map=yes, ac_cv_cxx_ext_hash_map=no) ac_cv_cxx_ext_hash_map=yes, ac_cv_cxx_ext_hash_map=no)
CXXFLAGS="$ac_save_CXXFLAGS" CXXFLAGS="$ac_save_CXXFLAGS"
AC_LANG_RESTORE AC_LANG_RESTORE
@ -577,7 +577,7 @@ AC_DEFUN([AC_HEADER_EXT_HASH_SET], [
AC_LANG_CPLUSPLUS AC_LANG_CPLUSPLUS
ac_save_CXXFLAGS="$CXXFLAGS" ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -Werror" CXXFLAGS="$CXXFLAGS -Werror"
AC_TRY_COMPILE([#include <ext/hash_set>], [using __gnu_cxx::hash_set;], AC_TRY_COMPILE([#include &lt;ext/hash_set&gt;], [using __gnu_cxx::hash_set;],
ac_cv_cxx_ext_hash_set=yes, ac_cv_cxx_ext_hash_set=no) ac_cv_cxx_ext_hash_set=yes, ac_cv_cxx_ext_hash_set=no)
CXXFLAGS="$ac_save_CXXFLAGS" CXXFLAGS="$ac_save_CXXFLAGS"
AC_LANG_RESTORE AC_LANG_RESTORE
@ -837,7 +837,7 @@ AC_DEFUN([AC_COMPILE_STDCXX_0X], [
typedef check&lt;int&gt; check_type; typedef check&lt;int&gt; check_type;
check_type c; check_type c;
check_type&& cr = c;],, check_type&amp;&amp; cr = c;],,
ac_cv_cxx_compile_cxx0x_native=yes, ac_cv_cxx_compile_cxx0x_native=no) ac_cv_cxx_compile_cxx0x_native=yes, ac_cv_cxx_compile_cxx0x_native=no)
AC_LANG_RESTORE AC_LANG_RESTORE
]) ])
@ -862,7 +862,7 @@ AC_DEFUN([AC_COMPILE_STDCXX_0X], [
typedef check&lt;int&gt; check_type; typedef check&lt;int&gt; check_type;
check_type c; check_type c;
check_type&& cr = c;],, check_type&amp;&amp; cr = c;],,
ac_cv_cxx_compile_cxx0x_cxx=yes, ac_cv_cxx_compile_cxx0x_cxx=no) ac_cv_cxx_compile_cxx0x_cxx=yes, ac_cv_cxx_compile_cxx0x_cxx=no)
CXXFLAGS="$ac_save_CXXFLAGS" CXXFLAGS="$ac_save_CXXFLAGS"
AC_LANG_RESTORE AC_LANG_RESTORE
@ -888,7 +888,7 @@ AC_DEFUN([AC_COMPILE_STDCXX_0X], [
typedef check&lt;int&gt; check_type; typedef check&lt;int&gt; check_type;
check_type c; check_type c;
check_type&& cr = c;],, check_type&amp;&amp; cr = c;],,
ac_cv_cxx_compile_cxx0x_gxx=yes, ac_cv_cxx_compile_cxx0x_gxx=no) ac_cv_cxx_compile_cxx0x_gxx=yes, ac_cv_cxx_compile_cxx0x_gxx=no)
CXXFLAGS="$ac_save_CXXFLAGS" CXXFLAGS="$ac_save_CXXFLAGS"
AC_LANG_RESTORE AC_LANG_RESTORE

View File

@ -127,7 +127,7 @@ the 1998 standard as updated for 2003, and the draft of the upcoming
<center><table border="1"><caption>TR1 Headers for C Library Facilities</caption> <center><table border="1"><caption>TR1 Headers for C Library Facilities</caption>
<tr><td>&lt;tr1/cmath&gt;</td><td>&lt;tr1/cfloat&gt;</td><td>&lt;tr1/cstdarg&gt;</td><td>&lt;tr1/cstdio&gt;</td><td>&lt;tr1/ctime&gt;</td></tr> <tr><td>&lt;tr1/cmath&gt;</td><td>&lt;tr1/cfloat&gt;</td><td>&lt;tr1/cstdarg&gt;</td><td>&lt;tr1/cstdio&gt;</td><td>&lt;tr1/ctime&gt;</td></tr>
<tr><td>&lt;tr1/ccomplex&gt;</td><td>&lt;tr1/cinttypes&gt;</td><td>&lt;tr1/cstdbool&gt;</td><td>&lt;tr1/cstdlib&gt;</td><td>&lt;tr1/cwchar&gt;</td></tr> <tr><td>&lt;tr1/ccomplex&gt;</td><td>&lt;tr1/cinttypes&gt;</td><td>&lt;tr1/cstdbool&gt;</td><td>&lt;tr1/cstdlib&gt;</td><td>&lt;tr1/cwchar&gt;</td></tr>
<tr><td>&lt;tr1/cfenv&gt;</td><td>&lt;tr1/climits&gt;</td><td>&lt;tr1/cstdint&gt;</td><td>&lt;tr1/ctgmath&gt;</td><td>&lt;tr1/cwctype&gt;<td></tr> <tr><td>&lt;tr1/cfenv&gt;</td><td>&lt;tr1/climits&gt;</td><td>&lt;tr1/cstdint&gt;</td><td>&lt;tr1/ctgmath&gt;</td><td>&lt;tr1/cwctype&gt;</td></tr>
</table></center> </table></center>
<p>Also included are files for the C++ ABI interface: <p>Also included are files for the C++ ABI interface:
@ -142,7 +142,7 @@ the 1998 standard as updated for 2003, and the draft of the upcoming
<center><table border="1"><caption>Extension Headers</caption> <center><table border="1"><caption>Extension Headers</caption>
<tr><td>&lt;ext/algorithm&gt;</td><td>&lt;ext/debug_allocator.h&gt;</td><td>&lt;ext/mt_allocator.h&gt;</td><td>&lt;ext/pod_char_traits.h&gt;</td><td>&lt;ext/stdio_sync_filebuf.h&gt;</td></tr> <tr><td>&lt;ext/algorithm&gt;</td><td>&lt;ext/debug_allocator.h&gt;</td><td>&lt;ext/mt_allocator.h&gt;</td><td>&lt;ext/pod_char_traits.h&gt;</td><td>&lt;ext/stdio_sync_filebuf.h&gt;</td></tr>
<tr><td>&lt;ext/array_allocator.h&gt;</td><td>&lt;ext/enc_filebuf.h&gt;</td><td>&lt;ext/new_allocator.h&gt;</td><td>&lt;ext/pool_allocator.h&gt;</td><td>&lt;ext/throw_allocator.h&gt;</td></tr> <tr><td>&lt;ext/array_allocator.h&gt;</td><td>&lt;ext/enc_filebuf.h&gt;</td><td>&lt;ext/new_allocator.h&gt;</td><td>&lt;ext/pool_allocator.h&gt;</td><td>&lt;ext/throw_allocator.h&gt;</td></tr>
<tr><td>&lt;ext/atomicity.h&gt;</td><td>&lt;ext/functional&gt;</td><td>&lt;ext/numeric&gt;</td><td>&lt;ext/rb_tree&gt;</td><td>&lt;ext/typelist.h&gt;<td></tr> <tr><td>&lt;ext/atomicity.h&gt;</td><td>&lt;ext/functional&gt;</td><td>&lt;ext/numeric&gt;</td><td>&lt;ext/rb_tree&gt;</td><td>&lt;ext/typelist.h&gt;</td></tr>
<tr><td>&lt;ext/bitmap_allocator.h&gt;</td><td>&lt;ext/iterator&gt;</td><td>&lt;ext/numeric_traits.h&gt;</td><td>&lt;ext/rope&gt;</td><td>&lt;ext/type_traits.h&gt;</td></tr> <tr><td>&lt;ext/bitmap_allocator.h&gt;</td><td>&lt;ext/iterator&gt;</td><td>&lt;ext/numeric_traits.h&gt;</td><td>&lt;ext/rope&gt;</td><td>&lt;ext/type_traits.h&gt;</td></tr>
<tr><td>&lt;ext/codecvt_specializations.h&gt;</td><td>&lt;ext/malloc_allocator.h&gt;</td><td>&lt;ext/pb_ds/assoc_container.h&gt;</td><td>&lt;ext/slist&gt;</td><td>&lt;ext/vstring.h&gt;</td></tr> <tr><td>&lt;ext/codecvt_specializations.h&gt;</td><td>&lt;ext/malloc_allocator.h&gt;</td><td>&lt;ext/pb_ds/assoc_container.h&gt;</td><td>&lt;ext/slist&gt;</td><td>&lt;ext/vstring.h&gt;</td></tr>
<tr><td>&lt;ext/concurrence.h&gt;</td><td>&lt;ext/memory&gt;</td><td>&lt;ext/pb_ds/priority_queue.h&gt;</td><td>&lt;ext/stdio_filebuf.h&gt;</td></tr> <tr><td>&lt;ext/concurrence.h&gt;</td><td>&lt;ext/memory&gt;</td><td>&lt;ext/pb_ds/priority_queue.h&gt;</td><td>&lt;ext/stdio_filebuf.h&gt;</td></tr>
@ -162,7 +162,7 @@ the 1998 standard as updated for 2003, and the draft of the upcoming
</table></center> </table></center>
<hr /> <hr />
<h2><a name="2.1">Recipes for mixing headers</code></a></h2> <h2><a name="2.1">Recipes for mixing headers</a></h2>
<p> A few simple rules. <p> A few simple rules.
</p> </p>
@ -263,7 +263,7 @@ this is:</p>
<pre> <pre>
g++ -v hello.cc g++ -v hello.cc
#include <...> search starts here: #include &lt;...&gt; search starts here:
/mnt/share/bld/H-x86-gcc.20071201/include/c++/4.3.0 /mnt/share/bld/H-x86-gcc.20071201/include/c++/4.3.0
... ...
End of search list. End of search list.

View File

@ -108,8 +108,8 @@
print this stuff, it prompted him to run this code through current print this stuff, it prompted him to run this code through current
compilers to see what the state of the art is with respect to member compilers to see what the state of the art is with respect to member
template functions. He posted template functions. He posted
<a href="http://groups.google.com/groups?oi=djq&selm=an_644660779">an <a href="http://groups.google.com/groups?oi=djq&amp;selm=an_644660779">
article to Usenet</a> after discovering that the code above is not an article to Usenet</a> after discovering that the code above is not
valid! Even though it has no data members, it still needs a valid! Even though it has no data members, it still needs a
user-defined constructor (which means that the class needs a type name user-defined constructor (which means that the class needs a type name
after all). The ctor can have an empty body; it just needs to be after all). The ctor can have an empty body; it just needs to be
@ -248,7 +248,7 @@
struct argument_error : public std::runtime_error struct argument_error : public std::runtime_error
{ {
argument_error(const std::string& s): std::runtime_error(s) { } argument_error(const std::string&amp; s): std::runtime_error(s) { }
}; };
int main(int argc) int main(int argc)

View File

@ -79,7 +79,7 @@ href="http://gcc.gnu.org/svn.html">web</a>.
<li>Namespaces <li>Namespaces
<ul> <ul>
<li><a href="17_intro/howto.html#3.0">Available namespaces</li> <li><a href="17_intro/howto.html#3.0">Available namespaces</a></li>
<li><a href="17_intro/howto.html#3.1">Namespace <code>std::</code></a></li> <li><a href="17_intro/howto.html#3.1">Namespace <code>std::</code></a></li>
<li><a href="17_intro/howto.html#3.2">Using namespace composition</a></li> <li><a href="17_intro/howto.html#3.2">Using namespace composition</a></li>
</ul> </ul>

View File

@ -90,7 +90,7 @@ __atomic_add_dispatch
</li> </li>
</ul> </ul>
</p> <p>
These functions forward to one of several specialized helper These functions forward to one of several specialized helper
functions, depending on the circumstances. For instance, functions, depending on the circumstances. For instance,
</p> </p>
@ -138,7 +138,7 @@ _GLIBCXX_READ_MEM_BARRIER
</p> </p>
<p> <p>
<code> <code>
GLIBCXX_WRITE_MEM_BARRIER _GLIBCXX_WRITE_MEM_BARRIER
</code> </code>
</p> </p>
@ -151,10 +151,10 @@ host hardware and operating system.
<a name="pthread_api">Pthread Interface</a> <a name="pthread_api">Pthread Interface</a>
</h3> </h3>
<p>A thin layer above IEEE 1003.1 (ie pthreads) is used to abastract <p>A thin layer above IEEE 1003.1 (ie pthreads) is used to abstract
the thread interface for GCC. This layer is called "gthread," and is the thread interface for GCC. This layer is called "gthread," and is
comprised of one header file that wraps the host's default thread layer with comprised of one header file that wraps the host's default thread layer with
a POSIX-like interfaces. a POSIX-like interface.
</p> </p>
<p> The file &lt;gthr-default.h&gt; points to the deduced wrapper for <p> The file &lt;gthr-default.h&gt; points to the deduced wrapper for
@ -247,11 +247,11 @@ namespace other
foo() foo()
{ {
__gnu_cxx::__scoped_lock sentry(safe_base_mutex); __gnu_cxx::__scoped_lock sentry(safe_base_mutex);
for (int i = 0; i < max; ++i) for (int i = 0; i &lt; max; ++i)
{ {
_Safe_iterator_base* __old = __iter; _Safe_iterator_base* __old = __iter;
__iter = __iter->_M_next; __iter = __iter-&lt;_M_next;
__old->_M_detach_single(); __old-&lt;_M_detach_single();
} }
} }
</pre> </pre>