1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-20 20:21:09 +00:00
uutils-coreutils/src/factor
Joseph Crail b4b08de42c Switch to external getopts cargo (part 1).
I switched over to the getopts crate on crates.io, instead of Rust's
private implementation. This will allow coreutils to build for Rust 1.0.

I'm splitting the updates into several commits for better reviewing.
2015-05-20 22:47:30 -04:00
..
deps.mk fix and slight optimization for factor 2015-05-07 18:12:32 -04:00
factor.rs Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
gen_table.rs improved Sieve implementation ; add cargo update 2015-05-15 19:39:43 -04:00
numeric.rs modify factor impl to eliminate overflow issue 2015-05-08 00:06:35 -04:00
prime_table.rs modify factor impl to eliminate overflow issue 2015-05-08 00:06:35 -04:00
sieve.rs improved Sieve implementation ; add cargo update 2015-05-15 19:39:43 -04:00