Commit 1c86f39d by Benjamin Kosnik

[multiple changes]


2004-02-11  Stefan Olsson  <stefan@xapa.se>

	* docs/html/ext/mt_allocator.html: New.

2004-02-11  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/html/20_util/allocator.html: New file, consolidate
	allocator information here. Revamp.
	* docs/html/documentation.html: Change links.
	* docs/html/20_util/howto.html: Same.
	* docs/html/ext/howto.html: Same.

From-SVN: r77687
parent 9288d112
2004-02-11 Stefan Olsson <stefan@xapa.se>
* docs/html/ext/mt_allocator.html: New.
2004-02-11 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/20_util/allocator.html: New file, consolidate
allocator information here. Revamp.
* docs/html/documentation.html: Change links.
* docs/html/20_util/howto.html: Same.
* docs/html/ext/howto.html: Same.
2004-02-11 Paolo Carlini <pcarlini@suse.de> 2004-02-11 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/13731 (first part: write) PR libstdc++/13731 (first part: write)
......
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
<hr /> <hr />
<h2><a name="5">Memory allocators</a></h2> <h2><a name="5">Memory allocators</a></h2>
<p>The available free store (&quot;heap&quot;) management classes are <p>The available free store (&quot;heap&quot;) management classes are
described <a href="../ext/howto.html">here</a>. described <a href="allocator.html">here</a>.
</p> </p>
<p>Return <a href="#top">to top of page</a> or <p>Return <a href="#top">to top of page</a> or
<a href="../faq/index.html">to the FAQ</a>. <a href="../faq/index.html">to the FAQ</a>.
......
...@@ -126,8 +126,8 @@ ...@@ -126,8 +126,8 @@
<li><a href="18_support/howto.html#2">Implementation properties</a></li> <li><a href="18_support/howto.html#2">Implementation properties</a></li>
<li><a href="18_support/howto.html#3">Start and Termination</a></li> <li><a href="18_support/howto.html#3">Start and Termination</a></li>
<li><a href="18_support/howto.html#4">Verbose <code>terminate</code></a></li> <li><a href="18_support/howto.html#4">Verbose <code>terminate</code></a></li>
<li><a href="18_support/howto.html#6">Dynamic memory management</a></li> <li><a href="18_support/howto.html#5">Dynamic memory management</a></li>
<li><a href="18_support/howto.html#7">RTTI, the ABI, and demangling</a></li> <li><a href="18_support/howto.html#6">RTTI, the ABI, and demangling</a></li>
</ul> </ul>
</li> </li>
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
<li><a href="20_util/howto.html#2"><code>auto_ptr</code> inside container classes</a></li> <li><a href="20_util/howto.html#2"><code>auto_ptr</code> inside container classes</a></li>
<li><a href="20_util/howto.html#3">Functors</a></li> <li><a href="20_util/howto.html#3">Functors</a></li>
<li><a href="20_util/howto.html#4">Pairs</a></li> <li><a href="20_util/howto.html#4">Pairs</a></li>
<li><a href="20_util/howto.html#5">Memory allocators</a></li> <li><a href="20_util/allocator.html">Allocators and allocation</a></li>
</ul> </ul>
</li> </li>
...@@ -226,8 +226,7 @@ ...@@ -226,8 +226,7 @@
<ul> <ul>
<li><a href="ext/howto.html#1">Ropes and trees and hashes, oh my!</a></li> <li><a href="ext/howto.html#1">Ropes and trees and hashes, oh my!</a></li>
<li><a href="ext/howto.html#2">Added members and types</a></li> <li><a href="ext/howto.html#2">Added members and types</a></li>
<li><a href="ext/howto.html#3">Allocators (versions 3.0, 3.1, 3.2, 3.3)</a></li> <li><a href="ext/mt_allocator.html"><code>__mt_alloc</code> </a></li>
<li><a href="ext/howto.html#6">Allocators (version 3.4)</a></li>
<li><a href="ext/howto.html#4">Compile-time checks</a></li> <li><a href="ext/howto.html#4">Compile-time checks</a></li>
<li><a href="ext/howto.html#5">LWG Issues</a></li> <li><a href="ext/howto.html#5">LWG Issues</a></li>
<li><a href="ext/../18_support/howto.html#5">Demangling</a></li> <li><a href="ext/../18_support/howto.html#5">Demangling</a></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment