|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75543 - in trunk/libs: . pool/doc timer
From: dnljms_at_[hidden]
Date: 2011-11-18 04:03:55
Author: danieljames
Date: 2011-11-18 04:03:53 EST (Fri, 18 Nov 2011)
New Revision: 75543
URL: http://svn.boost.org/trac/boost/changeset/75543
Log:
Fix link problems in timer and pool.
Added:
trunk/libs/pool/doc/index.html (contents, props changed)
Text files modified:
trunk/libs/libraries.htm | 4 ++--
trunk/libs/timer/index.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2011-11-18 04:03:53 EST (Fri, 18 Nov 2011)
@@ -227,7 +227,7 @@
OO-programming, from Thorsten Ottosen. </li>
<li>polygon - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
Lucanus Simonson.</li>
- <li>pool - Memory pool management, from
+ <li>pool - Memory pool management, from
Steve Cleary.</li>
<li>preprocessor - Preprocessor
metaprogramming tools including repetition and recursion, from Vesa Karvonen
@@ -680,7 +680,7 @@
<h3><a name="Memory">Memory</a></h3>
<ul>
- <li>pool - Memory pool management, from
+ <li>pool - Memory pool management, from
Steve Cleary.</li>
<li>smart_ptr - Six smart
pointer class templates, from Greg Colvin, Beman Dawes,
Added: trunk/libs/pool/doc/index.html
==============================================================================
--- (empty file)
+++ trunk/libs/pool/doc/index.html 2011-11-18 04:03:53 EST (Fri, 18 Nov 2011)
@@ -0,0 +1,13 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; URL=html/index.html">
+</head>
+<body>
+Automatic redirection failed, please go to
+html/index.html. <hr>
+<p>© Copyright Beman Dawes, 2001</p>
+<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
+file LICENSE_1_0.txt or copy
+at www.boost.org/LICENSE_1_0.txt)</p>
+</body>
+</html>
Modified: trunk/libs/timer/index.html
==============================================================================
--- trunk/libs/timer/index.html (original)
+++ trunk/libs/timer/index.html 2011-11-18 04:03:53 EST (Fri, 18 Nov 2011)
@@ -1,6 +1,6 @@
<html>
<head>
-<meta http-equiv="refresh" content="0; URL=v3/doc/index.htm">
+<meta http-equiv="refresh" content="0; URL=doc/index.html">
</head>
<body>
Automatic redirection failed, please go to doc/index.html.
@@ -11,4 +11,4 @@
<p> See <a href="http://www.boost.org/LICENSE_1_0.txt">
www.boost.org/LICENSE_1_0.txt</a></p>
</body>
-</html>
\ No newline at end of file
+</html>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk