| Commit message (Expand) | Author | Age | Files | Lines |
* | * gmp.h (gmp_version): Add prototype and define. | Kevin Ryde | 2000-07-26 | 1 | -0/+4 |
* | *** empty log message *** | tege | 2000-07-24 | 1 | -4/+4 |
* | (error code enum): Add GMP_ERROR_BAD_STRING (currently unused). | tege | 2000-07-24 | 1 | -0/+1 |
* | * gmp.h (mpq_swap, mpf_swap): Add prototypes and defines. | Kevin Ryde | 2000-07-04 | 1 | -0/+6 |
* | * gmp.h (__GNU_MP_VERSION_*): Bump to 3.1. | Kevin Ryde | 2000-07-01 | 1 | -1/+1 |
* | * gmp.h (mp_set_memory_functions): Add extern "C". | Kevin Ryde | 2000-05-28 | 1 | -0/+10 |
* | Rename kronecker functions. | Kevin Ryde | 2000-05-27 | 1 | -8/+8 |
* | Revert this: | Kevin Ryde | 2000-05-26 | 1 | -14/+0 |
* | * gmp.h (mpz_mod2, mpz_mod4, mpz_mod8, mpz_odd_p, mpz_even_p): New | Kevin Ryde | 2000-05-21 | 1 | -11/+69 |
* | * gmp.h (mpq_out_str): New define and prototype. | Kevin Ryde | 2000-05-14 | 1 | -0/+6 |
* | Spacing cleanups. | tege | 2000-05-08 | 1 | -2/+2 |
* | * gmp.h (gmp_randinit, etc): Add extern "C" for C++. | Kevin Ryde | 2000-05-05 | 1 | -3/+16 |
* | * 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 |