| Commit message (Expand) | Author | Age | Files | Lines |
* | get_str.c vasprintf.c: Add support for the rounding away from zero mode. | thevenyp | 2009-08-12 | 1 | -1/+8 |
* | 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 | -12/+12 |
* | tsprintf.c: added tests of some halfway cases. | vlefevre | 2009-07-08 | 1 | -0/+26 |
* | tsprintf.c: added a test that triggers an assertion failure. | vlefevre | 2009-07-08 | 1 | -0/+4 |
* | tsprintf.c: fixed a test and added more tests for %.0Rf with the even | vlefevre | 2009-07-08 | 1 | -1/+5 |
* | tsprintf.c: completed the test on emax (for %Ra and %Rb). | vlefevre | 2009-07-07 | 1 | -15/+40 |
* | tsprintf.c: my test was incorrect (I forgot the R), sorry. | vlefevre | 2009-07-07 | 1 | -15/+3 |
* | tsprintf.c: comment (so that the test can be ported to the 2.4 branch). | vlefevre | 2009-07-07 | 1 | -1/+2 |
* | tsprintf.c: started to write a test for emax, showing a bug (random | vlefevre | 2009-07-07 | 1 | -0/+50 |
* | 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 | -1/+14 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -1/+1 |
* | vasprintf.c: Fix bug when the value to be printed is rounded to the next powe... | thevenyp | 2009-06-19 | 1 | -3/+20 |
* | vasprintf.c: Binary output with no digit after the decimal point is now suppo... | thevenyp | 2009-06-04 | 1 | -8/+62 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -7/+0 |
* | tests/tsprintf.c: Fix typo. | thevenyp | 2009-03-16 | 1 | -1/+1 |
* | mpfr.texi: Do cosmetic changes and add some details on printf behavior when t... | thevenyp | 2009-03-13 | 1 | -13/+43 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -45/+45 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | tests/tsprintf.c: do not use VLA's (C99 only). | vlefevre | 2009-02-25 | 1 | -2/+2 |
* | tests/tsprintf.c: coding style: removed spurious spaces. | vlefevre | 2009-02-25 | 1 | -2/+2 |
* | tests/tsprintf.c: added mpfr_snprintf/mpfr_vsnprintf tests with | vlefevre | 2009-02-25 | 1 | -10/+24 |
* | printf.c: Fix wrong return value, mpfr_snprintf and mpfr_vsnprintf functions ... | thevenyp | 2009-02-24 | 1 | -8/+15 |
* | tsprintf.c: added a test showing a buffer overflow in mpfr_vsnprintf. | vlefevre | 2009-02-24 | 1 | -0/+6 |
* | tsprintf.c: added a test showing a buffer overflow in mpfr_snprintf. | vlefevre | 2009-02-24 | 1 | -0/+6 |
* | tests/tsprintf.c: remove tests against libc's printf with "%a" (not in ISO C9... | thevenyp | 2009-01-21 | 1 | -6/+0 |
* | tests/tsprintf.c: removed a blank line (for consistency with the | vlefevre | 2009-01-20 | 1 | -1/+0 |
* | tests/tprintf.c, tests/tsprintf.c: | vlefevre | 2009-01-19 | 1 | -4/+4 |
* | tests/tsprintf.c: check if native types are really processed by libc printf. | thevenyp | 2009-01-19 | 1 | -0/+50 |
* | tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N... | thevenyp | 2009-01-16 | 1 | -1/+1 |
* | acinclude.m4: Check if %Ld specification is supported (not always the case wi... | thevenyp | 2009-01-16 | 1 | -5/+8 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | Removed useless #include of gmp.h from tests/tfprintf.c and | vlefevre | 2009-01-08 | 1 | -2/+0 |
* | tests/tsprintf.c: clean-up code, improve comment, and put optional tests in t... | thevenyp | 2008-12-17 | 1 | -40/+56 |
* | tests/tsprintf.c: Add two regression tests. | thevenyp | 2008-12-17 | 1 | -0/+11 |
* | untabify and remove trailing spaces | vlefevre | 2008-12-15 | 1 | -2/+2 |
* | tests/tsprintf.c: Tests against libc's sprintf function are no more executed ... | thevenyp | 2008-12-15 | 1 | -4/+7 |
* | tests/tsprintf.c: move bugs 20080610 and 20081214 outside the function random... | thevenyp | 2008-12-15 | 1 | -19/+77 |
* | tests/tsprintf.c: completed comment about the sign of a null exponent. | vlefevre | 2008-12-15 | 1 | -1/+10 |
* | tests/tsprintf.c: corrected a comment. | vlefevre | 2008-12-14 | 1 | -2/+3 |
* | tests/tsprintf.c: untabified. | vlefevre | 2008-12-14 | 1 | -6/+6 |
* | [tsprintf.c] added new hard-coded test (needs work to overcome error in | zimmerma | 2008-12-14 | 1 | -0/+9 |
* | [tsprintf.c] fixed hard-coded test (spec was missing), and print values of | zimmerma | 2008-12-14 | 1 | -0/+2 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -3/+3 |
* | vasprintf.c: Fix bug with '#' and 'g' flag combination, see also defect repor... | thevenyp | 2008-10-23 | 1 | -1/+13 |
* | tests/tsprintf.c: fixed compilation failure when HAVE_DENORMS isn't | vlefevre | 2008-08-21 | 1 | -1/+2 |
* | tests/tsprintf.c: removed trailing whitespace. | vlefevre | 2008-07-19 | 1 | -2/+2 |
* | acinclude.m4: add a check defining va_copy macro when needed. | thevenyp | 2008-06-27 | 1 | -9/+9 |
* | tsprintf.c: typo in a comment. | vlefevre | 2008-06-11 | 1 | -2/+2 |