| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added assertion | zimmerma | 2013-06-01 | 1 | -0/+2 |
* | [src/random_deviate.c] Updated a comment. | vlefevre | 2013-06-01 | 1 | -1/+3 |
* | in case mp_limb_t is smaller than unsigned long, use alternate code for | zimmerma | 2013-06-01 | 1 | -6/+33 |
* | [src/nrandom.c] Corrected indentation. | vlefevre | 2013-06-01 | 1 | -1/+1 |
* | [src/random_deviate.h] Fixed a typo in a macro name. | vlefevre | 2013-06-01 | 1 | -1/+1 |
* | [src/random_deviate.c] Removed trailing spaces. | vlefevre | 2013-06-01 | 1 | -1/+1 |
* | #include <...> -> #include "..." for local files | zimmerma | 2013-05-31 | 1 | -1/+1 |
* | removed obsolete comment | zimmerma | 2013-05-31 | 1 | -4/+4 |
* | GNU style | zimmerma | 2013-05-31 | 1 | -45/+73 |
* | GNU style | zimmerma | 2013-05-31 | 1 | -20/+35 |
* | GNU style | zimmerma | 2013-05-31 | 1 | -98/+152 |
* | removed RANDOM_SIMPLE=1 stuff (this was an alternate slower implementation). | zimmerma | 2013-05-31 | 1 | -53/+0 |
* | removed mpfr_grandom_alt (likewise previous commit) | zimmerma | 2013-05-31 | 1 | -15/+1 |
* | removed mpfr_urandom_alt (slower than mpfr_urandom, but it can be recovered | zimmerma | 2013-05-31 | 1 | -37/+0 |
* | removed mpfr_random.h, headers are in mpfr.h | zimmerma | 2013-05-31 | 3 | -54/+2 |
* | original contribution from Charles Karney <charles.karney@sri.com> | zimmerma | 2013-05-31 | 7 | -1/+676 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 254 | -254/+254 |
* | [src/vasprintf.c] Support all length modifiers defined by ISO C99, even if the | thevenyp | 2013-05-24 | 1 | -6/+2 |
* | [src/vasprintf.c] Always support 't' and 'L' length modifiers, but don't | thevenyp | 2013-05-24 | 1 | -8/+0 |
* | Printing invalid format specifiers (continuation of r8525) | thevenyp | 2013-05-24 | 1 | -25/+23 |
* | new macro MPFR_MAYBE_UNUSED to avoid compiler warnings | zimmerma | 2013-05-24 | 2 | -1/+9 |
* | [src/vasprintf.c] Print invalid format specifier instead of returning an erro... | thevenyp | 2013-05-23 | 1 | -2/+3 |
* | replaced macros NPRINTF_T and NPRINTF_L by positive versions | zimmerma | 2013-05-22 | 1 | -2/+2 |
* | fixed typo | zimmerma | 2013-05-22 | 1 | -1/+1 |
* | [src/mpfr-impl.h] With clang, do not use GCC's self-initialization trick | vlefevre | 2013-04-17 | 1 | -5/+16 |
* | [src/fits_intmax.c] Corrected a comment. | vlefevre | 2013-03-18 | 1 | -1/+1 |
* | [src/{fits_u.h,fits_uintmax.c}] Fixed the mpfr_fits_u*_p functions, | vlefevre | 2013-03-18 | 2 | -51/+22 |
* | [src/fits_uintmax.c] Replaced an obsolete comment by a TODO. | vlefevre | 2013-03-18 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 255 | -255/+255 |
* | [src/fpif.c] Added an assert on MPFR_PREC_MIN because the code seems | vlefevre | 2012-12-21 | 1 | -0/+1 |
* | mpfr_fpif_import now check precision size. Documentation updated for mpfr_fpi... | demengeo | 2012-12-21 | 1 | -6/+5 |
* | Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob: | vlefevre | 2012-12-20 | 2 | -2/+1 |
* | [src/fpif.c] Added a FIXME comment in mpfr_fpif_import concerning the | vlefevre | 2012-12-12 | 1 | -1/+6 |
* | [src/fpif.c] Added comments. Fixed mpfr_fpif_read_precision_from_file | vlefevre | 2012-12-11 | 1 | -19/+32 |
* | [fpif.c] completed FIXME | zimmerma | 2012-12-11 | 1 | -1/+2 |
* | [src/fpif.c] Added a FIXME comment: large precisions read from the file | vlefevre | 2012-12-08 | 1 | -0/+3 |
* | Fixed stack overflow bug in fpif.c | demengeo | 2012-12-07 | 1 | -1/+1 |
* | [src/set_uj.c] Change to help the compiler to detect dead code, | vlefevre | 2012-10-17 | 1 | -22/+30 |
* | [src/get_d64.c] Added a const (thanks to Patrick PĂ©lissier). | vlefevre | 2012-10-17 | 1 | -1/+1 |
* | [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid a | vlefevre | 2012-10-10 | 1 | -2/+12 |
* | [get_float128.c,set_float128.c] Avoid an empty translation unit | vlefevre | 2012-09-20 | 2 | -4/+4 |
* | Applied patch (with minor changes) by Patrick PĂ©lissier to improve | vlefevre | 2012-09-20 | 2 | -13/+168 |
* | Removed trailing whitespace. | vlefevre | 2012-09-05 | 1 | -1/+1 |
* | revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro) | zimmerma | 2012-09-04 | 2 | -15/+0 |
* | added support for --enable-decimal-float with g++ (does not work with icpc, | zimmerma | 2012-09-04 | 2 | -2/+19 |
* | [src/set_d.c] Updated a comment on the negative zero. | vlefevre | 2012-09-04 | 1 | -4/+8 |
* | [src/get_str.c] #include "mpfr-intmax.h" so that UINT64_C has a chance | vlefevre | 2012-09-04 | 1 | -0/+1 |
* | [src/set_d64.c] fix for systems where +0.0 and -0.0 are stored identically in | zimmerma | 2012-09-04 | 1 | -4/+6 |
* | [src/set_d64.c] better code to detect -0.0 (copied from set_d.c) | zimmerma | 2012-09-04 | 1 | -4/+11 |
* | [tests/tl2b.c] use UINT64_C for 64-bit integer constants | zimmerma | 2012-09-04 | 1 | -122/+126 |