summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get rid of limitation on number of character by specifierthevenyp2008-01-291-36/+27
* vasprintf.c: fix %Rg casethevenyp2008-01-292-185/+400
* remove (undocumented) integer conversion support for mpfr_tthevenyp2008-01-282-178/+0
* set errno to EOVERFLOW when printf-like functions should return value exceedi...thevenyp2008-01-282-9/+8
* change internal name of printf-like functions under preprocessor conditionals...thevenyp2008-01-281-1/+11
* TODO: added a possible class of tests.vlefevre2008-01-251-0/+4
* tests.c: remove a blank line in an error message.vlefevre2008-01-231-1/+1
* Test that the MPFR library version matches the mpfr.h version in anyvlefevre2008-01-233-23/+39
* tversion.c: improved an error message.vlefevre2008-01-231-5/+13
* acinclude.m4: fixed configure test for TLS support.vlefevre2008-01-231-0/+1
* NEWS file update (configure test for TLS support).vlefevre2008-01-231-0/+1
* Added svn:keywords and svn:eol-style properties on new .c files.vlefevre2008-01-230-0/+0
* Changes related to thread-local variables / TLS support.vlefevre2008-01-234-24/+79
* added item about timings for a new releasezimmerma2008-01-221-1/+5
* mbench program written by Patrick Pelissier to measure clock cycles of MPFRzimmerma2008-01-2219-0/+3047
* NEWS: noted the changes concerning mpfr_strtofr (changesets 5146, 5147,vlefevre2008-01-221-0/+3
* mpfr-gmp.h: small fix of a macro.vlefevre2008-01-221-1/+1
* mpfr-gmp.h: for temporary allocations, use alloca() if size < 16384.vlefevre2008-01-211-1/+3
* mpfr.texi: inverse square root -> reciprocal square root.vlefevre2008-01-191-1/+1
* added mpfr_rec_sqrt in mpfr.texi (forgot in last commit)zimmerma2008-01-181-0/+7
* NEWS: added mpfr_rec_sqrt for MPFR 2.4.*.vlefevre2008-01-181-1/+1
* removed rec_sqrt (done)zimmerma2008-01-181-2/+0
* vasprintf.c: merge code for "%Ra" and "%Rb"thevenyp2008-01-171-770/+347
* cosmetic change: replace "enum _arg_type" by "enum arg_t"thevenyp2008-01-161-3/+3
* vasprintf.c: fix %g case; merge %e, %f, %g codethevenyp2008-01-162-974/+501
* add MPFR_SAVE_EXPO macrosthevenyp2008-01-161-7/+12
* cosmetic changes: only one leading underscore for an identifier with file scopethevenyp2008-01-161-4/+4
* add needed va_list argument in READ_INT macrothevenyp2008-01-161-32/+32
* tests: added trec_sqrt to svn:ignore property.vlefevre2008-01-160-0/+0
* mpfr-impl.h: when building MPFR with the GMP build directory,vlefevre2008-01-161-1/+1
* moved from ASSERTD to ASSERTN an assertion which does not depend on MPFRzimmerma2008-01-161-2/+3
* this file might be useful to test mpfr_rec_sqrt...zimmerma2008-01-151-0/+99
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-156-296/+408
* rec_sqrt.c: deleted trailing whitespace.vlefevre2008-01-141-8/+8
* mpfr-gmp.{c,h}: no longer use alloca() for the temporary allocations asvlefevre2008-01-142-7/+46
* add bug found by Paul Zimmermannthevenyp2008-01-141-0/+7
* vasprintf.c: fix wrong computation of digit number with %Rf when 0 < op < 1thevenyp2008-01-142-9/+11
* mpfr.texi: typo.vlefevre2008-01-141-1/+1
* mpfr.texi: updated month.vlefevre2008-01-111-1/+1
* mpfr.texi: added a warning concerning huge precisions.vlefevre2008-01-111-0/+8
* fix %f casethevenyp2008-01-102-1/+591
* cosmetic changesthevenyp2008-01-101-15/+19
* small changes for acos/asin/atan/atan2 rounded outside their output rangezimmerma2008-01-081-5/+5
* added note about output of acos/asin/atan/atan2 which might be outside thezimmerma2008-01-071-0/+10
* new version with improved tables, use macros from mpfr-impl.h, removed tabszimmerma2008-01-051-199/+227
* Fixed return value of mpfr_strtofr in case of invalid data (it was -1,vlefevre2008-01-042-3/+8
* mpfr.texi: better description of mpfr_strtofr.vlefevre2008-01-041-8/+3
* NEWS update (new functions in the trunk).vlefevre2008-01-041-0/+10
* Changes related to mpfr_strtofr.vlefevre2008-01-043-65/+151
* the function mpfr_mpn_rec_sqrt() provides a faithful approximation of thezimmerma2008-01-041-0/+481