summaryrefslogtreecommitdiff
path: root/games/factor
AgeCommit message (Expand)Author
2023-05-09Handle OpenSSL-3.xchristos
2021-04-12include bsd.own.mk to be sure NETBSDSRCDIR is set.mrg
2020-10-12- remove duplicate commentchristos
2020-10-12more clarifications.christos
2020-10-11mention hex numberschristos
2020-10-11Remove is_hex_str() (trying to guess if a number was hex or not). It is notchristos
2020-10-11From gson@christos
2020-10-07- for readability when the exponent < 10 don't prefix it with 0x (from kre)christos
2020-10-05PR/55695: Andreas Gustafsson: factor(6) -h option doesn't always workchristos
2020-10-05revert previous and don't parse octalchristos
2020-10-05factor: usage(): mark __deadtnn
2020-10-04- Accept octal input.christos
2020-10-04Fix a typo (s/int/in/)kre
2020-10-03PR/55693: Andreas Gustafsson: factor(6) lists factors in wrong orderchristos
2018-02-06fix for OpenSSL-1.1christos
2017-11-11Add -h option to factor(6): duplicate factors are printed inrin
2017-05-21Remove MKCRYPTO option.riastradh
2014-10-02Imported and adapted from FreeBSD svn r272166 and r272207; this fixesast
2011-11-09remove duplicated #defines (in a usually unused part of the code)drochner
2011-05-23Properly print string.joerg
2010-05-15Follow the Fundamental Theory of Algebra. Disallow factorising ofjoerg
2010-05-13cast isblank(3)'s argument to unsigned char.tnozaki
2010-04-28rename pollard_pminus1->pollard_rho for consistencydrochner
2010-04-27-Fix an old bug in the "pollard" code: it gets its argument passeddrochner
2010-04-22fix an obvious flaw in bounds check: the array of precomputed primesdrochner
2010-04-22Add backslash before a dash to get a minus.wiz
2010-04-22Sync with reality. Bump date.dholland
2009-08-12sprinkle staticdholland
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2005-06-27Fixed a comment that said the factors in the output would be strictlyrillig
2005-03-09Add -lcrypt where -lcrypto is specified.christos
2004-02-08Separate primes manpage from that of factor. Correct DIAGNOSTICSjsm
2004-02-08Check large factor for being prime before applying Pollard'sjsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-19use NETBSDSRCDIR as appropriatelukem
2002-06-18Provide a BN_dec2bn() shim for the non-openssl case that reports an errorsimonb
2002-06-17Fix a logic botch where if a number smaller than the square of the seivesimonb
2002-06-16make factor work with and without openssl.itojun
2002-06-15Use libcrypto's bignum support to implement a Pollard Rho factoringsimonb
2001-04-02Whitespace and/or punctuation fixes.wiz
1999-09-08Add use of `const' where appropriate to the games.jsm
1998-09-13mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-10WARNSifylukem
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1997-01-07Sync to 4.4BSD-Lite2tls
1995-03-23merge with Lite, new RCS id conventions, etc.cgd