summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-01379-379/+379
* tgeneric.c: in the bug detection with flags set before the functionvlefevre2008-01-011-2/+5
* tstrtofr.c: added test of -42P17 with base = 0 and 16. This currentlyvlefevre2007-12-311-0/+14
* mpfr.texi: corrections in the specification of mpfr_strtofr (see FIXME).vlefevre2007-12-301-13/+12
* strtofr.c: base arguments different from 0 and 2..36 have never beenvlefevre2007-12-302-26/+20
* strtofr.c: minor change (in the style); a comment was ambiguous.vlefevre2007-12-301-2/+8
* TODO update (tests: generic bad cases).vlefevre2007-12-291-0/+3
* Added #if MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0) conditionals to bevlefevre2007-12-2912-1/+152
* README.dev: updated item 6 of "To make a release".vlefevre2007-12-291-0/+1
* mpfr.texi: updated month.vlefevre2007-12-281-1/+1
* tests: check the exponent range, in particular at the end of each test.vlefevre2007-12-274-0/+60
* texceptions.c: GNU coding style.vlefevre2007-12-271-1/+2
* texceptions.c: restore the exponent range.vlefevre2007-12-271-2/+19
* exp2.c: removed incorrect comment (the overflow test was OK due to thevlefevre2007-12-271-3/+1
* added tuning parameters for 32-bit Core 2zimmerma2007-12-211-1/+143
* tpow.c: enable testcase bug20071218.vlefevre2007-12-201-18/+34
* BUGS: possible incorrect results due to internal underflow.vlefevre2007-12-191-0/+6
* pow.c: detect all underflow cases (some of them were leading tovlefevre2007-12-191-5/+8
* mpfr-impl.h: updated description of MPFR_CAN_ROUND.vlefevre2007-12-191-1/+2
* round_p.c: in comment, "round to zero" -> "round toward zero".vlefevre2007-12-191-1/+2
* tpow.c: formatting.vlefevre2007-12-191-0/+1
* tpow.c: added testcase for another bug found by Kevin P. Rauch.vlefevre2007-12-191-1/+30
* vasprintf.c: add sprnt_fp_e for "%e" processingthevenyp2007-12-192-29/+373
* add checks for zerothevenyp2007-12-191-12/+23
* Merged the feature-block branch to the trunk:vlefevre2007-12-1821-153/+223
* printf.c: each mpfr_printf-like function return -1 and set erange flag in err...thevenyp2007-12-182-124/+267
* simplify code, improve commentsthevenyp2007-12-181-40/+49
* Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the inputvlefevre2007-12-182-11/+49
* Fixed bug in mpfr_pow_ui (introduced in r3214): if x = y (same mpfr_tvlefevre2007-12-182-6/+21
* pow_ui.c: fixed an assertion.vlefevre2007-12-181-1/+1
* BUGS: update concerning overflow/underflow exceptions.vlefevre2007-12-181-1/+1
* exponent continuity with one hexadecimal digit ouputthevenyp2007-12-182-9/+9
* #define CASE_INT_MAX_ARG to nil when HAVE_STDINT_H is not definedthevenyp2007-12-171-0/+2
* vasprintf.c: add sprnt_fp_b for "%b" processingthevenyp2007-12-172-1/+290
* fix count of characters in exponent partthevenyp2007-12-171-5/+5
* simplify code, remove trailing spaces and improve commentthevenyp2007-12-171-8/+3
* TODO: added note about the successive calls to strcat in vasprintf.c.vlefevre2007-12-171-0/+4
* add tests for 1 hexa digit outputthevenyp2007-12-171-2/+17
* tests/tpow.c: fixed indentation.vlefevre2007-12-161-3/+3
* fixed typozimmerma2007-12-151-1/+1
* fixed bug reported by Kevin Rauchzimmerma2007-12-152-0/+27
* change display with just one hexadecimal digitthevenyp2007-12-141-23/+32
* simplified MPFR_FAST_COMPUTE_IF_SMALL_INPUT part (in case of overlap)zimmerma2007-12-141-30/+34
* fix wrong callthevenyp2007-12-141-1/+1
* added comments, got rid of compiler warningszimmerma2007-12-141-3/+6
* added warningzimmerma2007-12-141-0/+3
* sin_cos.c: improved changeset 5084; in particular, added a missing cast.vlefevre2007-12-141-13/+14
* sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap andzimmerma2007-12-143-5/+50
* improve one digit case, add commentthevenyp2007-12-141-4/+3
* vasprintf.c: added a FIXME comment. Bug?vlefevre2007-12-141-0/+3