summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* added assertionzimmerma2013-06-011-0/+2
* [src/random_deviate.c] Updated a comment.vlefevre2013-06-011-1/+3
* in case mp_limb_t is smaller than unsigned long, use alternate code forzimmerma2013-06-011-6/+33
* [src/nrandom.c] Corrected indentation.vlefevre2013-06-011-1/+1
* [src/random_deviate.h] Fixed a typo in a macro name.vlefevre2013-06-011-1/+1
* [src/random_deviate.c] Removed trailing spaces.vlefevre2013-06-011-1/+1
* #include <...> -> #include "..." for local fileszimmerma2013-05-311-1/+1
* removed obsolete commentzimmerma2013-05-311-4/+4
* GNU stylezimmerma2013-05-311-45/+73
* GNU stylezimmerma2013-05-311-20/+35
* GNU stylezimmerma2013-05-311-98/+152
* removed RANDOM_SIMPLE=1 stuff (this was an alternate slower implementation).zimmerma2013-05-311-53/+0
* removed mpfr_grandom_alt (likewise previous commit)zimmerma2013-05-311-15/+1
* removed mpfr_urandom_alt (slower than mpfr_urandom, but it can be recoveredzimmerma2013-05-311-37/+0
* removed mpfr_random.h, headers are in mpfr.hzimmerma2013-05-313-54/+2
* original contribution from Charles Karney <charles.karney@sri.com>zimmerma2013-05-317-1/+676
* Use copyright year ranges, followingvlefevre2013-05-30254-254/+254
* [src/vasprintf.c] Support all length modifiers defined by ISO C99, even if thethevenyp2013-05-241-6/+2
* [src/vasprintf.c] Always support 't' and 'L' length modifiers, but don'tthevenyp2013-05-241-8/+0
* Printing invalid format specifiers (continuation of r8525)thevenyp2013-05-241-25/+23
* new macro MPFR_MAYBE_UNUSED to avoid compiler warningszimmerma2013-05-242-1/+9
* [src/vasprintf.c] Print invalid format specifier instead of returning an erro...thevenyp2013-05-231-2/+3
* replaced macros NPRINTF_T and NPRINTF_L by positive versionszimmerma2013-05-221-2/+2
* fixed typozimmerma2013-05-221-1/+1
* [src/mpfr-impl.h] With clang, do not use GCC's self-initialization trickvlefevre2013-04-171-5/+16
* [src/fits_intmax.c] Corrected a comment.vlefevre2013-03-181-1/+1
* [src/{fits_u.h,fits_uintmax.c}] Fixed the mpfr_fits_u*_p functions,vlefevre2013-03-182-51/+22
* [src/fits_uintmax.c] Replaced an obsolete comment by a TODO.vlefevre2013-03-181-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-03255-255/+255
* [src/fpif.c] Added an assert on MPFR_PREC_MIN because the code seemsvlefevre2012-12-211-0/+1
* mpfr_fpif_import now check precision size. Documentation updated for mpfr_fpi...demengeo2012-12-211-6/+5
* Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob:vlefevre2012-12-202-2/+1
* [src/fpif.c] Added a FIXME comment in mpfr_fpif_import concerning thevlefevre2012-12-121-1/+6
* [src/fpif.c] Added comments. Fixed mpfr_fpif_read_precision_from_filevlefevre2012-12-111-19/+32
* [fpif.c] completed FIXMEzimmerma2012-12-111-1/+2
* [src/fpif.c] Added a FIXME comment: large precisions read from the filevlefevre2012-12-081-0/+3
* Fixed stack overflow bug in fpif.cdemengeo2012-12-071-1/+1
* [src/set_uj.c] Change to help the compiler to detect dead code,vlefevre2012-10-171-22/+30
* [src/get_d64.c] Added a const (thanks to Patrick PĂ©lissier).vlefevre2012-10-171-1/+1
* [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid avlefevre2012-10-101-2/+12
* [get_float128.c,set_float128.c] Avoid an empty translation unitvlefevre2012-09-202-4/+4
* Applied patch (with minor changes) by Patrick PĂ©lissier to improvevlefevre2012-09-202-13/+168
* Removed trailing whitespace.vlefevre2012-09-051-1/+1
* revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro)zimmerma2012-09-042-15/+0
* added support for --enable-decimal-float with g++ (does not work with icpc,zimmerma2012-09-042-2/+19
* [src/set_d.c] Updated a comment on the negative zero.vlefevre2012-09-041-4/+8
* [src/get_str.c] #include "mpfr-intmax.h" so that UINT64_C has a chancevlefevre2012-09-041-0/+1
* [src/set_d64.c] fix for systems where +0.0 and -0.0 are stored identically inzimmerma2012-09-041-4/+6
* [src/set_d64.c] better code to detect -0.0 (copied from set_d.c)zimmerma2012-09-041-4/+11
* [tests/tl2b.c] use UINT64_C for 64-bit integer constantszimmerma2012-09-041-122/+126