summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * configure.in, Makefile.am, doc/gmp.texi, doc/configuration,Kevin Ryde2004-05-088-469/+44
| | | | | | | 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.
* * demos/perl/GMP.xs (static_functable): Treat cygwin the same as mingwKevin Ryde2004-04-201-6/+7
| | | | DLLs.
* Regenerate for:Kevin Ryde2004-04-203-3/+3
| | | | * */Makefile.in, install-sh: Update to automake 1.8.3.
* Correction to:Kevin Ryde2004-04-121-1/+1
| | | | * demos/perl/sample.pl: Print the module and library versions in use.
* * demos/perl/GMP.xs (static_functable): New macro, use it for allKevin Ryde2004-04-121-13/+1
| | | | | | function tables, to support mingw DLL builds. * demos/perl/INSTALL (NOTES FOR PARTICULAR SYSTEMS): Remove note on DLLs, should be ok now.
* * demos/perl/GMP.xs (static_functable): New macro, use it for allKevin Ryde2004-04-121-31/+47
| | | | function tables, to support mingw DLL builds.
* * demos/perl/sample.pl: Print the module and library versions in use.Kevin Ryde2004-04-121-1/+5
|
* (This somehow never got checked-in sooner.)Kevin Ryde2004-04-121-3/+3
| | | | | | | 2003-02-20 Kevin Ryde <kevin@swox.se> * demos/factorize.c (factor_using_pollard_rho): Test k>0 to avoid infinite loop if k=0 and gcd!=1 reveals a factor. Reported by John Pongsajapan.
* * demos/perl/GMP.pm, Makefile.PL (VERSION): Set to '2.00'.Kevin Ryde2004-04-121-2/+2
|
* * demos/perl/GMP.pm, Makefile.PL (VERSION): Set to '2.00'.Kevin Ryde2004-04-121-6/+29
| | | | | | | * demos/perl/GMP.pm (COPYRIGHT): New in the doc section. And quietly remove the reference to mpfr, which is not going to get anything done about it in the forseeable future.
* * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automakeKevin Ryde2004-02-283-9/+9
| | | | 1.8.2 and libtool 1.5.2.