Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Math::Decimal::FastPP: Don't interpolate literal strings | P. J. McDermott | 2017-01-17 | 1 | -15/+15 |
| | |||||
* | .perlcriticrc: Add default settings | P. J. McDermott | 2017-01-17 | 1 | -0/+5 |
| | |||||
* | .perlcriticrc: Exclude another policy | P. J. McDermott | 2017-01-17 | 1 | -0/+4 |
| | |||||
* | .perlcriticrc: Add comments | P. J. McDermott | 2017-01-17 | 1 | -0/+7 |
| | |||||
* | .perlcriticrc: Add policy | P. J. McDermott | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | drhtz(), drhfz(): Replace regex dots with more strict expressions | P. J. McDermott | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | .perlcriticrc: Add more policies | P. J. McDermott | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | .perlcriticrc: Drop "Perl::Critic::Policy::" | P. J. McDermott | 2017-01-17 | 1 | -3/+3 |
| | |||||
* | drhtz(), drhfz(): Replace postfix control structures | P. J. McDermott | 2017-01-17 | 1 | -4/+4 |
| | |||||
* | dadd(), dmul(), drhtz(), drhfz(): Remove commented-out code | P. J. McDermott | 2017-01-17 | 1 | -12/+0 |
| | |||||
* | t/*.t: Import functions | P. J. McDermott | 2017-01-17 | 5 | -5/+5 |
| | |||||
* | dadd(), dmul(): Don't use stringy split() | P. J. McDermott | 2017-01-17 | 1 | -4/+4 |
| | |||||
* | Math::Decimal::FastPP: Rename and add POD sections to comply with PBP | P. J. McDermott | 2017-01-17 | 1 | -5/+25 |
| | |||||
* | Math::Decimal::FastPP: Add text to POD links | P. J. McDermott | 2017-01-17 | 1 | -4/+4 |
| | |||||
* | .perlcriticrc: Add more policies | P. J. McDermott | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | .perlcriticrc: New file | P. J. McDermott | 2017-01-17 | 1 | -0/+1 |
| | |||||
* | Math::Decimal::FastPP: Don't export by default | P. J. McDermott | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | lib/Math/Decimal/FastPP.pm: Put strict and warnings pragmas in package | P. J. McDermott | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | Makefile.PL: Add META_MERGE | P. J. McDermott | 2017-01-08 | 1 | -0/+14 |
| | |||||
* | lib/Math/Decimal/FastPP.pm, README: s/arithmetic/math/ or add "and rounding" | P. J. McDermott | 2017-01-08 | 2 | -16/+17 |
| | |||||
* | REAME: Add missing "=head2" | P. J. McDermott | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | t/10_dadd.t: Add more tests | P. J. McDermott | 2017-01-06 | 1 | -0/+6 |
| | |||||
* | .gitignore: Exclude disttest directory | P. J. McDermott | 2017-01-05 | 1 | -0/+1 |
| | |||||
* | Makefile.PL: Update NAME | P. J. McDermott | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | t/03_pod-coverage.t: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+30 |
| | |||||
* | t/02_pod-syntax.t: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+30 |
| | |||||
* | .gitignore: Exclude cover_db/ | P. J. McDermott | 2017-01-05 | 1 | -0/+1 |
| | |||||
* | t/00_manifest.t: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+51 |
| | |||||
* | t/00_compile.t: Rename to t/01_compile.t | P. J. McDermott | 2017-01-05 | 2 | -2/+2 |
| | |||||
* | MANIFEST.SKIP: Skip cover_db/ | P. J. McDermott | 2017-01-05 | 1 | -0/+1 |
| | |||||
* | t/13_drhtz-drhfz.t: Test invalid precision | P. J. McDermott | 2017-01-05 | 1 | -0/+15 |
| | | | | drhtz() and drhfz() are now at 100% test coverage. | ||||
* | t/11_dmul.t: Improve test coverage | P. J. McDermott | 2017-01-05 | 1 | -0/+3 |
| | | | | | The first new test brings dmul() to 100% test coverage. The other two are just bonuses. | ||||
* | t/11_dmul.t: Stringify results in test data | P. J. McDermott | 2017-01-05 | 1 | -4/+4 |
| | |||||
* | t/10_dadd.t: Add three tests to improve coverage | P. J. McDermott | 2017-01-05 | 1 | -5/+8 |
| | | | | dadd() now has 100% test coverage. | ||||
* | t/13_drhtz-drhfz.t: Add basic tests with $p=1 | P. J. McDermott | 2017-01-05 | 1 | -0/+4 |
| | |||||
* | drhtz(), drhfz(): Properly handle negative significands | P. J. McDermott | 2017-01-05 | 1 | -2/+10 |
| | |||||
* | t/13_drhtz-drhfz.t: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+73 |
| | |||||
* | t/12_dmul-dadd.t: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+35 |
| | |||||
* | t/11_dmul.t: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+42 |
| | |||||
* | t/10_dadd.t: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+56 |
| | |||||
* | t/20_nj-st-75-2017.t: Update module name | P. J. McDermott | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | MANIFEST.SKIP: Skip disttest directory | P. J. McDermott | 2017-01-05 | 1 | -0/+1 |
| | |||||
* | MANIFEST.SKIP: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+18 |
| | |||||
* | Changes: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+6 |
| | |||||
* | README: New file | P. J. McDermott | 2017-01-05 | 2 | -0/+54 |
| | |||||
* | Makefile.PL: Set LICENSE | P. J. McDermott | 2017-01-05 | 1 | -0/+1 |
| | |||||
* | lib/Math/Decimal/FastPP.pm: Improve POD formatting | P. J. McDermott | 2017-01-05 | 1 | -3/+3 |
| | |||||
* | lib/Math/Decimal/FastPP.pm: s/=item/=head2/ | P. J. McDermott | 2017-01-05 | 1 | -8/+4 |
| | |||||
* | lib/Math/Decimal/FastPP.pm: Add POD sections PHILOSOPHY and THEORY | P. J. McDermott | 2017-01-04 | 1 | -2/+47 |
| | |||||
* | lib/Math/FastPPDecimal.pm: Rename to lib/Math/Decimal/FastPP.pm | P. J. McDermott | 2017-01-04 | 2 | -5/+5 |
| |