index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gmp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* gmp.h (mpz_mul_si): New prototype and define.
Kevin Ryde
2000-04-23
1
-1
/
+6
*
Set __GNU_MP_VERSION_PATCHLEVEL to 0. Ta ta!
tege
2000-04-16
1
-1
/
+1
*
invert_normalized_limb => invert_limb.
tege
2000-04-16
1
-3
/
+3
*
* gmp-impl.h (_mp_allocate_func,etc): #define internal allocation
Kevin Ryde
2000-04-16
1
-0
/
+4
*
Change __mpn to __gmpn in __MPN macro.
Kevin Ryde
2000-04-16
1
-2
/
+2
*
(mpn_divrem_newton): Remove declaration.
tege
2000-04-14
1
-52
/
+0
*
(gmp_randalg_t): Remove comma after last element.
Linus Nordberg
2000-04-13
1
-1
/
+1
*
Declare mpz_rrandomb.
tege
2000-04-13
1
-0
/
+2
*
(mpf_urandomb): Add parameter to prototype.
Linus Nordberg
2000-04-12
1
-1
/
+1
*
(gmp_randinit): Change parameter list to (rstate, alg, ...).
Linus Nordberg
2000-04-10
1
-1
/
+1
*
Declare mpz_nextprime.
tege
2000-04-10
1
-0
/
+2
*
Rename most of the random number functions, structs and some of the struct me...
Linus Nordberg
2000-04-10
1
-34
/
+34
*
mpz_cmp_abs* => mpz_cmpabs*.
tege
2000-04-08
1
-4
/
+4
*
(mpz_root): Use _PROTO.
tege
2000-04-08
1
-3
/
+3
*
(mpq_set_d): Declare correctly.
tege
2000-04-08
1
-1
/
+1
*
Declare mpq_set_d.
tege
2000-04-08
1
-0
/
+2
*
* Declare mpz_fits_*.
tege
2000-04-07
1
-2
/
+14
*
Update copyright years.
Kevin Ryde
2000-04-07
1
-1
/
+2
*
List the same functions for __MPN as in mpn/asm-defs.m4 , but leave
tege
2000-04-05
1
-5
/
+29
*
* (__MPN): Make it use __gmpn instead of __mpn for consistency.
tege
2000-04-05
1
-2
/
+5
*
(mpf_urandomb): Remove SIZE parameter.
Linus Nordberg
2000-04-05
1
-1
/
+1
*
Fix spelling.
Linus Nordberg
2000-04-04
1
-1
/
+1
*
(gmp_rand_getraw): Add function prototype.
Linus Nordberg
2000-04-04
1
-19
/
+9
*
(GMP_ERROR enum): Remove comma after last enumeration since the AIX
Linus Nordberg
2000-04-04
1
-1
/
+1
*
Fix function prototypes for randomization functions.
Linus Nordberg
2000-04-01
1
-30
/
+19
*
Revert previous patch.
Linus Nordberg
2000-03-23
1
-13
/
+3
*
(gmp_version_enum): New enum.
Linus Nordberg
2000-03-23
1
-3
/
+13
*
* (error number enum): New anonymous enum.
tege
2000-03-21
1
-4
/
+16
*
Add mpn_divexact_by3 prototype and define.
Kevin Ryde
2000-03-14
1
-0
/
+2
*
Move the logops, com and copy defines and prototypes to gmp-impl.h
Kevin Ryde
2000-02-24
1
-22
/
+0
*
Add some prototypes.
Kevin Ryde
2000-02-17
1
-0
/
+13
*
Add some mpn #defines.
Kevin Ryde
2000-02-17
1
-0
/
+13
*
* Undo 1999-11-22 change.
tege
1999-12-14
1
-0
/
+1
*
(mpn_divrem): Inhibit for non-gcc.
tege
1999-12-14
1
-0
/
+2
*
(mpn_divrem): Remove separate declaration; it's defined later in this file.
tege
1999-11-22
1
-1
/
+0
*
(__MPN): Back to `defined (__STDC__)' here. Sun's compiler is
tege
1999-11-22
1
-1
/
+2
*
Replace "defined (__STD__)' by (__STDC__-0) in expressions
tege
1999-11-22
1
-8
/
+8
*
(mpz_init_set_str): Declare using __gmp_const.
tege
1999-11-22
1
-6
/
+6
*
(mpn_addsub_n): Declare.
tege
1999-11-17
1
-1
/
+7
*
(mpn_incr_u): New macro (from mpn/generic/mul_n.c).
tege
1999-09-28
1
-0
/
+18
*
* (mpn_divrem): Call mpn_divrem_1, mpn_divrem_2, as appropriate.
tege
1999-07-27
1
-1
/
+20
*
(gmp_rand_algorithm): Remove spurious `,'.
tege
1999-07-07
1
-1
/
+1
*
Remove stupid __gmp_rand_init_common*() funcs.
Linus Nordberg
1999-05-25
1
-3
/
+6
*
Minor clean up.
Linus Nordberg
1999-05-25
1
-9
/
+0
*
The `gmp_rand_state' is now an array with one element rather than a pointer t...
Linus Nordberg
1999-05-23
1
-9
/
+9
*
Add _ui variants of random funcs.
Linus Nordberg
1999-05-20
1
-0
/
+10
*
Randomization rewrite
Linus Nordberg
1999-03-29
1
-7
/
+27
*
New randomization functions.
Linus Nordberg
1999-03-16
1
-0
/
+49
*
(mpz_dump): Declare.
tege
1999-03-15
1
-0
/
+2
*
(mpf_pow_ui): Declare.
tege
1999-03-13
1
-0
/
+2
[next]