summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-02318-636/+636
* Optimize it a few by avoiding calling fac_ui for each iterationpelissip2005-06-021-4/+13
* Reduce # of vars inside the main loop.pelissip2005-06-021-100/+76
* Improve efficiency by removing 2 variables (Loop uses only 4 vars).pelissip2005-06-021-72/+38
* Add support for MPFR_GROUP functions.pelissip2005-06-027-49/+73
* Add attribute const and noreturn for function (via macros).pelissip2005-06-021-4/+24
* added missing functions from gnumericzimmerma2005-06-021-0/+6
* Update stack-interface.pelissip2005-06-021-80/+118
* Fix input precision of mp_prec_t.pelissip2005-06-021-3/+3
* Added coding recommendations concerning C++ compilers.vlefevre2005-05-251-0/+10
* Final version of MPFR_GROUP macros.pelissip2005-05-231-30/+86
* Improve coverage test.pelissip2005-05-232-1/+21
* Remove variable t which wasn't used!pelissip2005-05-201-6/+1
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-1826-176/+189
* New way of handling exact value.pelissip2005-05-181-82/+92
* Precise that 1 is not the only value.pelissip2005-05-181-0/+1
* an 1 -> a 1.vlefevre2005-05-181-1/+1
* Add a note about special case 1pelissip2005-05-181-0/+4
* Add assertionspelissip2005-05-181-57/+5
* Fix bug: returning 1 didn't take the rounding mode into account.pelissip2005-05-181-10/+7
* Fix bug of overflowpelissip2005-05-182-4/+75
* Fix bug of overflow.pelissip2005-05-182-12/+48
* Clean up previous patch.pelissip2005-05-181-20/+14
* Fix bug of overflow.pelissip2005-05-182-14/+32
* Rewrite the way of handling overflow.pelissip2005-05-172-7/+60
* Typo.pelissip2005-05-171-0/+1
* Fix bug of overflow.pelissip2005-05-172-17/+23
* Add new macro MPFR_SAVE_DECL_UPDATE_FLAGSpelissip2005-05-171-0/+2
* Improve way of handling overflow (still not perfect but far better).pelissip2005-05-172-10/+19
* Improve coverage test.pelissip2005-05-172-4/+6
* hypot(±oo, NaN) now returns +oo, as in ISO C99 (wasn't documented).vlefevre2005-05-173-16/+31
* Improve coverage test.pelissip2005-05-171-0/+14
* Remove useless test.pelissip2005-05-171-6/+0
* Improve coverage test.pelissip2005-05-171-0/+8
* Improve coveragepelissip2005-05-173-7/+22
* Improve coverage test.pelissip2005-05-171-6/+16
* Add CFLAGS -g.pelissip2005-05-171-1/+1
* Clean uppelissip2005-05-171-53/+40
* Improve coverage tests.pelissip2005-05-171-0/+51
* Improve coverage test.pelissip2005-05-171-17/+31
* Special a condition by the simplified one.pelissip2005-05-171-13/+11
* Improve coverage test (Forget to test tiny functions).pelissip2005-05-176-9/+9
* Typopelissip2005-05-171-1/+1
* Add 'coverage' script.pelissip2005-05-172-7/+77
* Add 'static'pelissip2005-05-171-1/+1
* Reformating code.pelissip2005-05-171-37/+44
* Extract constants (__gmpfr_one, two and four) from log.c to constant.cpelissip2005-05-174-9/+35
* Remove a space.pelissip2005-05-171-0/+1
* Typography + spelling.vlefevre2005-05-161-3/+3
* Note that mpfr_out_str has slightly changed.vlefevre2005-05-161-0/+1