summaryrefslogtreecommitdiff
path: root/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add option "thread-safe" to configure.pelissip2005-02-031-3/+3
* Add functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_erangeflag,pelissip2005-02-031-0/+41
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-13/+13
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-0/+16
* Add new functions: mpfr_get_emin_min, mpfr_get_emax_max, mpfr_get_emin_max andpelissip2004-08-191-0/+24
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Port all the IEEE dependent remaining functions so that it uses a generic way...pelissip2003-12-011-2/+2
* * Optimize a few div.c and mul.c.pelissip2003-11-171-5/+5
* Some minor optimizations.pelissip2003-11-071-3/+3
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-4/+2
* Fixed mpfr_set_overflow, added tests for mpfr_set_underflowvlefevre2003-09-141-6/+7
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-23/+23
* Prototype of mpfr_setmax and mpfr_setmin changed (exponent given).vlefevre2002-07-261-2/+2
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-19/+2
* Function mpfr_check_range now propagates the inexact ternary value.vlefevre2002-07-251-1/+1
* Function mpfr_check_range improved in the underflow case.vlefevre2002-07-231-7/+16
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-1/+1
* Note added for mpfr_check_range. Bug fixed.vlefevre2002-05-291-2/+7
* Copyright line updated.vlefevre2002-05-141-1/+1
* Underflow semantics changed (not tested).vlefevre2002-04-231-2/+8
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Bug fixed.vlefevre2001-11-211-2/+5
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-125/+55
* Prototypes for K&R C.vlefevre2001-11-051-5/+15
* 1999 -> 2001zimmerma2001-10-251-1/+1
* Inexact ternary value and flag for mpfr_set_underflow, mpfr_set_overflowvlefevre2001-09-111-12/+16
* New flags.vlefevre2001-09-111-0/+48
* Fix: flags set in mpfr_set_{under,over}flow().vlefevre2001-09-061-0/+2
* Some support for exponent change and exceptions.vlefevre2001-08-251-0/+236