diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-08-14 11:41:37 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-08-14 11:41:37 +0000 |
commit | 665e0eec8619436a5cc21f3830be7caeb9cf8577 (patch) | |
tree | 69446237e70decf859c4ae54aebc06ebe35938b2 /NEWS | |
parent | 64938d986ed0a8dd456568ad5ffc033db4756db6 (diff) | |
download | mpfr-665e0eec8619436a5cc21f3830be7caeb9cf8577.tar.gz |
Added to NEWS: Thread-safe support with Microsoft Visual compiler.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4770 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ Changes from versions 2.2.* to version 2.3.0: - The shared library is now enabled by default. If the MPFR build fails on your platform, try the --disable-shared configure option to disable the shared library. +- Thread-safe support with Microsoft Visual compiler. - New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn, mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit, mpfr_setsign, mpfr_copysign, mpfr_get_patches. |