Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50818 - in branches/release: . libs
From: bdawes_at_[hidden]
Date: 2009-01-27 15:46:41


Author: bemandawes
Date: 2009-01-27 15:46:41 EST (Tue, 27 Jan 2009)
New Revision: 50818
URL: http://svn.boost.org/trac/boost/changeset/50818

Log:
Merge from trunk
Text files modified:
   branches/release/index.html | 3 ++-
   branches/release/libs/libraries.htm | 25 +++++++++++++------------
   2 files changed, 15 insertions(+), 13 deletions(-)

Modified: branches/release/index.html
==============================================================================
--- branches/release/index.html (original)
+++ branches/release/index.html 2009-01-27 15:46:41 EST (Tue, 27 Jan 2009)
@@ -55,7 +55,8 @@
 
   <h3>Changes in this release</h3>
 
- <p>This release includes <b><i><span style="background-color: #FFFF00">??? new libraries</span></i></b>&nbsp; and
+ <p>This release includes new libraries&nbsp;<b><i>flyweight</i></b> and <b><i>
+ swap</i></b>, as well as
   updates to many existing libraries. See
   <a href="http://www.boost.org/users/history/version_1_38_0">Release
   History</a> for more information.</p>

Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2009-01-27 15:46:41 EST (Tue, 27 Jan 2009)
@@ -124,9 +124,9 @@
     <li>filesystem - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
- <li>flyweight - Design pattern
- to manage larque quantities of highly redundant objects,
- from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
+ <li>flyweight - Design pattern
+ to manage large quantities of highly redundant objects,
+ from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
     <li>foreach - BOOST_FOREACH macro for easily
     iterating over the elements of a sequence, from Eric Niebler.</li>
     <li>format - Type-safe 'printf-like' format
@@ -218,7 +218,7 @@
     <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
- <li>proto - Expression template library and compiler
+ <li>proto - Expression template library and compiler
         construction toolkit for domain-specific embedded languages, from Eric Niebler.</li>
     <li>python - Reflects C++
         classes and functions into <a
@@ -449,8 +449,6 @@
     <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
- <li>proto - Expression template library and compiler
- construction toolkit for domain-specific embedded languages, from Eric Niebler.</li>
     <li>static_assert
         - Static assertions (compile time assertions), from John
         Maddock.</li>
@@ -470,6 +468,8 @@
     <li>mpl - Template metaprogramming
     framework of compile-time algorithms, sequences and metafunction classes,
     from Aleksey Gurtovoy.</li>
+ <li>proto - Expression template library and compiler
+ construction toolkit for domain-specific embedded languages, from Eric Niebler.</li>
     <li>static_assert
         - Static assertions (compile time assertions), from John
         Maddock.</li>
@@ -504,7 +504,6 @@
 <ul>
     <li>accumulators - Framework for incremental
         calculation, and collection of statistical accumulators, from Eric Niebler.</li>
- <li>Cacciola.</li>
     <li>integer - Headers to ease
         dealing with integral types.</li>
     <li>interval - Extends the
@@ -664,9 +663,9 @@
     <li>filesystem - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
- <li>flyweight - Design pattern
- to manage larque quantities of highly redundant objects,
- from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
+ <li>flyweight - Design pattern
+ to manage large quantities of highly redundant objects,
+ from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li>optional - Discriminated-union
@@ -676,6 +675,8 @@
     <li>statechart - Arbitrarily
     complex finite state machines can be implemented in easily readable and
     maintainable C++ code, from Andreas Huber.</li>
+ <li>swap -
+ Enhanced generic swap function, from Joseph Gauterin.</li>
     <li>system - Operating
     system support, including the diagnostics support that will be part of the
     C++0x standard library, from Beman Dawes.</li>
@@ -726,7 +727,7 @@
 
 <p>Revised
 <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->19 Mar 2008<!--webbot bot="Timestamp" endspan i-checksum="14923" --></p>
+s-format="%d %b %Y" startspan -->27 Jan 2009<!--webbot bot="Timestamp" endspan i-checksum="14772" --></p>
 
 <p>&copy; Copyright Beman Dawes 2000-2004</p>
 <p>Distributed under the Boost Software License, Version 1.0.
@@ -735,4 +736,4 @@
 </p>
 
 </body>
-</html>
+</html>
\ No newline at end of file


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