| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean out __GMP_PROTO. | Torbjorn Granlund | 2012-03-03 | 4 | -68/+56 |
* | Run 25 millerrabin tests. | Torbjorn Granlund | 2012-01-17 | 1 | -2/+2 |
* | Run 25 Miller-Rabin tests. | Torbjorn Granlund | 2011-10-04 | 1 | -3/+3 |
* | More spelling fixes. | Torbjorn Granlund | 2009-11-15 | 1 | -1/+1 |
* | Fix lot of spelling errors. | Torbjorn Granlund | 2009-11-15 | 3 | -4/+4 |
* | (factor_using_pollard_rho): Rewrite. | Torbjorn Granlund | 2009-06-28 | 1 | -77/+73 |
* | Add -q command line option. | Torbjorn Granlund | 2009-06-02 | 1 | -8/+17 |
* | Fix a comment typo. | Torbjorn Granlund | 2008-10-15 | 1 | -1/+1 |
* | (main): Allow bases up to 62. | Torbjorn Granlund | 2008-09-05 | 1 | -1/+1 |
* | New .hgignore file. Removed all old .cvsignore files. | Niels Möller | 2008-09-05 | 3 | -6/+0 |
* | */Makefile.in, configure, aclocal.m4, config.in: Removed files | Niels Möller | 2008-09-05 | 3 | -1660/+0 |
* | Whitespace cleanup. | tege | 2007-09-26 | 1 | -18/+18 |
* | Reformat copyright header. | tege | 2007-09-24 | 2 | -55/+55 |
* | Add a copyriot year. | tege | 2007-09-24 | 1 | -1/+1 |
* | Include string.h for strcmp. | tege | 2007-09-24 | 1 | -1/+2 |
* | (main): Declare to int. | tege | 2007-09-24 | 1 | -6/+7 |
* | Clean up spacing. | tege | 2007-09-24 | 11 | -299/+297 |
* | (main): Add -v option. | tege | 2007-09-18 | 1 | -3/+17 |
* | Update license to version 3. | tege | 2007-09-18 | 45 | -176/+99 |
* | (find_primes): Increase mpz_probab_prime_p cnt to 10. | tege | 2006-05-16 | 1 | -1/+1 |
* | Update FSF's address. | tege | 2006-02-15 | 45 | -93/+93 |
* | (setup_error_handler): Add a missing ";". | tege | 2005-12-15 | 1 | -1/+1 |
* | Add a copyright year. | tege | 2005-11-01 | 3 | -3/+3 |
* | (factor_using_division_2kp): Honor verbose flag. | tege | 2005-10-03 | 1 | -2/+8 |
* | (fns): Add factorial keywords. | tege | 2005-09-17 | 1 | -0/+3 |
* | #include stdlib.h. | tege | 2005-05-25 | 1 | -0/+1 |
* | (main): Handle "negative" base in mpz_sizeinbase call. | tege | 2004-10-25 | 1 | -1/+2 |
* | Regenerate for: | Kevin Ryde | 2004-05-12 | 1 | -0/+7 |
* | * demos/expr/Makefile.am (ARFLAGS): Add a default setting, to | Kevin Ryde | 2004-05-12 | 1 | -0/+7 |
* | * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4. | Kevin Ryde | 2004-05-10 | 3 | -13/+21 |
* | Regenerate for: | Kevin Ryde | 2004-05-10 | 3 | -8/+2 |
* | * demos/expr/expr-impl.h: Don't use expr-config.h. | Kevin Ryde | 2004-05-10 | 1 | -3/+0 |
* | * configure.in (demos/expr/expr-config.h): Remove. | Kevin Ryde | 2004-05-10 | 1 | -22/+0 |
* | * demos/expr/run-expr.c: Don't use getopt, to avoid needing configury | Kevin Ryde | 2004-05-10 | 1 | -82/+159 |
* | * demos/expr/exprza.c, demos/expr/exprqa.c: Use wrappers for mpX_init, | Kevin Ryde | 2004-05-10 | 2 | -8/+19 |
* | * demos/expr/exprfa.c (mpf_expr_a): Correction to mpX_init, use | Kevin Ryde | 2004-05-10 | 1 | -4/+4 |
* | Yet more of: | Kevin Ryde | 2004-05-08 | 1 | -1/+0 |
* | Regenerate for: | Kevin Ryde | 2004-05-08 | 3 | -56/+16 |
* | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, | Kevin Ryde | 2004-05-08 | 2 | -639/+0 |
* | More of: | Kevin Ryde | 2004-05-08 | 1 | -3/+3 |
* | Add a copyright year. | Kevin Ryde | 2004-05-08 | 2 | -4/+3 |
* | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, | Kevin Ryde | 2004-05-08 | 8 | -469/+44 |
* | * demos/perl/GMP.xs (static_functable): Treat cygwin the same as mingw | Kevin Ryde | 2004-04-20 | 1 | -6/+7 |
* | Regenerate for: | Kevin Ryde | 2004-04-20 | 3 | -3/+3 |
* | Correction to: | Kevin Ryde | 2004-04-12 | 1 | -1/+1 |
* | * demos/perl/GMP.xs (static_functable): New macro, use it for all | Kevin Ryde | 2004-04-12 | 1 | -13/+1 |
* | * demos/perl/GMP.xs (static_functable): New macro, use it for all | Kevin Ryde | 2004-04-12 | 1 | -31/+47 |
* | * demos/perl/sample.pl: Print the module and library versions in use. | Kevin Ryde | 2004-04-12 | 1 | -1/+5 |
* | (This somehow never got checked-in sooner.) | Kevin Ryde | 2004-04-12 | 1 | -3/+3 |
* | * demos/perl/GMP.pm, Makefile.PL (VERSION): Set to '2.00'. | Kevin Ryde | 2004-04-12 | 1 | -2/+2 |