summaryrefslogtreecommitdiff
path: root/mpz
Commit message (Expand)AuthorAgeFilesLines
* Regenerate with new autoconf/-make/libtool suite.Linus Nordberg2000-03-202-2/+2
* Regenerate. (CC_TEST removed.)Linus Nordberg2000-03-102-2/+0
* Include `../..'.Linus Nordberg2000-02-241-1/+1
* Include `..'.Linus Nordberg2000-02-241-4/+3
* Regenerate.Linus Nordberg2000-02-242-10/+6
* Add test t-root.Linus Nordberg2000-02-222-11/+28
* *** empty log message ***tege2000-02-221-0/+107
* Complete rewrite. Still primitive, but at least correct.tege2000-02-221-54/+94
* *** empty log message ***Linus Nordberg2000-02-152-0/+2
* Remove.Linus Nordberg2000-02-102-23/+0
* Generate.Linus Nordberg2000-02-102-278/+1016
* New fileLinus Nordberg2000-02-102-0/+97
* Add a comment.tege1999-12-151-0/+17
* *** empty log message ***tege1999-12-141-0/+15
* In rounding code, read in->_mp_size before writing to res->_mp_size.tege1999-12-021-5/+4
* Use move-if-change when generating binaries.tege1999-09-281-17/+34
* Use mpn_incr_u and mpn_decr_u instead of mpn_add_1 and mpn_sub_1.tege1999-09-285-7/+7
* Pass XCFLAGS when linking.tege1999-07-141-17/+17
* The `gmp_rand_state' is now an array with one element rather than a pointer t...Linus Nordberg1999-05-231-4/+4
* Randomization rewriteLinus Nordberg1999-03-291-180/+73
* Clean up warnings.Linus Nordberg1999-03-161-1/+5
* New randomization functions.Linus Nordberg1999-03-162-2/+275
* Compile dump.c.tege1999-03-151-2/+3
* *** empty log message ***tege1999-03-151-0/+39
* *** empty log message ***tege1999-03-142-0/+199
* (SIZE): Increase to 50.tege1999-03-141-4/+8
* Also test mpz_invert and mpz_divexact.tege1999-03-141-14/+42
* Handle t-pow_ui.c.tege1999-03-141-4/+17
* Update to GMP 2 variable syntax.tege1999-03-141-9/+9
* *** empty log message ***tege1999-03-131-0/+23
* *** empty log message ***tege1999-03-093-0/+434
* *** empty log message ***tege1999-03-081-0/+125
* *** empty log message ***tege1999-03-082-0/+158
* * Pass 1L, not 1, to mpz_cmp_ui.tege1999-02-221-1/+42
* Defer writing to parameter `invert' until end.tege1999-02-221-5/+9
* * Compile root.c.tege1999-02-221-8/+16
* Cast `long' argument to `mp_limb_t' for mpn calls.tege1999-02-224-6/+6
* * (LOCAL_CC): Remove definitiontege1998-05-051-28/+3
* * (.c.o): Compile each function twice, for small and large variant.tege1998-05-051-37/+66
* New file.tege1998-05-054-0/+215
* Return the remainder.tege1998-05-053-4/+12
* * (mpz_probab_prime_p): Major overhaul: Check small numers specifically;tege1998-05-051-52/+108
* Fix typo in comment.tege1998-05-051-1/+1
* Update from set_str.c.tege1998-05-051-9/+32
* * Skip leading zeros.tege1998-05-051-0/+13
* Get allocation for `tmp' right.tege1998-05-051-1/+66
* In final result adjustment code, handle that intermediate result is zero.tege1998-05-051-3/+12
* * Fix typo in test for whether to copy numerator to quotient and move thattege1998-05-051-6/+6
* Increase temp space allocation by 1 limb.tege1997-09-221-5/+5
* Get special cases for exponent and base right.tege1997-09-221-11/+10