summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Remove generated file from repo.Torbjorn Granlund2012-12-293-3403/+0
|
* Add copyright years.Torbjorn Granlund2012-11-204-4/+5
|
* Whitespace cleanup.Torbjorn Granlund2012-11-171-1/+1
|
* Put primes.h in EXTRA_DIST.Torbjorn Granlund2012-09-111-1/+1
|
* Rewrite no more current form. Implement Lucas prime proving, and make its ↵Torbjorn Granlund2012-09-102-191/+832
| | | | use the default.
* Overhaul.Torbjorn Granlund2012-08-241-19/+2
|
* Whitespace cleanup.Marco Bodrato2012-03-046-39/+38
|
* gmp-h.in (__gmp_const): Remove.Marco Bodrato2012-03-049-44/+44
|
* Typo in demos/primes.cMarco Bodrato2012-03-041-1/+1
|
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-034-68/+56
|
* Run 25 millerrabin tests.Torbjorn Granlund2012-01-171-2/+2
|
* Run 25 Miller-Rabin tests.Torbjorn Granlund2011-10-041-3/+3
|
* More spelling fixes.Torbjorn Granlund2009-11-151-1/+1
|
* Fix lot of spelling errors.Torbjorn Granlund2009-11-153-4/+4
|
* (factor_using_pollard_rho): Rewrite.Torbjorn Granlund2009-06-281-77/+73
|
* Add -q command line option.Torbjorn Granlund2009-06-021-8/+17
|
* Fix a comment typo.Torbjorn Granlund2008-10-151-1/+1
|
* (main): Allow bases up to 62.Torbjorn Granlund2008-09-051-1/+1
|
* New .hgignore file. Removed all old .cvsignore files.Niels Möller2008-09-053-6/+0
|
* */Makefile.in, configure, aclocal.m4, config.in: Removed filesNiels Möller2008-09-053-1660/+0
| | | | | from repository. They're instead generated by automake and autoconf before distribution.
* Whitespace cleanup.tege2007-09-261-18/+18
|
* Reformat copyright header.tege2007-09-242-55/+55
|
* Add a copyriot year.tege2007-09-241-1/+1
|
* Include string.h for strcmp.tege2007-09-241-1/+2
|
* (main): Declare to int.tege2007-09-241-6/+7
|
* Clean up spacing.tege2007-09-2411-299/+297
|
* (main): Add -v option.tege2007-09-181-3/+17
| | | | | | (enum op_t): New tag TIMING. (mpz_eval_expr): Execute TIMING. (fns): Add TIMING entry.
* Update license to version 3.tege2007-09-1845-176/+99
|
* (find_primes): Increase mpz_probab_prime_p cnt to 10.tege2006-05-161-1/+1
|
* Update FSF's address.tege2006-02-1545-93/+93
|
* (setup_error_handler): Add a missing ";".tege2005-12-151-1/+1
|
* Add a copyright year.tege2005-11-013-3/+3
|
* (factor_using_division_2kp): Honor verbose flag.tege2005-10-031-2/+8
| | | | | (factor_using_pollard_rho): Divide out new factor before it's clobbered. Don't stop factoring after a composite factor was found.
* (fns): Add factorial keywords.tege2005-09-171-0/+3
|
* #include stdlib.h.tege2005-05-251-0/+1
|
* (main): Handle "negative" base in mpz_sizeinbase call.tege2004-10-251-1/+2
|
* Regenerate for:Kevin Ryde2004-05-121-0/+7
| | | | | * demos/expr/Makefile.am (ARFLAGS): Add a default setting, to workaround an automake bug.
* * demos/expr/Makefile.am (ARFLAGS): Add a default setting, toKevin Ryde2004-05-121-0/+7
| | | | workaround an automake bug.
* * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.Kevin Ryde2004-05-103-13/+21
|
* Regenerate for:Kevin Ryde2004-05-103-8/+2
| | | | * demos/expr/expr-impl.h: Don't use expr-config.h.
* * demos/expr/expr-impl.h: Don't use expr-config.h.Kevin Ryde2004-05-101-3/+0
|
* * configure.in (demos/expr/expr-config.h): Remove.Kevin Ryde2004-05-101-22/+0
| | | | * demos/expr/expr-config.in: Remove file.
* * demos/expr/run-expr.c: Don't use getopt, to avoid needing configuryKevin Ryde2004-05-101-82/+159
| | | | | for optarg declaration. Remove TRY macro, rename foo and bar to var_a and var_b, for clarity.
* * demos/expr/exprza.c, demos/expr/exprqa.c: Use wrappers for mpX_init,Kevin Ryde2004-05-102-8/+19
| | | | to make parameters match.
* * demos/expr/exprfa.c (mpf_expr_a): Correction to mpX_init, useKevin Ryde2004-05-101-4/+4
| | | | mpf_init2 to follow requested precision.
* Yet more of:Kevin Ryde2004-05-081-1/+0
| | | | | | | | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
* Regenerate for:Kevin Ryde2004-05-083-56/+16
| | | | | | | | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h, demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
* * configure.in, Makefile.am, doc/gmp.texi, doc/configuration,Kevin Ryde2004-05-082-639/+0
| | | | | | | | | tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h, demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits. * mpfr/*, tests/cxx/t-headfr.cc, demos/expr/exprfr.c, demos/expr/exprfra.c: Remove.
* More of:Kevin Ryde2004-05-081-3/+3
| | | | | | | | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
* Add a copyright year.Kevin Ryde2004-05-082-4/+3
|