summaryrefslogtreecommitdiff
path: root/tests/tsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* Add specifier 'Y' for the rounding away from zero mode in printf-like functions.thevenyp2010-05-031-10/+56
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* tsprintf.c: fixed locale_da_DK test.vlefevre2009-08-261-3/+6
* tests/tsprintf.c: bug fix (uncommented an "exit(1);").vlefevre2009-08-261-1/+1
* get_str.c vasprintf.c: Add support for the rounding away from zero mode.thevenyp2009-08-121-1/+8
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* vasprintf.c mpfr.texi: Change behavior with %Rf and an empty precision field....thevenyp2009-07-201-12/+12
* tsprintf.c: added tests of some halfway cases.vlefevre2009-07-081-0/+26
* tsprintf.c: added a test that triggers an assertion failure.vlefevre2009-07-081-0/+4
* tsprintf.c: fixed a test and added more tests for %.0Rf with the evenvlefevre2009-07-081-1/+5
* tsprintf.c: completed the test on emax (for %Ra and %Rb).vlefevre2009-07-071-15/+40
* tsprintf.c: my test was incorrect (I forgot the R), sorry.vlefevre2009-07-071-15/+3
* tsprintf.c: comment (so that the test can be ported to the 2.4 branch).vlefevre2009-07-071-1/+2
* tsprintf.c: started to write a test for emax, showing a bug (randomvlefevre2009-07-071-0/+50
* vasprintf.c tests/tsprintf.c: deleted trailing spaces.thevenyp2009-07-061-1/+1
* vasprintf.c: Fix bug when the value to be printed is rounded to the next powe...thevenyp2009-06-291-1/+14
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* vasprintf.c: Fix bug when the value to be printed is rounded to the next powe...thevenyp2009-06-191-3/+20
* vasprintf.c: Binary output with no digit after the decimal point is now suppo...thevenyp2009-06-041-8/+62
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-7/+0
* tests/tsprintf.c: Fix typo.thevenyp2009-03-161-1/+1
* mpfr.texi: Do cosmetic changes and add some details on printf behavior when t...thevenyp2009-03-131-13/+43
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-45/+45
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* tests/tsprintf.c: do not use VLA's (C99 only).vlefevre2009-02-251-2/+2
* tests/tsprintf.c: coding style: removed spurious spaces.vlefevre2009-02-251-2/+2
* tests/tsprintf.c: added mpfr_snprintf/mpfr_vsnprintf tests withvlefevre2009-02-251-10/+24
* printf.c: Fix wrong return value, mpfr_snprintf and mpfr_vsnprintf functions ...thevenyp2009-02-241-8/+15
* tsprintf.c: added a test showing a buffer overflow in mpfr_vsnprintf.vlefevre2009-02-241-0/+6
* tsprintf.c: added a test showing a buffer overflow in mpfr_snprintf.vlefevre2009-02-241-0/+6
* tests/tsprintf.c: remove tests against libc's printf with "%a" (not in ISO C9...thevenyp2009-01-211-6/+0
* tests/tsprintf.c: removed a blank line (for consistency with thevlefevre2009-01-201-1/+0
* tests/tprintf.c, tests/tsprintf.c:vlefevre2009-01-191-4/+4
* tests/tsprintf.c: check if native types are really processed by libc printf.thevenyp2009-01-191-0/+50
* tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N...thevenyp2009-01-161-1/+1
* acinclude.m4: Check if %Ld specification is supported (not always the case wi...thevenyp2009-01-161-5/+8
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* Removed useless #include of gmp.h from tests/tfprintf.c andvlefevre2009-01-081-2/+0
* tests/tsprintf.c: clean-up code, improve comment, and put optional tests in t...thevenyp2008-12-171-40/+56
* tests/tsprintf.c: Add two regression tests.thevenyp2008-12-171-0/+11
* untabify and remove trailing spacesvlefevre2008-12-151-2/+2
* tests/tsprintf.c: Tests against libc's sprintf function are no more executed ...thevenyp2008-12-151-4/+7
* tests/tsprintf.c: move bugs 20080610 and 20081214 outside the function random...thevenyp2008-12-151-19/+77
* tests/tsprintf.c: completed comment about the sign of a null exponent.vlefevre2008-12-151-1/+10
* tests/tsprintf.c: corrected a comment.vlefevre2008-12-141-2/+3
* tests/tsprintf.c: untabified.vlefevre2008-12-141-6/+6
* [tsprintf.c] added new hard-coded test (needs work to overcome error inzimmerma2008-12-141-0/+9
* [tsprintf.c] fixed hard-coded test (spec was missing), and print values ofzimmerma2008-12-141-0/+2
* This is now GNU MPFR!vlefevre2008-10-271-3/+3