Merge in recent fixes for inspect errors.

[SVN r34973]
This commit is contained in:
Daniel James 2006-08-27 10:40:36 +00:00
parent f243f3aeb2
commit 3d97ef02a0

View File

@ -57,29 +57,29 @@
<ul> <ul>
<li><span class="library"><a href= <li><span class="library"><a href=
"doc/html/any.html">Any Library</a>:</span> Cast to "../doc/html/any.html">Any Library</a>:</span> Cast to
reference types introduced in 1.33.0 is now reference types introduced in 1.33.0 is now
documented on <code>any_cast</code> documentation documented on <code>any_cast</code> documentation
page.</li> page.</li>
<li> <li>
<span class="library"><a href= <span class="library"><a href=
"libs/bind/bind.html">Bind Library</a>:</span> "../libs/bind/bind.html">Bind Library</a>:</span>
Bind expressions now support Bind expressions now support
<a href="libs/bind/bind.html#operators"> <a href="../libs/bind/bind.html#operators">
comparisons and negation</a>. Example: <code> comparisons and negation</a>. Example: <code>
bind(&amp;X::name, _1) &lt; bind(&amp;X::name, bind(&amp;X::name, _1) &lt; bind(&amp;X::name,
_2)</code>. _2)</code>.
</li> </li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/config/index.html">Config Library</a>:</span> "../libs/config/index.html">Config Library</a>:</span>
Don't undef BOOST_LIB_TOOLSET after use.</li> Don't undef BOOST_LIB_TOOLSET after use.</li>
<li> <li>
<span class="library"><a href= <span class="library"><a href=
"libs/python/doc/index.html">Boost.Python</a>:</span> "../libs/python/doc/index.html">Boost.Python</a>:</span>
<ul> <ul>
<li>The build now assumes Python 2.4 by <li>The build now assumes Python 2.4 by
@ -95,21 +95,21 @@
</li> </li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/smart_ptr/index.html">Smart Pointer "../libs/smart_ptr/index.html">Smart Pointer
Library</a>:</span> Fixed problems under Metrowerks Library</a>:</span> Fixed problems under Metrowerks
CodeWarrior on PowerPC (Mac OS X) with inlining on, CodeWarrior on PowerPC (Mac OS X) with inlining on,
GNU GCC on PowerPC 64.</li> GNU GCC on PowerPC 64.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/regex/doc/index.html">Regex "../libs/regex/doc/index.html">Regex
Library</a>:</span> Fixed the supplied makefiles, Library</a>:</span> Fixed the supplied makefiles,
and other small compiler specific changes. Refer to and other small compiler specific changes. Refer to
the <a href="libs/regex/doc/history.html">regex the <a href="../libs/regex/doc/history.html">regex
history page</a> for more information on these and history page</a> for more information on these and
other small changes.</li> other small changes.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/iostreams/doc/index.html">Iostreams "../libs/iostreams/doc/index.html">Iostreams
Library</a>:</span> Improved the interface for Library</a>:</span> Improved the interface for
accessing a chain's components, added accessing a chain's components, added
<code>is_open</code> members to the file and file <code>is_open</code> members to the file and file
@ -119,7 +119,7 @@
<li> <li>
<span class="library"><a href= <span class="library"><a href=
"libs/python/doc/index.html">Boost.Python</a>:</span> "../libs/python/doc/index.html">Boost.Python</a>:</span>
<ul> <ul>
<li>Added support for docstrings on nonstatic <li>Added support for docstrings on nonstatic
@ -150,7 +150,7 @@
</li> </li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/functional/hash/index.html">Functional/Hash "../libs/functional/hash/index.html">Functional/Hash
Library</a>:</span> Fixed the points example.</li> Library</a>:</span> Fixed the points example.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
@ -163,7 +163,7 @@
<li> <li>
<span class="library"><a href= <span class="library"><a href=
"libs/graph/doc/table_of_contents.html">Graph "../libs/graph/doc/table_of_contents.html">Graph
Library</a>:</span> Library</a>:</span>
<ul> <ul>
@ -172,9 +172,9 @@
<tt>dijkstra_shortest_paths</tt>).</li> <tt>dijkstra_shortest_paths</tt>).</li>
<li>Fixed problems with <a href= <li>Fixed problems with <a href=
"libs/graph/doc/cuthill_mckee_ordering.html"><code> "../libs/graph/doc/cuthill_mckee_ordering.html"><code>
cuthill_mckee_ordering</code></a> and <a href= cuthill_mckee_ordering</code></a> and <a href=
"libs/graph/doc/king_ordering.html"><code>king_ordering</code></a> "../libs/graph/doc/king_ordering.html"><code>king_ordering</code></a>
producing no results.</li> producing no results.</li>
<li>Added <tt>color_map</tt> parameter to <li>Added <tt>color_map</tt> parameter to
@ -183,20 +183,20 @@
</li> </li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/signals/doc/index.html">Signals "../libs/signals/doc/index.html">Signals
Library</a>:</span> Fixed problems with the use of Library</a>:</span> Fixed problems with the use of
Signals across shared library boundaries.</li> Signals across shared library boundaries.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/thread/doc/index.html">Thread "../libs/thread/doc/index.html">Thread
library</a>:</span> <code>read_write_mutex</code> library</a>:</span> <code>read_write_mutex</code>
has been removed due to problems with has been removed due to problems with
deadlocks.</li> deadlocks.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/wave/index.html">Wave library</a> "../libs/wave/index.html">Wave library</a>
(V1.2.1)</span> Fixed a couple of problems, refer (V1.2.1)</span> Fixed a couple of problems, refer
to the <a href="libs/wave/ChangeLog">change log</a> to the <a href="../libs/wave/ChangeLog">change log</a>
for further details.</li> for further details.</li>
</ul> </ul>
@ -261,10 +261,10 @@
<h4>Acknowledgements</h4> <h4>Acknowledgements</h4>
<p><img src="more/boost_1_33_0.jpg" width="128" <p><img src="boost_1_33_0.jpg" width="128"
height="118" alt="Medieval Mr. Gregor" class= height="118" alt="Medieval Mr. Gregor" class=
"left-inset" /> <a href= "left-inset" /> <a href=
"people/doug_gregor.html">Douglas Gregor</a> managed "../people/doug_gregor.html">Douglas Gregor</a> managed
this release.</p> this release.</p>
<p>A great number of people contributed their time <p>A great number of people contributed their time