| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-13 | factor: use long long math (64 bit on 32 bit platforms) and handle negative | Rob Landley | |
| numbers even though we use unsigned math now. | |||
| 2016-02-10 | use unsigned long with factor | izabera | |
| 2015-03-01 | Fix several printf_format warnings. | Rob Landley | |
| 2014-12-24 | Teach factor to accept whitespace separated arguments (reported by Robert ↵ | Rob Landley | |
| Thompson). (The diff looks bigger than it is because of reindenting.) | |||
| 2014-08-01 | factor: catch integer overflow. | Rob Landley | |
| Now factor 9223372036854775783 (largest positive 64 bit signed prime) takes a couple minutes but gives the right answer. | |||
| 2014-08-01 | Add factor. | Rob Landley | |
| I was reading http://www.muppetlabs.com/~breadbox/txt/rsa.html and it mentioned "factor" and I noticed it was in coreutils. I'm not sure why it's in coreutils, but it's pretty trivial, so... | |||
