index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpfr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source reorganization. In short:
vlefevre
2010-08-17
1
-912
/
+0
*
Replaced
vlefevre
2010-07-30
1
-1
/
+1
*
mpfr_ai1 and mpfr_ai2 are now declared static. Only mpfr_ai is global.
schevill
2010-07-20
1
-2
/
+1
*
Forgot a declaration in the previous commit.
schevill
2010-07-20
1
-1
/
+1
*
Updated version to 3.1.0-dev.
vlefevre
2010-06-22
1
-2
/
+2
*
[mpfr.h, stack_interface.c] Changed mpfr_custom_get_mantissa into
vlefevre
2010-05-25
1
-2
/
+2
*
[mpfr.h] <stdint.h> support: also test _STDINT (for MS Visual Studio).
vlefevre
2010-05-25
1
-3
/
+5
*
[mpfr.texi] more changes after answers by Vincent to my questions
zimmerma
2010-05-24
1
-0
/
+1
*
* I added a new implementation of Airy Ai. This implementation uses Smith's
schevill
2010-05-18
1
-0
/
+1
*
New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).
vlefevre
2010-05-07
1
-34
/
+37
*
Changed the precision type mpfr_prec_t from an unsigned integer type
vlefevre
2010-05-07
1
-5
/
+11
*
[mpfr.h] Added a comment concerning the definition of MPFR_PREC_MAX.
vlefevre
2010-05-07
1
-0
/
+2
*
To avoid breaking the ABI when faithful rounding gets implemented, added
vlefevre
2010-05-03
1
-2
/
+4
*
Changed mp_prec_t into mpfr_prec_t.
vlefevre
2010-04-30
1
-6
/
+6
*
[mpfr.h] Added a comment about integer overflows in macros.
vlefevre
2010-03-21
1
-1
/
+5
*
* Added function mpfr_ai. The implementation is the most naive: it evaluates
schevill
2010-03-17
1
-1
/
+2
*
[mpfr.h] added #define mpfr_get_z_exp mpfr_get_z_2exp for compatibility
zimmerma
2010-02-23
1
-0
/
+1
*
changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function)
zimmerma
2010-02-22
1
-2
/
+3
*
added new function mpfr_set_z_exp (companion to mpfr_get_z_exp)
zimmerma
2010-02-22
1
-0
/
+2
*
mpfr.h: disable the INTMAX_C / UINTMAX_C test with C++ compilers as it
vlefevre
2010-02-16
1
-11
/
+14
*
Copyright notice update: added 2010 with
vlefevre
2010-01-20
1
-1
/
+1
*
New function mpfr_urandom.
thevenyp
2010-01-13
1
-0
/
+2
*
Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.
vlefevre
2010-01-08
1
-2
/
+2
*
BITS_PER_MP_LIMB -> GMP_LIMB_BITS
zimmerma
2010-01-08
1
-2
/
+2
*
Changeset r6162 broke Solaris builds. Fixed that by no longer checking
vlefevre
2009-11-20
1
-9
/
+11
*
changed suffix _binary32 -> _flt
zimmerma
2009-09-15
1
-2
/
+2
*
added new functions mpfr_set_binary32 and mpfr_get_binary32
zimmerma
2009-09-15
1
-0
/
+2
*
mpfr.h: added mpfr_regular_p macro.
vlefevre
2009-09-14
1
-3
/
+4
*
[isregular.c] new function mpfr_regular_p
zimmerma
2009-09-14
1
-0
/
+1
*
[digamma.c] new function mpfr_digamma
zimmerma
2009-09-02
1
-0
/
+1
*
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
vlefevre
2009-07-30
1
-1
/
+1
*
Makefile.am mpfr.h mpfr.texi set_zero.c: New function mpfr_set_zero.
thevenyp
2009-07-20
1
-0
/
+1
*
mp_rnd_t -> mpfr_rnd_t
vlefevre
2009-06-26
1
-7
/
+7
*
mpfr.h: new MPFR_VALUE_OF macro, now used by mpfr_get_prec and
vlefevre
2009-06-15
1
-2
/
+5
*
mpfr.h: rewrote a comment.
vlefevre
2009-05-29
1
-5
/
+8
*
mpfr.h: updated a comment.
vlefevre
2009-05-13
1
-1
/
+1
*
mpfr.h: Add a warning comment (removed in r6026).
thevenyp
2009-05-13
1
-1
/
+1
*
NEWS Makefile.am mpfr.h mpfr.texi buildopt.c: New functions mpfr_buildopt_tls...
thevenyp
2009-05-05
1
-0
/
+2
*
mpfr.h: for intmax_t, also test _STDINT_H and _STDINT_H_.
vlefevre
2009-04-10
1
-2
/
+5
*
mpfr.h: for the intmax_t detection, also test INTMAX_MAX / UINTMAX_MAX
vlefevre
2009-04-10
1
-2
/
+8
*
NEWS mpfr.texi get_z.c: mpfr_get_z now returns an inexact value.
thevenyp
2009-04-08
1
-2
/
+2
*
Removed the comment from mpfr.h added in r6149, and patched get_z.c
vlefevre
2009-04-01
1
-3
/
+0
*
mpfr.h: important comment to validate the change done in r6147.
vlefevre
2009-04-01
1
-0
/
+3
*
Move mpfr_random2 to tests directory, remove it from API.
thevenyp
2009-03-24
1
-2
/
+0
*
Fixed the prototype of mpfr_min_prec (should return a mpfr_prec_t)
vlefevre
2009-03-16
1
-1
/
+1
*
Add protoype for mpfr_min_prec in mpfr.h.
lfousse
2009-03-15
1
-0
/
+1
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-12
/
+18
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
Untabified and deleted trailing spaces (for patches).
vlefevre
2009-02-27
1
-1
/
+1
*
[mpfr.h] added comment about order of rounding modes
zimmerma
2009-02-26
1
-0
/
+3
[next]