| Commit message (Expand) | Author | Age | Files | Lines |
* | Source reorganization. In short: | vlefevre | 2010-08-17 | 1 | -2204/+0 |
* | Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99 | vlefevre | 2010-08-16 | 1 | -5/+4 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -11/+11 |
* | Add specifier 'Y' for the rounding away from zero mode in printf-like functions. | thevenyp | 2010-05-03 | 1 | -0/+4 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -5/+5 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros. | vlefevre | 2010-01-08 | 1 | -3/+3 |
* | BITS_PER_MP_LIMB -> GMP_LIMB_BITS | zimmerma | 2010-01-08 | 1 | -3/+3 |
* | vasprintf.c: changeset r6414 was incorrect, in particular under Linux | vlefevre | 2009-09-11 | 1 | -3/+10 |
* | [vasprintf.c] https://sympa.inria.fr/sympa/arc/mpfr/2009-09/msg00012.html | zimmerma | 2009-09-11 | 1 | -1/+1 |
* | get_str.c vasprintf.c: Add support for the rounding away from zero mode. | thevenyp | 2009-08-12 | 1 | -2/+7 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | vasprintf.c mpfr.texi: Change behavior with %Rf and an empty precision field.... | thevenyp | 2009-07-20 | 1 | -140/+96 |
* | vasprintf.c: typo in a comment. | vlefevre | 2009-07-08 | 1 | -1/+1 |
* | vasprintf.c: Fix bug with %Rf, non-zero precision and a value rounded up to t... | thevenyp | 2009-07-08 | 1 | -4/+7 |
* | vasprintf.c: deleted trailing spaces. | vlefevre | 2009-07-08 | 1 | -1/+1 |
* | vasprintf.c: Fix bug in precision 0 with format %.0Rf (0.5 rounds to 0). | thevenyp | 2009-07-08 | 1 | -2/+3 |
* | vasprintf.c: do not use a potential function call in SAFE_ABS macro. | vlefevre | 2009-07-06 | 1 | -1/+3 |
* | vasprintf.c tests/tsprintf.c: deleted trailing spaces. | thevenyp | 2009-07-06 | 1 | -1/+1 |
* | vasprintf.c: Fix bug when the value to be printed is rounded to the next powe... | thevenyp | 2009-06-29 | 1 | -94/+163 |
* | mp_exp_unsigned_t -> mpfr_uexp_t (internal type only). | vlefevre | 2009-06-26 | 1 | -4/+4 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -1/+1 |
* | vasprintf.c: corrected comments. | vlefevre | 2009-06-21 | 1 | -4/+4 |
* | vasprintf.c: convert GMP_RNDx to MPFR_RNDx. | thevenyp | 2009-06-19 | 1 | -4/+4 |
* | vasprintf.c: Add brace to disambiguate nested if, and remove unused variable. | thevenyp | 2009-06-19 | 1 | -14/+15 |
* | vasprintf.c: Fix bug when the value to be printed is rounded to the next powe... | thevenyp | 2009-06-19 | 1 | -229/+209 |
* | vasprintf.c: Binary output with no digit after the decimal point is now suppo... | thevenyp | 2009-06-04 | 1 | -82/+73 |
* | vasprintf.c: do not use GMP's namespace for identifiers defined in MPFR. | vlefevre | 2009-05-29 | 1 | -8/+8 |
* | vasprintf.c: Fix bug, "%%" was not correctly displayed when used alone or bef... | thevenyp | 2009-05-29 | 1 | -0/+1 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -2/+0 |
* | strtofr.c tests/tset_str.c: Code simplification (sizeof (char) is always 1). | thevenyp | 2009-03-30 | 1 | -1/+1 |
* | vasprintf.c: Code simplification (sizeof (char) is always 1). | thevenyp | 2009-03-30 | 1 | -4/+4 |
* | acinclude.m4: remove definition of va_copy, just detect its presence. | thevenyp | 2009-03-27 | 1 | -0/+11 |
* | vasprintf.c: Add more debug assertion on the buffer size. | thevenyp | 2009-03-16 | 1 | -0/+6 |
* | vasprintf.c: Fix bug_20090316 (in buffer_cat, the buffer was 1 character too ... | thevenyp | 2009-03-16 | 1 | -1/+1 |
* | vasprintf.c: This is probably dead code, but being uncertain, put an assert h... | thevenyp | 2009-03-13 | 1 | -2/+2 |
* | vasprintf.c: As the buffer helper functions are not used in the current code ... | thevenyp | 2009-03-13 | 1 | -8/+12 |
* | vasprintf.c: make clear that string_buffer.curr is a pointer to the null term... | thevenyp | 2009-03-13 | 1 | -3/+3 |
* | vasprintf.c: Fix bug. | thevenyp | 2009-03-13 | 1 | -2/+2 |
* | tests/tprintf.c: Add an expensive test where the output number has more than ... | thevenyp | 2009-03-13 | 1 | -0/+2 |
* | vasprintf.c: fixed bug in CONSUME_VA_ARG for case MP_LIMB_ARG (%Mu). | vlefevre | 2009-03-09 | 1 | -1/+1 |
* | vasprintf.c: now return -1 when the format string is invalid (undefined behav... | thevenyp | 2009-03-06 | 1 | -2/+49 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -40/+40 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Checks whether C99 length modifiers 'hh' and 'll' are supported by the | vlefevre | 2009-02-17 | 1 | -1/+5 |
* | vasprintf.c: deleted trailing spaces. | vlefevre | 2009-01-20 | 1 | -3/+3 |
* | vasprintf.c: do not support 't' when NPRINTF_T is defined, HAVE_STDINT_H -> _... | thevenyp | 2009-01-19 | 1 | -1/+5 |
* | mpfr.texi: Explicit list of type supported by mpfr_printf functions. | thevenyp | 2009-01-19 | 1 | -22/+0 |
* | tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N... | thevenyp | 2009-01-16 | 1 | -3/+3 |