summaryrefslogtreecommitdiffstats
path: root/factor
Commit message (Expand)AuthorAgeFilesLines
* Imported and adapted from FreeBSD svn r272166 and r272207; this fixesast2014-10-022-20/+13
* remove duplicated #defines (in a usually unused part of the code)drochner2011-11-091-5/+2
* Properly print string.joerg2011-05-231-3/+3
* Follow the Fundamental Theory of Algebra. Disallow factorising ofjoerg2010-05-152-14/+10
* cast isblank(3)'s argument to unsigned char.tnozaki2010-05-131-3/+3
* rename pollard_pminus1->pollard_rho for consistencydrochner2010-04-281-8/+6
* -Fix an old bug in the "pollard" code: it gets its argument passeddrochner2010-04-271-28/+59
* fix an obvious flaw in bounds check: the array of precomputed primesdrochner2010-04-221-4/+5
* Add backslash before a dash to get a minus.wiz2010-04-221-3/+3
* Sync with reality. Bump date.dholland2010-04-221-11/+27
* sprinkle staticdholland2009-08-121-16/+15
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
* Fixed a comment that said the factors in the output would be strictlyrillig2005-06-271-3/+3
* Add -lcrypt where -lcrypto is specified.christos2005-03-091-3/+3
* Separate primes manpage from that of factor. Correct DIAGNOSTICSjsm2004-02-082-46/+7
* Check large factor for being prime before applying Pollard'sjsm2004-02-081-6/+14
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-072-13/+5
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-9/+6
* use NETBSDSRCDIR as appropriatelukem2002-09-191-3/+5
* Provide a BN_dec2bn() shim for the non-openssl case that reports an errorsimonb2002-06-181-3/+21
* Fix a logic botch where if a number smaller than the square of the seivesimonb2002-06-171-12/+25
* make factor work with and without openssl.itojun2002-06-162-4/+55
* Use libcrypto's bignum support to implement a Pollard Rho factoringsimonb2002-06-152-40/+111
* Whitespace and/or punctuation fixes.wiz2001-04-021-5/+5
* Add use of `const' where appropriate to the games.jsm1999-09-081-5/+5
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* use CPPFLAGS instead of CFLAGSlukem1997-10-221-2/+2
* WARNSifylukem1997-10-102-13/+14
* Back out the .PATH.c changes. The .depend problem (and others)gwr1997-05-081-2/+2
* Use .PATH.c: ...gwr1997-05-061-2/+2
* Sync to 4.4BSD-Lite2tls1997-01-071-3/+4
* merge with Lite, new RCS id conventions, etc.cgd1995-03-233-243/+103
* specify man pages the new way.cgd1994-12-221-2/+2
* bring in limits.hderaadt1994-03-031-1/+2
* Eliminate a compiler warning.mycroft1993-12-081-2/+2
* Update to use new -mandoc macros.jtc1993-08-051-40/+48
* Add RCS identifiers.mycroft1993-08-011-1/+2
* Add RCS indentifiers.mycroft1993-08-011-1/+2
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-213-0/+472