aboutsummaryrefslogtreecommitdiff
path: root/toys/other/factor.c
AgeCommit message (Expand)Author
2017-05-14factor shouldn't give incorrect answers for >64-bit integers.Elliott Hughes
2016-03-13factor: use long long math (64 bit on 32 bit platforms) and handle negativeRob Landley
2016-02-10use unsigned long with factorizabera
2015-03-01Fix several printf_format warnings.Rob Landley
2014-12-24Teach factor to accept whitespace separated arguments (reported by Robert Tho...Rob Landley
2014-08-01factor: catch integer overflow.Rob Landley
2014-08-01Add factor.Rob Landley