Przeglądaj źródła

Initial CRC library commit

[SVN r10117]
Beman Dawes 25 lat temu
rodzic
commit
1baa2e1b5a
2 zmienionych plików z 16 dodań i 11 usunięć
  1. 11 8
      index.htm
  2. 5 3
      libs/libraries.htm

+ 11 - 8
index.htm

@@ -23,18 +23,19 @@
 <p>The Boost web site provides free peer-reviewed portable C++ source libraries.
 The emphasis is on libraries which work well with the C++ Standard
 Library.</p>
-<p>The <a href="libs/libraries.htm">Libraries</a>.</p>
-<p>The <a href="more/download.html">Download</a>&nbsp; page gives download and installation
+<p> <a href="libs/libraries.htm">Libraries</a> page gives a one line overview of
+each library.</p>
+<p> <a href="more/download.html">Download</a>&nbsp; page gives download and installation
 information..</p>
-<p>The <a href="status/compiler_status.html">Compiler Status</a>  page tells what
+<p> <a href="status/compiler_status.html">Compiler Status</a>  page tells what
 library works with which compiler.</p>
-<p>The <a href="people/people.htm">People</a> pages identify some of the
+<p> <a href="people/people.htm">People</a> pages identify some of the
 developers who write the libraries and maintain the web site.</p>
-<p>The <a href="more/faq.htm">FAQ</a> answers questions we hope someone will
+<p> <a href="more/faq.htm">FAQ</a> answers questions we hope someone will
 bother to ask.</p>
-<p>The <a href="http://sourceforge.net/tracker/?group_id=7586">Tracker</a> lets
+<p> <a href="http://sourceforge.net/tracker/?group_id=7586">Tracker</a> lets
 you view and submit bug, support, and feature requests.</p>
-<p>The <a href="more/lib_guide.htm">Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
+<p> <a href="more/lib_guide.htm">Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
 Submission Process</a>  pages provide basic information for library authors.</p>
 <h2><a name="Membership">Membership</a></h2>
 <p>If you are interested in Boost, please join our mailing list for
@@ -65,6 +66,8 @@ Standard Library.</p>
 <p>???, 2001 - Version 1.??.??
 <ul>
   <li>Please update!</li>
+  <li><a href="libs/crc/index.html">CRC Library</a> added. Computes cyclic
+    redundancy codes from Daryle Walker.</li>
   <li><a href="libs/integer/integer_traits.html">Integer Traits</a>: added wchar_t specialization, minor portability fixes
 </ul>
 <p>April 24, 2001 - Version 1.21.2
@@ -195,7 +198,7 @@ efficiency improvements, co-operates with user-defined types, regression tests
   <li><a href="more/faq.htm">FAQ</a>  updated.</li>
 </ul>
 <hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->25 April 2001<!--webbot bot="Timestamp" endspan i-checksum="28280" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->16 May 2001<!--webbot bot="Timestamp" endspan i-checksum="15113" --></p>
 
 </body>
 

+ 5 - 3
libs/libraries.htm

@@ -53,8 +53,8 @@ content="text/html; charset=iso-8859-1">
     <li><a href="conversion/index.htm">conversion</a> - Numeric,
         polymorphic, and lexical casts from Dave Abrahams and
         Kevlin Henney.</li>
-    <li><a href="dir_it/index.htm">dir_it</a> - A set of file
-        system directory level iterators from Dietmar Kühl.</li>
+    <li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code from Daryle
+      Walker.</li>
     <li><a href="functional/index.html">functional</a> - Enhanced
         function object adaptors from Mark Rodgers.</li>
     <li><a href="graph/doc/table_of_contents.html">graph</a> -
@@ -125,6 +125,8 @@ how to download and install the libraries.</p>
     <li><a href="array_traits/index.html">array_traits</a> -
         tools to treat built-in arrays more like STL containers
         from Dietmar Kühl. Also see <a href="array/index.htm">array</a>.</li>
+    <li><a href="dir_it/index.htm">dir_it</a> - A set of file
+        system directory level iterators from Dietmar Kühl.</li>
     <li><a href="pri_queue/index.html">heaps</a> - a heap of
         priority queues from Dietmar Kühl.</li>
 </ul>
@@ -132,6 +134,6 @@ how to download and install the libraries.</p>
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->25 Apr 2001<!--webbot bot="Timestamp" endspan i-checksum="15032" --></p>
+s-format="%d %b %Y" startspan -->16 May 2001<!--webbot bot="Timestamp" endspan i-checksum="15113" --></p>
 </body>
 </html>

粤ICP备19079148号