summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [tests/tmin_prec.c] new file contributed from Laurent Foussezimmerma2009-03-162-1/+74
* min_prec.c: removed a useless test.vlefevre2009-03-161-1/+1
* min_prec.c: fixed another bug.vlefevre2009-03-161-1/+1
* vasprintf.c: Add more debug assertion on the buffer size.thevenyp2009-03-161-0/+6
* vasprintf.c: Fix bug_20090316 (in buffer_cat, the buffer was 1 character too ...thevenyp2009-03-162-1/+21
* tests/tadd.c: changed GMP_RND* (from r6071) into MPFR_RND*; this shouldvlefevre2009-03-161-5/+5
* tests/tprintf.c: Use new environment variable MPFR_CHECK_LARGEMEM for memory ...thevenyp2009-03-161-1/+1
* min_prec.c: bug fixed by Laurent.vlefevre2009-03-161-1/+1
* tests/tsprintf.c: Fix typo.thevenyp2009-03-161-1/+1
* Fixed the prototype of mpfr_min_prec (should return a mpfr_prec_t)vlefevre2009-03-163-7/+7
* min_prec.c: fixed a bug (but the code should be improved).vlefevre2009-03-161-1/+1
* min_prec.c: simplified the singular cases (see other functions).vlefevre2009-03-161-5/+1
* Add protoype for mpfr_min_prec in mpfr.h.lfousse2009-03-151-0/+1
* Add documentation for mpfr_min_prec.lfousse2009-03-151-0/+8
* New function mpfr_min_prec.lfousse2009-03-152-1/+66
* get_ld.c: fixed bugs in the case HAVE_LDOUBLE_IEEE_EXT_LITTLE (one foundvlefevre2009-03-151-3/+6
* vasprintf.c: This is probably dead code, but being uncertain, put an assert h...thevenyp2009-03-131-2/+2
* vasprintf.c: As the buffer helper functions are not used in the current code ...thevenyp2009-03-131-8/+12
* vasprintf.c: make clear that string_buffer.curr is a pointer to the null term...thevenyp2009-03-131-3/+3
* vasprintf.c: Fix bug.thevenyp2009-03-131-2/+2
* tests/tprintf.c: Add an expensive test where the output number has more than ...thevenyp2009-03-132-0/+25
* mpfr.texi: Do cosmetic changes and add some details on printf behavior when t...thevenyp2009-03-133-34/+85
* zeta_ui.c: correction r6090 was incorrect as there was another problem:vlefevre2009-03-121-1/+3
* zeta_ui.c bug fix: a shift count could be >= width of type (if a limb isvlefevre2009-03-121-1/+1
* tests/tprintf.c: added missing cast to void * for %p.vlefevre2009-03-101-1/+2
* tests/tfprintf.c: added missing cast to void * for %p.vlefevre2009-03-091-1/+1
* vasprintf.c: fixed bug in CONSUME_VA_ARG for case MP_LIMB_ARG (%Mu).vlefevre2009-03-091-1/+1
* README.dev: GMP with ABI=mode32 should be tested on 64-bit PowerPC.vlefevre2009-03-091-0/+4
* vasprintf.c: now return -1 when the format string is invalid (undefined behav...thevenyp2009-03-062-2/+114
* mpfr.texi: Add missing conversion specifier accepted with mpfr_t variable.thevenyp2009-03-061-1/+1
* add1.c: assertions on the argument values should use MPFR_ASSERTN.vlefevre2009-03-061-1/+1
* [cache.c] improved comment for mpfr_init_cachezimmerma2009-03-061-1/+2
* [add1.c] transformed switch() into if-then-else, to get 100% coveragezimmerma2009-03-061-11/+9
* untabifyvlefevre2009-03-062-4/+4
* update-faq: change GMP_RND into MPFR_RND from the version on the webvlefevre2009-03-061-1/+2
* tests/tadd.c: completed the code coverage (case bk == 0 in add1.c).vlefevre2009-03-051-0/+37
* [mpfr-impl.h,cache.c] commented out mpfr_init_cachezimmerma2009-03-052-0/+5
* [const_catalan.c] decreased initial Ziv precision to get 100% coveragezimmerma2009-03-051-3/+2
* [cmp2.c] added commentszimmerma2009-03-052-3/+20
* [atan2.c,tatan.c] reduced Ziv's initial precision and added test to havezimmerma2009-03-052-1/+4
* [atan.c] coverage should now be 100%zimmerma2009-03-051-5/+6
* [algorithms.bib] added new referencezimmerma2009-03-043-3/+16
* mpfr-gmp.c (mpfr_assert_fail): output "MPFR" too in assertion failurevlefevre2009-03-041-1/+1
* Updated mpfrlint script.vlefevre2009-03-041-2/+5
* mpfr.texi: updated month.vlefevre2009-03-041-1/+1
* NEWS: say that the license has changed.vlefevre2009-03-041-0/+2
* Updated NEWS (function mpfr_random has been removed).vlefevre2009-03-031-2/+3
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-03262-5889/+5896
* tests: added taway to svn:ignore property.vlefevre2009-03-030-0/+0
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-03406-2136/+1788