summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Add a copyright year.Kevin Ryde2000-04-122-2/+2
|
* Regenerate for: (AUTOMAKE_OPTIONS): Add "no-dependencies".Linus Nordberg2000-04-121-54/+21
|
* (AUTOMAKE_OPTIONS): Add "no-dependencies".Linus Nordberg2000-04-121-1/+1
|
* Add copyright.Kevin Ryde2000-04-122-0/+42
|
* Regenerate.Kevin Ryde2000-04-101-1/+1
|
* Shorten INCLUDES now using AM_CONFIG_HEADER.Kevin Ryde2000-04-101-1/+1
|
* Generated from Makefile.am.Kevin Ryde2000-04-091-0/+380
|
* Initial version.Kevin Ryde2000-04-091-0/+33
|
* *** empty log message ***tege2000-03-291-0/+127
|
* Update FSF address.Kevin Ryde2000-03-251-2/+3
|
* (mpz_eval_expr): Properly initialize rhs/lhs for ROOT.tege2000-03-231-1/+4
|
* * (mpz_eval_expr): Check operand for sqrt.tege2000-03-221-3/+40
| | | | | | * (op_t): Add ROOT. (fns): Add ROOT. (mpz_eval_expr): Add ROOT.
* (main): Don't allow `-N' for base, require `-bN'.tege2000-03-201-2/+5
|
* Move factorial handing code from `factor' to `power'.tege2000-02-251-5/+5
|
* (factor_using_pollard_rho): Move resetting of `c' to before checking fortege2000-02-251-1/+1
| | | | a non-zero gcd.
* Don't use setup_error_handler() in windoze.Linus Nordberg2000-01-201-2/+6
|
* (sigaltstack): #define to sigstack for AIX.tege2000-01-191-0/+6
| | | | (setup_error_handler): Don't write to ss_size and ss_flags on AIX.
* (factor): Change alloca call to a malloc/free pair.tege1999-07-071-1/+2
|
* * (fns): Fix typo '#if #if'.tege1999-05-041-1/+33
| | | | * (mpz_eval_expr): Implement FERMAT and MERSENNE.
* * (setup_error_handler): Use sigemptyset to create empty set for portability.tege1999-05-041-6/+6
| | | | * Cast longjmp argument via long to silent warnings on 64-bit hosts.
* * Add #defines for GMP 1.x and 2.0 compatibility.tege1999-05-031-26/+86
| | | | | | * (setup_error_handler): New function; take signal handler setup code from main(), with major modifications to use modern signal interface. (main): Remove signal handler setup code; call setup_error_handler.
* *** empty log message ***tege1999-03-131-0/+13
|
* * Add file.tege1999-03-131-0/+1057
| | | | | * (cputime): Test also __hpux. * (cleanup_and_exit): Check SIGXCPU only #ifdef LIMIT_RESOURCE_USAGE.
* * (factor_using_pollard_rho): Pass correct parameters in recursive calls;tege1999-02-221-89/+221
| | | | | | join the two recursion arms. * (factor_using_division): Call fflush also for the factor 2. * Rewrite.
* Update from master sources.tege1997-07-251-46/+40
|
* Initial revisiontege1996-05-081-0/+233