summaryrefslogtreecommitdiff
path: root/mpz
Commit message (Expand)AuthorAgeFilesLines
...
* Use .h instead:Kevin Ryde2001-10-021-134/+0
* * mpz/aors.h: Renamed from mpz/aors.c.Kevin Ryde2001-10-021-0/+134
* Regenerate for:Kevin Ryde2001-10-021-69/+35
* * mpz/aors.i: Renamed from mpz/aors.c.Kevin Ryde2001-10-011-36/+6
* Add a copyright year.Kevin Ryde2001-10-011-1/+1
* * mpz/aors_ui.i: Renamed from mpz/aors_ui.c.Kevin Ryde2001-10-011-0/+99
* * mpz/add_ui.c, mpz/sub_ui.c: New files, using mpz/aors_ui.i.Kevin Ryde2001-10-012-0/+48
* * mpz/aors.i: Renamed from mpz/aors.c.Kevin Ryde2001-10-011-0/+134
* * mpz/add.c, mpz/sub.c: New files, using mpz/aors.i.Kevin Ryde2001-10-012-0/+48
* * mpz/mul_i.i: Renamed from mpz/mul_siui.c.Kevin Ryde2001-10-011-0/+76
* * mpz/mul_ui.c, mpz/mul_ui.c: New files, using mpz/mul_i.i.Kevin Ryde2001-10-012-0/+50
* * mpz/fits_sshort.c, mpz/fits_sint.c, mpz/fits_slong.c: New files.Kevin Ryde2001-10-013-0/+81
* * mpz/fits_s.i: Renamed and adapted from mpz/fits_s.c.Kevin Ryde2001-10-011-0/+35
* RegenerateKevin Ryde2001-10-011-2/+4
* RegenerateKevin Ryde2001-10-011-0/+1
* (mpz_congruent_p): Fix typo.tege2001-09-201-1/+1
* Regenerate for:Kevin Ryde2001-09-111-0/+2
* Oops, no less than two bad mistakes.Kevin Ryde2001-09-081-2/+2
* * mpz/hamdist.c: Support neg/neg operands.Kevin Ryde2001-09-081-20/+128
* * mpz/fib_ui.c: Use ?: to avoid a gcc 3 bug. Store back a carry forKevin Ryde2001-09-041-1/+2
* * mpz/inp_str.c, gmp-impl.h (__gmpz_inp_str_nowhite): New function,Kevin Ryde2001-08-281-16/+28
* * */Makefile.in, aclocal.m4, configure: Update to automake 1.5.Kevin Ryde2001-08-261-27/+26
* Regenerate for:Kevin Ryde2001-08-171-4/+0
* * mpz/inp_str.c: Fix return value (was 1 too big).Kevin Ryde2001-08-141-1/+3
* RegenerateKevin Ryde2001-07-241-0/+1
* RegenerateKevin Ryde2001-07-241-0/+3
* * gmp-impl.h (__GMP_REALLOCATE_FUNC_MAYBE): New macro.Kevin Ryde2001-07-231-3/+1
* RegenerateKevin Ryde2001-07-171-14/+8
* * mpz/fits_u.c: Remove file.Kevin Ryde2001-07-111-42/+0
* * mpz/fits_uint.c, fits_ulong.c, mpz/fits_ushort.c: Split up fits_u.c.Kevin Ryde2001-07-111-10/+4
* * mpz/fits_uint.c, fits_ulong.c, mpz/fits_ushort.c: Split up fits_u.c.Kevin Ryde2001-07-113-0/+75
* * mpz/tdiv_ui.c: Eliminate some local variables (seems to save code onKevin Ryde2001-07-101-16/+3
* * mpz/bin_ui.c (DIVIDE): Use MPN_DIVREM_OR_DIVEXACT_1.Kevin Ryde2001-07-031-17/+43
* * mpz/bin_ui.c (DIVIDE): Use MPN_DIVREM_OR_DIVEXACT_1.Kevin Ryde2001-07-031-5/+6
* * mpn/generic/mul_n.c, mpz/cfdiv_r_2exp.c: Use MPN_INCR_U.Kevin Ryde2001-06-291-2/+2
* Regenerate for:Kevin Ryde2001-06-201-0/+1
* * mpz/sqrt.c,sqrtrem.c: Special case for op==0, to avoid TMP_ALLOC(0).Kevin Ryde2001-06-201-2/+8
* * mpz/sqrt.c: Special case for op==0, to avoid TMP_ALLOC(0).Kevin Ryde2001-06-201-2/+7
* * gmp-impl.h (TMP_ALLOC_LIMBS_2): New macro.Kevin Ryde2001-06-191-4/+2
* * gmp-impl.h (TMP_ALLOC_LIMBS_2): New macro.Kevin Ryde2001-06-191-4/+3
* Regenerate for:Kevin Ryde2001-06-171-0/+1
* Tweak a comment.Kevin Ryde2001-06-171-1/+1
* * mpz/lcm.c: Don't TMP_MARK and then just return. Remove unnecssaryKevin Ryde2001-06-171-3/+1
* * mpz/set_f.c: Share MPN_COPY between pad and trunc cases, do exp<=0Kevin Ryde2001-06-151-18/+24
* * mpz/get_d.c: Add a private mpn_zero_p.Kevin Ryde2001-06-121-0/+15
* * mpz/jacobi.c: Don't retaining old behaviour of mpz_jacobi on even bKevin Ryde2001-06-101-38/+26
* Regenerate for:Kevin Ryde2001-06-071-3/+2
* Amend to:Kevin Ryde2001-06-071-4/+2
* Regenerate for:Kevin Ryde2001-06-071-62/+73
* * mpz/fib2_ui.c, mpz/lucnum_ui.c mpz/lucnum2_ui.c: New files.Kevin Ryde2001-06-071-2/+6