summaryrefslogtreecommitdiff
path: root/tests/tsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid avlefevre2015-05-201-1/+7
* Copyright notice update: added 2015 withvlefevre2015-05-201-1/+1
* [src/vasprintf.c] Fixed assertion failures for tiny numbers (the codevlefevre2014-06-261-0/+64
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [tests/tsprintf.c] Added a few tests.vlefevre2013-11-151-0/+6
* [src/vasprintf.c] Fixed bug reported by David Binderman, occurring whenvlefevre2013-11-151-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests/tsprintf.c] Coding style.vlefevre2011-11-031-1/+1
* [src/vasprintf.c] Fixed bug reported by Pavel Holoborodko.vlefevre2011-11-031-0/+30
* Avoid expensive calls to mpfr_get_prec() using mpfr_ceil_mul() instead.thevenyp2011-07-281-0/+34
* Updated AUTHORS file and copyright notices (for more consistency).vlefevre2011-05-181-0/+2
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* tests: return 77 for skipped tests (see GNU Automake manual).vlefevre2011-01-131-1/+1
* [tests/*.c] Support the case where mpfr_exp_t is not a long intvlefevre2010-10-191-2/+10
* avoid several compiler warnings with g++zimmerma2010-10-101-0/+2
* Replacedvlefevre2010-07-301-1/+1
* 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