summaryrefslogtreecommitdiff
path: root/exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* 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