summaryrefslogtreecommitdiff
path: root/mpz
Commit message (Expand)AuthorAgeFilesLines
* * mpz/{set,iset,cmp}_si.c [_LONG_LONG_LIMB]: Fix handling of 0x80...00.Kevin Ryde2000-06-201-2/+2
* Add a copyright year.Kevin Ryde2000-06-201-1/+1
* Use BITS_PER_LONGINT, not LONG_BIT.Kevin Ryde2000-06-191-3/+3
* * mpz/tests/t-misc.c (check_mpz_set_si): New test.Kevin Ryde2000-06-191-0/+48
* * mpz/set_si.c [_LONG_LONG_LIMB]: Fix to zero extend 0x80...00.Kevin Ryde2000-06-191-1/+1
* * mpz/perfsqr.c: Fix so that zero is considered a perfect square.Kevin Ryde2000-06-171-0/+4
* * mpz/tests/reuse.c (FAIL): Add a K&R version.Kevin Ryde2000-06-111-15/+19
* * mpz/tests/t-misc.c: Add gmp-impl.h for "const".Kevin Ryde2000-06-111-0/+1
* Don't test mpz_addmul_ui for now.tege2000-06-071-3/+3
* Fail for `src' being zero.tege2000-06-071-2/+2
* * Test more functions.tege2000-06-071-29/+81
* (mpz_redc): Clean up argument declarations.tege2000-06-071-4/+4
* Loop during operand generation while theytege2000-06-071-11/+15
* Add a copyright year.tege2000-06-073-3/+3
* Add calls to mpz_gcdext with argument t == NULL.tege2000-06-061-0/+4
* When exp is 0, change res assign order in order to handle argument overlap.tege2000-06-061-1/+1
* * When exp is 0, change res assign order in order to handle argument overlap.tege2000-06-061-4/+4
* Major rewrite; test many more functions.tege2000-06-061-77/+341
* Rework code after mpn_gcdext call to handle argument overlap.tege2000-06-061-21/+22
* Read dividend->_mp_size before calling mpz_tdiv_qr.tege2000-06-062-2/+6
* * mpz/powm.c: Remove mpz_dmprepare, use modlimb_invert instead.Kevin Ryde2000-06-061-26/+7
* Regenerate for:Kevin Ryde2000-06-041-11/+24
* * mpz/tests/t-misc.c: New file.Kevin Ryde2000-06-041-1/+1
* * mpz/tests/t-misc.c: New file.Kevin Ryde2000-06-041-0/+219
* Correct two formulas in comments.Kevin Ryde2000-06-041-3/+3
* * mpz/bin_ui.c: Fix result for k>n, add support for n<0.Kevin Ryde2000-06-041-14/+37
* * mpz/bin_uiui.c: Fix result for n==0 and n==k.Kevin Ryde2000-06-041-58/+63
* Regenerate for:Kevin Ryde2000-05-312-2/+0
* Fix private mpz_mod4.Kevin Ryde2000-05-301-2/+3
* Regenerate for:Kevin Ryde2000-05-282-0/+2
* Add a copyright year.Kevin Ryde2000-05-283-3/+3
* [BERKELEY_MP]: Include mp.h for mpbsd compile.Kevin Ryde2000-05-281-1/+3
* [BERKELEY_MP]: Include mp.h for mpbsd compile.Kevin Ryde2000-05-286-0/+18
* Rename kronecker functions.Kevin Ryde2000-05-271-14/+27
* Rename kronecker functions.Kevin Ryde2000-05-274-12/+12
* (_INCLUDE_POSIX_SOURCE): Define when __hpux before including stdio.h.tege2000-05-271-0/+6
* Regenerate for:Kevin Ryde2000-05-261-24/+11
* Revert this:Kevin Ryde2000-05-261-1/+1
* Revert this:Kevin Ryde2000-05-261-140/+0
* Don't test sizeof(mp_limb_t)>=sizeof(long) since this is a universalKevin Ryde2000-05-241-2/+0
* Don't test sizeof(mp_limb_t)>=sizeof(long) since this is a universalKevin Ryde2000-05-243-12/+8
* Use mpz_random2 instead of mpz_random.tege2000-05-241-2/+2
* * Read pointers after reallocation.tege2000-05-241-9/+12
* Don't use ANSI literal string concatenation.Kevin Ryde2000-05-211-7/+8
* Would need gmp-impl.h for "const", so don't bother with it.Kevin Ryde2000-05-211-1/+1
* Add a copyright year.Kevin Ryde2000-05-214-4/+6
* Add a copyright year.Kevin Ryde2000-05-212-2/+3
* A cast isn't an lvalue.Kevin Ryde2000-05-212-2/+3
* * mpz/tests/t-mod2.c: New file.Kevin Ryde2000-05-211-0/+140
* * mpz/tests/Makefile.am (check_PROGRAMS): Add t-jac.Kevin Ryde2000-05-211-39/+125