* Fixed incorrect usage of Boost.Math when it does not support long double (fixes#8162)
* Fixed ambiguity of boost::lexical_cast functions (fixes#7421)
[SVN r83542]
* Deduce stream character type for user defined classes (fixes#6786)
* Deprecated macros replaced with new ones (thanks to Marshall Clow)
* Updated documentation (refs #6786, fixes#7582)
* More tests and minor bugfixes
[SVN r81668]
* Much more tests
* Now numeric_cast (and lexical_cast) can be compiled with disabled exceptions
* Supress warning described in #6645 (implicit conversion shortens 64-bit value into a 32-bit value)
* Fixed compilation of lexical_cast with BOOST_NO_STD_LOCALE defined
* Documentation updates
* Case insensitive "NaN" and "Inf" parsing
* Performance tests commit
[SVN r77288]