Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84476 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-05-25 04:36:37


Author: danieljames
Date: 2013-05-25 04:36:35 EDT (Sat, 25 May 2013)
New Revision: 84476
URL: http://svn.boost.org/trac/boost/changeset/84476

Log:
Fix names of Airy functions.
Text files modified:
   website/public_html/live/feed/history/boost_1_54_0.qbk | 2 +-
   website/public_html/live/generated/dev.rss | 6 +++---
   website/public_html/live/generated/state/feed-pages.txt | 4 ++--
   website/public_html/live/generated/state/rss-items.txt | 8 ++++----
   website/public_html/live/users/history/version_1_54_0.html | 6 +++---
   5 files changed, 13 insertions(+), 13 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-05-25 04:36:35 EDT (Sat, 25 May 2013)
@@ -141,7 +141,7 @@
   * Added many references to Boost.Multiprecision and `cpp_dec_float_50` as an example of a User-defined Type (UDT).
   * Added Clang to list of supported compilers.
   * Fixed constants to use a thread-safe cache of computed values when used at arbitrary precision.
- * Added finding zeros of Bessel functions `cyl_bessel_j_zero`, `cyl_neumann_zero`, `air_ai_zeros` and `air_bi_zeros`(by Christopher Kormanyos).
+ * Added finding zeros of Bessel functions `cyl_bessel_j_zero`, `cyl_neumann_zero`, `airy_ai_zeros` and `airy_bi_zeros`(by Christopher Kormanyos).
   * More accuracy improvements to the Bessel J and Y functions from Rocco Romeo.
   * Fixed nasty cyclic dependency bug that caused some headers to not compile [@https://svn.boost.org/trac/boost/ticket/7999 #7999].
   * Fixed bug in __tgamma that caused spurious overflow for arguments between 142.5 and 143.

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2013-05-25 04:36:35 EDT (Sat, 25 May 2013)
@@ -396,9 +396,9 @@
               <div>
                 Added finding zeros of Bessel functions <code><span class="identifier">cyl_bessel_j_zero</span></code>,
                 <code><span class="identifier">cyl_neumann_zero</span></code>,
- <code><span class="identifier">air_ai_zeros</span></code> and
- <code><span class="identifier">air_bi_zeros</span></code>(by Christopher
- Kormanyos).
+ <code><span class="identifier">airy_ai_zeros</span></code> and
+ <code><span class="identifier">airy_bi_zeros</span></code>(by
+ Christopher Kormanyos).
               </div>
             </li>
             <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 2013-05-25 04:36:35 EDT (Sat, 25 May 2013)
@@ -2004,7 +2004,7 @@
 -id
 "version_1_54_0
 -last_modified
-.1369417391.59
+.1369430364.09
 -location
 "users/history/version_1_54_0.html
 -notice
@@ -2017,7 +2017,7 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"9e50ecef6f24733768d74a10edee87f5a4663425e0cc85657634f13a216bc3b9
+"e68879f6566d8d373cad3d18ddff78edf19d9ae7717ff9c36ba87dae6e2e0349
 -release_status
 "dev
 -title

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt (original)
+++ website/public_html/live/generated/state/rss-items.txt 2013-05-25 04:36:35 EDT (Sat, 25 May 2013)
@@ -19020,9 +19020,9 @@
 " <div>
 " Added finding zeros of Bessel functions <code><span class="identifier">cyl_bessel_j_zero</span></code>,
 " <code><span class="identifier">cyl_neumann_zero</span></code>,
-" <code><span class="identifier">air_ai_zeros</span></code> and
-" <code><span class="identifier">air_bi_zeros</span></code>(by Christopher
-" Kormanyos).
+" <code><span class="identifier">airy_ai_zeros</span></code> and
+" <code><span class="identifier">airy_bi_zeros</span></code>(by
+" Christopher Kormanyos).
 " </div>
 " </li>
 " <li>
@@ -19442,7 +19442,7 @@
 " </div>
 "</description></item>
 -last_modified
-.1369417391.59
+.1369430364.09
 -quickbook
 "feed/history/boost_1_54_0.qbk
 )

Modified: website/public_html/live/users/history/version_1_54_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_54_0.html (original)
+++ website/public_html/live/users/history/version_1_54_0.html 2013-05-25 04:36:35 EDT (Sat, 25 May 2013)
@@ -432,9 +432,9 @@
               <div>
                 Added finding zeros of Bessel functions <code><span class="identifier">cyl_bessel_j_zero</span></code>,
                 <code><span class="identifier">cyl_neumann_zero</span></code>,
- <code><span class="identifier">air_ai_zeros</span></code> and
- <code><span class="identifier">air_bi_zeros</span></code>(by Christopher
- Kormanyos).
+ <code><span class="identifier">airy_ai_zeros</span></code> and
+ <code><span class="identifier">airy_bi_zeros</span></code>(by
+ Christopher Kormanyos).
               </div>
             </li>
             <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