| Commit message (Expand) | Author | Age | Files | Lines |
* | * gmp-impl.h (NULL, malloc, realloc, free): Don't define/declare. | Kevin Ryde | 2000-04-28 | 1 | -15/+23 |
* | Use a library version of invert_limb if available. | Kevin Ryde | 2000-04-26 | 1 | -3/+5 |
* | * gmp-impl.h (ASSERT_NOREALLOC): Not a good idea, remove it. | Kevin Ryde | 2000-04-26 | 1 | -39/+0 |
* | * gmp-impl.h (TMP_ALLOC_LIMBS): New macro. | Kevin Ryde | 2000-04-23 | 1 | -0/+4 |
* | * gmp-impl.h (ASSERT_NOREALLOC): New macro. | Kevin Ryde | 2000-04-23 | 1 | -2/+62 |
* | Fix parenthesis error in test for __APPLE_CC__. | tege | 2000-04-19 | 1 | -1/+1 |
* | (alpha specific): invert_normalized_limb => invert_limb; wrap with __MPN. | tege | 2000-04-16 | 1 | -2/+2 |
* | (__clz_tab): Add #define to __MPN(clz_tab). | Kevin Ryde | 2000-04-16 | 1 | -0/+1 |
* | * gmp-impl.h (_mp_allocate_func,etc): #define internal allocation | Kevin Ryde | 2000-04-16 | 1 | -0/+9 |
* | (MPZ_REALLOC): New macro. | tege | 2000-04-14 | 1 | -0/+17 |
* | * gmp-impl.h: Include config.h before TMP_ALLOC, so | Kevin Ryde | 2000-04-12 | 1 | -6/+6 |
* | * gmp-impl.h (GMP_ERROR,SQRT_OF_NEGATIVE): New macros. | Kevin Ryde | 2000-04-11 | 1 | -1/+4 |
* | Update copyright years. | Kevin Ryde | 2000-04-07 | 1 | -1/+2 |
* | * gmp-impl.h (mpn_com_n,MPN_LOGOPS_N_INLINE): Don't allow size==0. | Kevin Ryde | 2000-04-06 | 1 | -26/+21 |
* | (MPN_LOGOPS_N_INLINE): Optimize. | tege | 2000-04-05 | 1 | -19/+25 |
* | (MPN_MUL_N_RECURSE): Delete. | tege | 2000-04-05 | 1 | -19/+16 |
* | * gmp-impl.h (KARATSUBA_MUL_THRESHOLD<2): Remove cpp test. | Kevin Ryde | 2000-04-05 | 1 | -6/+4 |
* | (TOOM3_MUL_THRESHOLD): Provide default. | tege | 2000-04-05 | 1 | -1/+11 |
* | Check _CRAYMPP. | tege | 2000-03-17 | 1 | -0/+1 |
* | Use HAVE_VOID. | Kevin Ryde | 2000-03-14 | 1 | -7/+6 |
* | Use HAVE_STRINGIZE with ASSERT_FAIL. | Kevin Ryde | 2000-03-14 | 1 | -2/+6 |
* | Include config.h only if HAVE_CONFIG_H is defined. | Linus Nordberg | 2000-03-10 | 1 | -0/+2 |
* | Yet another correction to ASSERT added the other day. | Kevin Ryde | 2000-03-08 | 1 | -1/+3 |
* | Change __gmp_assert_fail prototype to "int". | Kevin Ryde | 2000-03-07 | 1 | -2/+2 |
* | Use WANT_ASSERT. | Kevin Ryde | 2000-03-05 | 1 | -4/+4 |
* | MPZ_CHECK_FORMAT use ASSERT_ALWAYS. | Kevin Ryde | 2000-03-05 | 1 | -3/+3 |
* | New macro ASSERT. | Kevin Ryde | 2000-03-05 | 1 | -12/+38 |
* | Add comment that MPN_COPY_INCR and MPN_COPY_DECR allow size==0. | Kevin Ryde | 2000-02-26 | 1 | -2/+3 |
* | Bring logops, com and copyi/copyd to here from gmp.h. | Kevin Ryde | 2000-02-24 | 1 | -0/+103 |
* | Rename __gmpn_mul_basecase to mpn_mul_basecase and __gmpn_sqr_basecase | Kevin Ryde | 2000-02-20 | 1 | -4/+2 |
* | Add MPN_OVERLAP_P, assert_nocarry. | Kevin Ryde | 2000-02-18 | 1 | -0/+25 |
* | (invert_limb): Put definition here. | tege | 1999-12-15 | 1 | -0/+16 |
* | (DItype,UDItype): Do these also if _LONG_LONG_LIMB. | tege | 1999-12-14 | 1 | -1/+1 |
* | * (udiv_qrnnd_preinv2gen): Prefix local variables with `_'. | tege | 1999-12-07 | 1 | -20/+24 |
* | (CNST_LIMB): Back to `defined (__STDC__)'; works around Sun C bugs/features. | tege | 1999-11-22 | 1 | -2/+2 |
* | Replace "defined (__STD__)' by (__STDC__-0) in expressions | tege | 1999-11-22 | 1 | -3/+3 |
* | (DItype, UDItype): Define for non-gcc if _LONGLONG is defined. | tege | 1999-07-27 | 1 | -0/+4 |
* | Don't use `__attribute__' syntax for apple's perversion of GCC. | tege | 1999-07-07 | 1 | -1/+1 |
* | Remove stupid __gmp_rand_init_common*() funcs. | 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 | -2/+2 |
* | Add _ui variants of random funcs. | Linus Nordberg | 1999-05-20 | 1 | -0/+9 |
* | * (union ieee_double_extract): Special case for little-endian arm | tege | 1999-02-22 | 1 | -1/+17 |
* | (KARATSUBA_MUL_THRESHOLD): New #define. | tege | 1997-07-25 | 1 | -22/+125 |
* | (DIVIDE_BY_ZERO): New #define. | tege | 1996-08-27 | 1 | -1/+5 |
* | Clean up a comment. | tege | 1996-08-08 | 1 | -5/+4 |
* | Test sparc and __sparc. Do not test __sparc__. | tege | 1996-06-04 | 1 | -1/+1 |
* | Declare __gmp_extract_double. | tege | 1996-05-29 | 1 | -1/+2 |
* | Declare __gmp_scale2. | tege | 1996-05-26 | 1 | -0/+2 |
* | (MP_BASE_AS_DOUBLE): New #define. | tege | 1996-05-24 | 1 | -0/+7 |
* | Rework code for defining ieee_double_extract. | tege | 1996-05-24 | 1 | -17/+39 |