Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78793 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-06-01 14:47:27


Author: danieljames
Date: 2012-06-01 14:47:26 EDT (Fri, 01 Jun 2012)
New Revision: 78793
URL: http://svn.boost.org/trac/boost/changeset/78793

Log:
Website: Fix typo + rebuild.
Text files modified:
   website/public_html/live/feed/history/boost_1_50_0.qbk | 2
   website/public_html/live/generated/dev.rss | 50 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 6 ++--
   website/public_html/live/users/history/version_1_50_0.html | 50 +++++++++++++++++++++++++++++++++++++++
   4 files changed, 102 insertions(+), 6 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_50_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_50_0.qbk 2012-06-01 14:47:26 EDT (Fri, 01 Jun 2012)
@@ -211,7 +211,7 @@
 
 * [phrase library..[@/libs/scope_exit/ ScopeExit]:]
  * New Features:
- * Use variadic macros to specify captures variables as commas-separated lists (but kept preprocessor sequence syntax for backward compatibility).
+ * Use variadic macros to specify captures as commas-separated lists (but kept preprocessor sequence syntax for backward compatibility).
    * Capture the object in scope using `this_`.
    * Support empty captures using `void`.
    * Implicit lambda-like captures using `BOOST_SCOPE_EXIT_ALL` on compilers that support C++11 lambda functions.

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-06-01 14:47:26 EDT (Fri, 01 Jun 2012)
@@ -581,6 +581,54 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/math/">Math</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Promoted math constants to be 1st class citizens, including convenient
+ access to the most widely used built-in float, double, long double
+ via three namespaces.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added the Owen's T function and Skew Normal distribution written
+ by Benjamin Sobotta.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added Hankel functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Corrected issue <a href="https://svn.boost.org/trac/boost/ticket/6627">#6627
+ nonfinite_num_put formatting of 0.0 is incorrect</a> based on
+ a patch submitted by K R Walker.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed constant initialization mechanism so that it is thread safe
+ even for user-defined types, also so that user defined types get
+ the full precision of the constant, even when <code><span class="keyword">long</span>
+ <span class="keyword">double</span></code> does not. So for example
+ 128-bit rational approximations will work with UDT's and do the right
+ thing, even though <code><span class="keyword">long</span> <span class="keyword">double</span></code> may be only 64 or 80 bits.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed issue in <code><span class="identifier">bessel_jy</span></code>
+ which causes Y[sub 8.5](4[pi]) to yield a NaN.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/msm/">MSM</a>:</span>
           <ul>
             <li>
@@ -731,7 +779,7 @@
                 <ul>
                   <li>
                     <div>
- Use variadic macros to specify captures variables as commas-separated
+ Use variadic macros to specify captures as commas-separated
                       lists (but kept preprocessor sequence syntax for backward compatibility).
                     </div>
                   </li>

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-06-01 14:47:26 EDT (Fri, 01 Jun 2012)
@@ -1868,7 +1868,7 @@
 -id
 "version_1_50_0
 -last_modified
-.1338461149.1
+.1338576409.87
 -location
 "users/history/version_1_50_0.html
 -page_state
@@ -1883,11 +1883,11 @@
 " Unordered, Wave, xpressive
 "
 -qbk_hash
-"70209ffb0a7a172df0955a2ff02c33dfb16cd2aba2b676acc1fcccb321785c03
+"3023921f6bebef81f68fefa39ae7deca70c6a918e3d061fb711c4107d88529b0
 -release_status
 "dev
 -rss_hash
-"3d68e36f786141fcf648d12ff59c48cac81c4b68e48053532d3c6ea3a4d2bd2e
+"b5dd006701a5b22619cdc8548c2ec45a201c77866153bbbfeddb6e85a88c70bd
 -title
 "Version 1.50.0
 -type

Modified: website/public_html/live/users/history/version_1_50_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_50_0.html (original)
+++ website/public_html/live/users/history/version_1_50_0.html 2012-06-01 14:47:26 EDT (Fri, 01 Jun 2012)
@@ -620,6 +620,54 @@
       </li>
       <li>
         <div>
+ <span class="library">Math:</span>
+ <ul>
+ <li>
+ <div>
+ Promoted math constants to be 1st class citizens, including convenient
+ access to the most widely used built-in float, double, long double
+ via three namespaces.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added the Owen's T function and Skew Normal distribution written
+ by Benjamin Sobotta.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added Hankel functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Corrected issue <a href="https://svn.boost.org/trac/boost/ticket/6627">#6627
+ nonfinite_num_put formatting of 0.0 is incorrect</a> based on
+ a patch submitted by K R Walker.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed constant initialization mechanism so that it is thread safe
+ even for user-defined types, also so that user defined types get
+ the full precision of the constant, even when <code><span class="keyword">long</span>
+ <span class="keyword">double</span></code> does not. So for example
+ 128-bit rational approximations will work with UDT's and do the right
+ thing, even though <code><span class="keyword">long</span> <span class="keyword">double</span></code> may be only 64 or 80 bits.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed issue in <code><span class="identifier">bessel_jy</span></code>
+ which causes Y[sub 8.5](4[pi]) to yield a NaN.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">MSM:</span>
           <ul>
             <li>
@@ -770,7 +818,7 @@
                 <ul>
                   <li>
                     <div>
- Use variadic macros to specify captures variables as commas-separated
+ Use variadic macros to specify captures as commas-separated
                       lists (but kept preprocessor sequence syntax for backward compatibility).
                     </div>
                   </li>


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