index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
div_ui.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
div_ui.c:
vlefevre
2007-05-29
1
-54
/
+77
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-0
/
+1
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-2
/
+1
*
Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2
vlefevre
2005-10-31
1
-1
/
+1
*
Add Fast case for u==1
pelissip
2005-06-14
1
-5
/
+12
*
Remove mpfr_add_one_ulp from MPFR library.
pelissip
2005-06-06
1
-4
/
+4
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Replace TMP_ALLOC by MPFR_TMP_ALLOC
pelissip
2005-05-18
1
-4
/
+4
*
Reformatted the code.
vlefevre
2005-05-04
1
-86
/
+86
*
Apply Guillaume's patch about mpfr_div_ui.
pelissip
2005-04-13
1
-23
/
+61
*
Reduce InterObject dependency by moving mul_si, div_si and si_div
pelissip
2005-02-22
1
-1
/
+17
*
Unlikely one test.
pelissip
2004-12-20
1
-3
/
+4
*
Likely / Unlikely some code.
pelissip
2004-12-17
1
-29
/
+28
*
Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.
pelissip
2004-03-26
1
-6
/
+4
*
improved test coverage
zimmerma
2004-02-13
1
-6
/
+4
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-5
/
+4
*
Changed some error messages into assertions.
vlefevre
2004-01-14
1
-4
/
+3
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
1
-2
/
+2
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-48
/
+54
*
Update related to MPFR_GET_EXP and MPFR_SET_EXP.
vlefevre
2003-05-26
1
-7
/
+8
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-4
/
+4
*
added explicit cast
zimmerma
2002-11-19
1
-1
/
+1
*
Added some assertions (any unsigned long must be representable
vlefevre
2002-04-19
1
-0
/
+1
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Misc bug fixes and code clean-up.
vlefevre
2002-02-01
1
-12
/
+10
*
mpfr_add_one_ulp and mpfr_sub_one_ulp changed.
vlefevre
2001-11-21
1
-4
/
+4
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
removed DEBUG's
zimmerma
2001-11-16
1
-18
/
+1
*
removed old patch for GMP 2.xx
zimmerma
2001-11-16
1
-9
/
+1
*
1 -> BITS_PER_MP_LIMB
zimmerma
2001-11-16
1
-7
/
+5
*
use MPFR_RET_NAN and MPFR_RET
zimmerma
2001-10-26
1
-10
/
+10
*
rewritten to implement ternary inexact flag
zimmerma
2001-10-26
1
-62
/
+112
*
fixed stupid bug when dif < 0
zimmerma
2001-08-21
1
-3
/
+3
*
fixed bug when dividend is 0
zimmerma
2001-06-29
1
-0
/
+6
*
k2r -> ansi style
zimmerma
2000-12-21
1
-1
/
+5
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-8
/
+2
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-1
/
+19
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-11
/
+11
*
fixed problem when x=y
zimmerma
2000-09-19
1
-4
/
+4
*
added if (__GNU_MP_VERSION < 3) for mpn_divrem_1-bug patch
zimmerma
2000-08-16
1
-3
/
+3
*
replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)
zimmerma
2000-08-16
1
-1
/
+1
*
swapped gmp-impl.h and longlong.h for GMP 3.0
zimmerma
2000-04-19
1
-0
/
+5
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-7
/
+7
*
fixed bug when high limb of quotient is zero
zimmerma
2000-02-03
1
-2
/
+1
[next]