Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: Mention formatting function | P. J. McDermott | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | dfmt(): Fix radix point matching | P. J. McDermott | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | dfmt(): Don't interpolate literal strings | P. J. McDermott | 2017-01-28 | 1 | -3/+3 |
| | |||||
* | t/14_dfmt.t: New file | P. J. McDermott | 2017-01-28 | 2 | -0/+45 |
| | |||||
* | dfmt(): New function | P. J. McDermott | 2017-01-28 | 1 | -11/+47 |
| | |||||
* | README: Add text to POD links | P. J. McDermott | 2017-01-17 | 1 | -3/+3 |
| | |||||
* | .perlcriticrc: Add spelling exceptions | P. J. McDermott | 2017-01-17 | 2 | -0/+10 |
| | |||||
* | dadd(), dmul(), drhtz(), drhfz(): Break after "return" | P. J. McDermott | 2017-01-17 | 1 | -4/+8 |
| | | | | | | perltidy insists on doing this, and I can't figure out any way to stop it. But it's not really bad style, so I'll just do what perltidy wants here. | ||||
* | .perltidyrc: New file | P. J. McDermott | 2017-01-17 | 1 | -0/+18 |
| | |||||
* | Math::Decimal::FastPP: Move POD to after __END__ | P. J. McDermott | 2017-01-17 | 1 | -97/+85 |
| | | | | Also remove a useless "=cut". | ||||
* | .perlcriticrc: Make more severe and verbose | P. J. McDermott | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | dadd(), dmul(), drhtz(), drhfz(): Use char classes for decimal points, not ↵ | P. J. McDermott | 2017-01-17 | 1 | -6/+6 |
| | | | | escapes | ||||
* | .perlcriticrc: Exclude another policy | P. J. McDermott | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | 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 |
| |