summaryrefslogtreecommitdiff
path: root/div_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Added some assertions (any unsigned long must be representablevlefevre2002-04-191-0/+1
* 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
* Misc bug fixes and code clean-up.vlefevre2002-02-011-12/+10
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-4/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* removed DEBUG'szimmerma2001-11-161-18/+1
* removed old patch for GMP 2.xxzimmerma2001-11-161-9/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-7/+5
* use MPFR_RET_NAN and MPFR_RETzimmerma2001-10-261-10/+10
* rewritten to implement ternary inexact flagzimmerma2001-10-261-62/+112
* fixed stupid bug when dif < 0zimmerma2001-08-211-3/+3
* fixed bug when dividend is 0zimmerma2001-06-291-0/+6
* k2r -> ansi stylezimmerma2000-12-211-1/+5
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-8/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-1/+19
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-11/+11
* fixed problem when x=yzimmerma2000-09-191-4/+4
* added if (__GNU_MP_VERSION < 3) for mpn_divrem_1-bug patchzimmerma2000-08-161-3/+3
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-1/+1
* swapped gmp-impl.h and longlong.h for GMP 3.0zimmerma2000-04-191-0/+5
* unsigned char -> mp_rnd_tzimmerma2000-02-111-7/+7
* fixed bug when high limb of quotient is zerozimmerma2000-02-031-2/+1
* swapped longlong.h and gmp-impl.h (pb on alpha)zimmerma2000-02-021-1/+3
* added copyright noticezimmerma1999-07-301-0/+21
* patch for GMP bug when UDIV_NEEDS_NORMALIZATION=1zimmerma1999-07-051-3/+14
* fixed horrible hack yp[-1]zimmerma1999-07-021-11/+19
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-0/+9
* initial revisionzimmerma1999-06-211-0/+87