Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu | 2010-03-20 | 1 | -1/+1 |
* | * test/test_prime.rb | yugui | 2009-10-18 | 1 | -19/+43 |
* | * lib/prime.rb (EratosthenesGenerator#initialize): call super. | nobu | 2009-09-13 | 1 | -2/+5 |
* | * lib/prime.rb (Prime#prime_division): now decomposes | yugui | 2009-07-13 | 1 | -1/+6 |
* | * lib/prime.rb: documentation typo fixed. a patch from okkez. | matz | 2009-06-11 | 1 | -2/+2 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -28/+28 |
* | * lib/prime.rb (Prime::prime?): used to return a wrong answer. | yugui | 2009-03-03 | 1 | -0/+2 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 1 | -2/+2 |
* | * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/. | knu | 2008-12-10 | 1 | -1/+1 |
* | * lib/prime.rb (Prime::OldCompatibility#each): added compatibility to | yugui | 2008-09-04 | 1 | -20/+35 |
* | * lib/mathn.rb (Integer): moved into prime.rb. | yugui | 2008-09-03 | 1 | -0/+446 |