summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* #include gmp-impl.h as it includes tests.h.Torbjorn Granlund2019-08-171-1/+1
|
* Restore accidentally removed gmp.h includes from demos dir.Torbjorn Granlund2016-08-3018-0/+19
|
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-2918-18/+0
|
* demos: Stop using undocumented mpz_div_2exp in example code.Marco Bodrato2015-10-292-5/+6
|
* (main): Clear out a variable.Torbjorn Granlund2015-10-141-1/+3
|
* INCLUDES => AM_CPPFLAGS.Torbjorn Granlund2014-10-013-3/+3
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-2728-255/+574
|
* Get rid of varargs code and references.Torbjorn Granlund2014-01-203-45/+0
|
* demos/expr/expr-impl.h: remove #if related to varargsMarco Bodrato2014-01-201-10/+0
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-1918-54/+54
|
* Get rid of varargs code and references.Torbjorn Granlund2014-01-192-6/+2
|
* Make demos/expr/expr.h usable in C++ code.Marc Glisse2014-01-121-0/+8
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-0240-41/+41
|
* Collapse copyright years.Torbjorn Granlund2013-11-2822-25/+23
|
* 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
|