Commit Graph

139 Commits

Author SHA1 Message Date
Brian Gladman
c7567b5ad9 Remove __GMP_PROTO and _PROTO crap from the MPIR source code 2018-02-25 09:02:47 +00:00
Jean-Pierre Flori
28d2620ddf Untrack autotools generated files. 2017-02-15 11:14:40 +00:00
William Hart
58a7e98fcd Run autoreconf. 2017-02-14 15:01:24 +00:00
William Hart
79379c1027 Update *nix build for limbs, roinit_n and sizeinbase files. 2017-02-13 11:13:04 +00:00
Brian Gladman
16b79b74a7 add five mpz limbs routines and one test (from GMP) 2017-02-09 14:54:10 +00:00
Brian Gladman
b84e7e24ca remove 'long/long long' pointer bug on Windows x64 2016-06-18 13:27:19 +01:00
William Hart
2c8f96a252 Update gcd test code to match that of GMP 5.1.x and documentation of mpz_gcdext
to match that of GMP 5.1.3.
2015-06-09 19:33:32 +00:00
William Hart
acd49c3818 INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
William Hart
33c8ccc034 Ran autoreconf -fiv --no-recursive. 2015-06-09 15:50:53 +00:00
William Hart
419ab6703e Fix a pile of compiler warnings on Linux (but sadly not on Windows). 2014-04-01 00:43:06 +01:00
William Hart
11327b1554 Added test case for nthroot aliasing and fixed code. 2014-03-28 14:31:23 +00:00
William Hart
6ac545e1e7 Renamed next_likely_prime files to next_prime_candidate. 2014-03-25 20:56:21 +00:00
William Hart
1eb21d584f Ran test functions with insufficient whitespace through indent. 2014-03-25 20:43:50 +00:00
William Hart
9cf9b9bbaf Remove gcd_finda.asm and references to it. 2014-03-25 20:14:46 +00:00
William Hart
7e44cf98e7 Added primorial code and test code from GMP/ 2014-02-28 13:49:27 +00:00
William Hart
3b39af2d08 Added mfac_uiui and test code from GMP-5.1.3. 2014-02-28 13:35:36 +00:00
William Hart
abc2bd4b83 Added t-fac_ui test code and changed gmp.h => mpir.h. 2014-02-28 13:19:19 +00:00
William Hart
7e5589a8bb Ran autoreconf -i to change autotools versions to those of development machine. 2014-02-04 13:40:51 +00:00
briangladman
48d48a58d3 change name of mpz_next_likely_prime to mpz_next_prime_candidate 2013-09-02 15:10:16 +01:00
Jean-Pierre Flori
cd371dfbac Fix bug in t-scan test.
Reported by Daniel R. Grayson and fixed by Leif Leonhardy.
2013-07-31 14:51:42 +02:00
Jean-Pierre Flori
d222af9e8c Ran "autoreconf -fi" and put back correct config.(guess|sub) files. 2013-07-31 14:51:32 +02:00
William Hart
f608007fc5 Line endings 2012-11-25 22:33:07 +00:00
wbhart
551c1066fa Added #include "config.h" in all tests which needed it. 2012-10-18 20:14:58 +00:00
wbhart
b874101b6e Removed symbol conflicts of the form n_blah, with flint. 2012-10-17 22:27:11 +00:00
gladman
0159a17f2e reduce dependence on config.h in tests 2012-10-13 10:17:22 +00:00
gladman
680b95d672 remove config.h from tests that do not appear to require this 2012-10-13 07:42:21 +00:00
wbhart
4c896b5e2f Changed -INTMAX_MIN to INTMAX_MIN in t-set_sx.c. 2012-09-28 22:22:18 +00:00
wbhart
e75c271a3f Fixed missing includes in t-next_likely_prime.c and t-rand.c. 2012-09-28 16:17:18 +00:00
gladman
f54e4ededd change some longs to mpir_si in tests 2012-08-22 09:52:01 +00:00
gladman
4131e0f9fd replace a few missed longs with mpir_si/mpir_ui types 2012-07-29 19:10:32 +00:00
gladman
fb616eed78 Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
gladman
338e5f2984 populate new branch 2011-12-16 19:47:56 +00:00
jasonmoxham
e81bf4ac96 run in devel regen and setverion 2011-12-05 07:18:14 +00:00
jasonmoxham
97d24b5ad2 crlf removal 2011-12-05 07:07:44 +00:00
gladman
64a4bcb95f 1. revert mpz_nexxt_likely_prime to previous API
2. add miller_rabin.c implementing a thread safe version of Miller-Rabin
2011-12-04 18:43:13 +00:00
gladman
066ba97645 change gmp_h.in to reflect mpz_next_likely_prime API change 2011-11-23 15:03:41 +00:00
gladman
317f0a5965 bring new code in mpz.next_likely_prime into use and add a test 2011-11-23 12:51:46 +00:00
jasonmoxham
65b1ec121a removed all use HAVE_HOST , except for timing on the powerpc 2011-09-12 01:23:43 +00:00
jasonmoxham
b503fcced2 remove pointless differences between old cpus ie k6's 2011-08-30 20:41:29 +00:00
jasonmoxham
1182be3fd0 crlf to lf for t-get_sx.c etc files 2011-06-08 07:05:34 +00:00
jasonmoxham
8fcb7f3bdf make sure tests mpz/t-set_sx.c etc have entry point 2011-05-09 07:19:41 +00:00
jasonmoxham
1c7d0cc247 bump SOME version numbers so I can test out the new testing framework 2011-05-07 19:58:28 +00:00
gladman
de6e423978 2011-04-10 19:04:32 +00:00
jasonmoxham
99ad21707a test/mpz/reuse.c msvc tweek 2011-04-08 12:59:26 +00:00
jasonmoxham
1a97136413 add HAVE_STDINT_H guards for the include <stdint.h> 2011-03-30 18:15:31 +00:00
gladman
49c0863840 Add tests for mmpz_get/set_ux functions 2011-03-19 20:14:45 +00:00
gladman
9abe9eded1 change mechanism for detecting stdint.h 2011-03-19 09:28:07 +00:00
jasonmoxham
f590170988 add tests in mpz mpf mpq misc mpn dir to regen script 2011-03-15 10:37:06 +00:00
gladman
b3e4fb4f5b minor text change 2011-03-14 20:25:04 +00:00
jasonmoxham
7dde675da1 add tests into autotools for new mpz fns 2011-03-14 17:11:17 +00:00