summaryrefslogtreecommitdiff
path: root/mpz
Commit message (Expand)AuthorAgeFilesLines
* * mpz/pprime_p.c: Handle small negatives with isprime, in particularKevin Ryde2002-08-301-1/+1
* Partially undo last change--handle small and negative numbers in thetege2002-08-231-11/+10
* * mpz/millerrabin.c: Need x to be size+1 for change to urandomm.Kevin Ryde2002-08-201-1/+1
* * mpz/pprime_p.c: Fake up a local mpz_t to take abs(n), rather thanKevin Ryde2002-08-121-12/+11
* * mpz/millerrabin.c: Use mpz_urandomm for uniform selection of x,Kevin Ryde2002-08-121-7/+12
* * */Makefile.in, aclocal.m4, configure: Update to automake 1.6.3.Kevin Ryde2002-08-091-3/+10
* * mpz/remove.c: Make src==0 return 0, not do DIVIDE_BY_ZERO.Kevin Ryde2002-08-071-2/+10
* * mpz/bin_ui.c, mpz/jacobi.c, mpz/pprime_p.c, mpn/generic/divis.c:Kevin Ryde2002-07-201-3/+3
* * mpz/bin_ui.c, mpz/jacobi.c, mpz/pprime_p.c, mpn/generic/divis.c:Kevin Ryde2002-07-201-4/+4
* * mpz/bin_ui.c, mpz/jacobi.c, mpn/generic/divis.c: More care withKevin Ryde2002-07-201-1/+1
* * mpz/bin_ui.c, mpn/generic/divis.c: More care with mp_size_tKevin Ryde2002-07-201-6/+5
* * mpz/fib_ui.c: Nailify.Kevin Ryde2002-07-171-9/+7
* * mpz/inp_raw.c (NTOH_LIMB_FETCH): Use simple generic default, sinceKevin Ryde2002-07-171-41/+8
* * mpz/inp_raw.c (NTOH_LIMB_FETCH): Use simple generic default, sinceKevin Ryde2002-07-171-38/+7
* * mpz/random.c: Nailify.Kevin Ryde2002-07-171-2/+2
* Regenerate for:Kevin Ryde2002-07-101-0/+2
* * mpz/divexact.c: Add an ASSERT that den divides num.Kevin Ryde2002-07-101-0/+10
* An extra comment for:Kevin Ryde2002-07-072-0/+2
* * mpz/clrbit.c, mpz/setbit.c: Only MPN_NORMALIZE if high limb changesKevin Ryde2002-07-062-26/+34
* Correction to:Kevin Ryde2002-06-251-1/+1
* * mpz/import.c, mpz/export.c: Cast data pointer through "char *" inKevin Ryde2002-06-251-1/+1
* Try an extra cast on the alignment test to see if it makes Cray cc happier.Kevin Ryde2002-06-221-1/+1
* * mpz/jacobi.c, mpz/kronsz.c, mpz/kronuz.c, mpz/kronzs.c,Kevin Ryde2002-06-225-66/+59
* Regenerate for:Kevin Ryde2002-06-151-1/+0
* Regenerate for:Kevin Ryde2002-06-141-0/+6
* * */Makefile.in, install-sh, mdate-sh, missing, aclocal.m4, configure:Kevin Ryde2002-06-131-30/+43
* * mpz/powm_ui.c: Fix for result range in certain circumstances.Kevin Ryde2002-06-011-0/+12
* Cast pointer via `unsigned long' when checkingtege2002-05-311-1/+1
* * mpz/powm.c (redc): Nailify q.Kevin Ryde2002-05-251-1/+3
* Add a copyright year.tege2002-05-232-3/+3
* (mpz_inp_str_nowhite): Nailify.tege2002-05-221-1/+1
* *** empty log message ***tege2002-05-221-3/+6
* *** empty log message ***tege2002-05-221-5/+3
* Nailify.tege2002-05-211-1/+15
* Nailify. Make it work as documented, allowingtege2002-05-211-13/+27
* Nailify.tege2002-05-211-1/+1
* * mpz/set_d.c, mpq/set_d.c: Use LIMBS_PER_DOUBLE for the output ofKevin Ryde2002-05-171-2/+2
* Add a copyright year.tege2002-05-1432-37/+45
* Cast pointer via `unsigned long' when checking alignment to avoidtege2002-05-111-1/+1
* * mpz/import.c: Corrections to size store, special case tests, andKevin Ryde2002-05-091-18/+25
* Undo last change.tege2002-05-091-2/+2
* Don't allocate extra limb for root value.tege2002-05-091-3/+3
* Amend allocations for mpn_rootrem requirements.tege2002-05-081-2/+2
* Rewrite to use mpn_rootrem.tege2002-05-081-112/+31
* *** empty log message ***tege2002-05-071-0/+87
* Nailify.tege2002-05-071-7/+23
* Regenerate for:tege2002-05-071-5/+7
* (libmpz_la_SOURCES): Add ui_sub.c.tege2002-05-071-1/+1
* * mpz/root.c: Use unsigned long with mpz_sub_ui not mp_limb_t.Kevin Ryde2002-05-071-1/+1
* * mpz/import.c, mpz/export.c: New files.Kevin Ryde2002-05-072-54/+62