| Commit message (Expand) | Author | Age | Files | Lines |
* | (main): Mask off numb part of mpz_get_ui divisor return value. | tege | 2002-04-17 | 2 | -2/+2 |
* | (urandom): Nailify. | tege | 2002-04-16 | 1 | -0/+6 |
* | * tests/refmpn.c, tests/tests.h (refmpn_tstbit): Use unsigned long for | Kevin Ryde | 2002-04-16 | 2 | -4/+37 |
* | Regenerate for: | Kevin Ryde | 2002-04-16 | 1 | -5/+18 |
* | * tests/mpn/t-scan.c: New file. | Kevin Ryde | 2002-04-16 | 1 | -1/+1 |
* | * tests/mpn/t-scan.c: New file. | Kevin Ryde | 2002-04-16 | 1 | -0/+112 |
* | Print test number in error message. | tege | 2002-04-16 | 1 | -1/+1 |
* | Regenerate for: | Kevin Ryde | 2002-04-16 | 10 | -0/+10 |
* | * tests/mpz/t-fib_ui.c (MPZ_FIB_SIZE_FLOAT): Nailify. | Kevin Ryde | 2002-04-16 | 1 | -1/+1 |
* | * tests/devel/try.c (validate_divexact_1): Correction to compare. | Kevin Ryde | 2002-04-16 | 1 | -12/+44 |
* | * tests/mpz/t-hamdist.c: Nailify. | Kevin Ryde | 2002-04-16 | 1 | -9/+9 |
* | (dump_abort): Accept argument for error string. | tege | 2002-04-15 | 1 | -9/+11 |
* | (main): Test squaring even for huge operands. | tege | 2002-04-15 | 1 | -17/+33 |
* | Actually test _ui routines. Add some more test values. | tege | 2002-04-14 | 1 | -3/+33 |
* | Regenerate for: | Kevin Ryde | 2002-04-13 | 10 | -10/+10 |
* | Add a prototype. | Kevin Ryde | 2002-04-11 | 1 | -0/+1 |
* | * tests/t-modlinv.c: Nailify tests. | Kevin Ryde | 2002-04-11 | 1 | -3/+3 |
* | (MP_BASES_BIG_BASE_INVERTED_10, MP_BASES_NORMALIZATION_STEPS_10): Only | Kevin Ryde | 2002-04-11 | 1 | -0/+3 |
* | * tests/refmpn.c (refmpn_udiv_qrnnd, refmpn_divmod_1c_workaround): | Kevin Ryde | 2002-04-11 | 1 | -6/+11 |
* | * tests/t-constants.c (MODLIMB_INVERSE_3): Nailify tests. | Kevin Ryde | 2002-04-11 | 1 | -2/+4 |
* | * tests/refmpn.c, tests/tests.h (refmpn_cmp_allowzero): New function. | Kevin Ryde | 2002-04-09 | 1 | -0/+1 |
* | * tests/refmpn.c (refmpn_mul_1c, lshift_make): Corrections for nails. | Kevin Ryde | 2002-04-09 | 1 | -5/+18 |
* | * tests/mpz/t-set_si.c: Add nails support. | Kevin Ryde | 2002-04-08 | 1 | -15/+30 |
* | Oops, don't bother with const on refmpn_bswap_limb: | Kevin Ryde | 2002-03-31 | 1 | -1/+1 |
* | * tests/mpz/dive.c: Better diagnostics. | Kevin Ryde | 2002-03-31 | 1 | -20/+13 |
* | * tests/refmpn.c, tests/devel/try.c, tune/speed.c: Add preliminary | Kevin Ryde | 2002-03-31 | 1 | -36/+140 |
* | * tests/misc.c, tests/tests.h (byte_diff_lowest, byte_diff_highest): | Kevin Ryde | 2002-03-31 | 1 | -1/+31 |
* | * tests/t-bswap.c: New file. | Kevin Ryde | 2002-03-31 | 1 | -0/+70 |
* | Regenerate for: | Kevin Ryde | 2002-03-31 | 1 | -9/+19 |
* | * tests/t-bswap.c: New file. | Kevin Ryde | 2002-03-31 | 1 | -1/+1 |
* | * tests/mpn/t-aors_1.c, tests/mpn/t-iord_u.c: Add nails support. | Kevin Ryde | 2002-03-31 | 2 | -7/+7 |
* | * tests/trace.c, tests/tests.h (byte_trace, byte_tracen): New | Kevin Ryde | 2002-03-30 | 1 | -7/+57 |
* | * tests/refmpn.c, test/tests.h (byte_overlap_p, refmpn_equal_anynail, | Kevin Ryde | 2002-03-30 | 1 | -3/+17 |
* | * tests/refmpn.c, tests/devel/try.c, tune/speed.c: Add preliminary | Kevin Ryde | 2002-03-30 | 1 | -93/+378 |
* | Regenerate for: | Kevin Ryde | 2002-03-28 | 10 | -40/+50 |
* | Regenerate for: | Kevin Ryde | 2002-03-22 | 10 | -0/+10 |
* | * configure.in, gmp-h.in, mp-h.in, macos/configure, tests/mpz/reuse.c, | Kevin Ryde | 2002-03-21 | 2 | -6/+6 |
* | Regenerate for: | Kevin Ryde | 2002-03-20 | 10 | -20/+20 |
* | * printf/doprnt.c, scanf/doscan.c (%zn): Remove test of non-existant | Kevin Ryde | 2002-03-16 | 1 | -0/+60 |
* | * printf/doprnt.c, scanf/doscan.c (%zn): Remove test of non-existant | Kevin Ryde | 2002-03-16 | 1 | -34/+77 |
* | * printf/doprntf.c: Do a showbase on octal float fractions, for | Kevin Ryde | 2002-03-03 | 1 | -6/+6 |
* | * tests/cxx/t-ostream.cc: Use "const char *" not just "char *" for | Kevin Ryde | 2002-02-27 | 1 | -7/+7 |
* | Free str only after it is used in error message. | tege | 2002-02-10 | 1 | -1/+2 |
* | Regenerate for: | Kevin Ryde | 2002-02-08 | 1 | -18/+5 |
* | * tests/mpn/t-g_str_size.c: Remove file. | Kevin Ryde | 2002-02-08 | 1 | -1/+1 |
* | * tests/mpn/t-g_str_size.c: Remove file. | Kevin Ryde | 2002-02-08 | 1 | -91/+0 |
* | * tests/misc/t-printf.c (check_misc): Add some tests. | Kevin Ryde | 2002-02-05 | 1 | -0/+4 |
* | Increase operand size. | tege | 2002-02-01 | 1 | -3/+31 |
* | * tests/mpz/t-fib_ui.c (check_fib_table): New test. | Kevin Ryde | 2002-01-30 | 1 | -1/+20 |
* | Regenerate for: | Kevin Ryde | 2002-01-24 | 10 | -0/+10 |