Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82171 - website/public_html/live/feed/history
From: john_at_[hidden]
Date: 2012-12-22 12:14:18


Author: johnmaddock
Date: 2012-12-22 12:14:17 EST (Sat, 22 Dec 2012)
New Revision: 82171
URL: http://svn.boost.org/trac/boost/changeset/82171

Log:
Added Regex and Math lib changes.
Text files modified:
   website/public_html/live/feed/history/boost_1_53_0.qbk | 17 +++++++++++++++++
   1 files changed, 17 insertions(+), 0 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_53_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_53_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_53_0.qbk 2012-12-22 12:14:17 EST (Sat, 22 Dec 2012)
@@ -51,10 +51,27 @@
   * On platforms that are known to have standard floating point functions,
     don't use the automatic detection ([ticket 7221], [ticket 7470]).
 
+* [phrase library..[@/libs/math/ Math]:]
+ * Fixed issues [@https://svn.boost.org/trac/boost/ticket/7325 #7325], [@https://svn.boost.org/trac/boost/ticket/7415 #7415],
+ [@https://svn.boost.org/trac/boost/ticket/7416 #7416], [@https://svn.boost.org/trac/boost/ticket/7183 #7183],
+ [@https://svn.boost.org/trac/boost/ticket/7649 #7649], [@https://svn.boost.org/trac/boost/ticket/7694 #7694],
+ [@https://svn.boost.org/trac/boost/ticket/4445 #4445] and [@https://svn.boost.org/trac/boost/ticket/7492 #7492].
+ * Fixed mistake in calculating pooled standard deviation in two-sample students t example
+ [@https://svn.boost.org/trac/boost/ticket/7402 #7402].
+ * Improve complex acos/asin/atan, see [@https://svn.boost.org/trac/boost/ticket/7290 #7290],
+ [@https://svn.boost.org/trac/boost/ticket/7291 #7291].
+ * Improve accuracy in some corner cases of cyl_bessel_j and gamma_p/gamma_q thanks to suggestions from Rocco Romeo.
+ * Improve accuracy in Bessel J and Y with integer orders thanks to suggestions from Rocco Romeo.
+
+
 * [phrase library..[@/libs/ratio/ Ratio]:]
   * [*Fixes:]
     * [@https://svn.boost.org/trac/boost/ticket/7616 #7616] br_mul::nan - warning C4293: '<<' : shift count negative or too big, undefined behavior`.
 
+* [phrase library..[@/libs/regex/ Regex]:]
+ Fixed Issues: [@https://svn.boost.org/trac/boost/ticket/7744 #7744], [@https://svn.boost.org/trac/boost/ticket/7644 #7644].
+
+
 * [phrase library..[@/libs/thread/ Thread]:]
   * [*Breaking changes:]
     * BOOST_THREAD_VERSION==3 by default since Boost 1.53. So that all the deprecated features since 1.50 are not included by default. You can change this by setting the appropriated define (see Configuration section).


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