summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesHEADmasterP. J. McDermott2019-09-0511-11/+11
| | | | | Copyrights in my contributions to this package were transferred to Libiquity LLC by a contract executed 2019-09-04.
* MANIFEST: Add .perlcriticrc, .perltidyrc, and .words.txtP. J. McDermott2017-01-281-0/+3
|
* README: Mention formatting functionP. J. McDermott2017-01-281-1/+1
|
* dfmt(): Fix radix point matchingP. J. McDermott2017-01-281-1/+1
|
* dfmt(): Don't interpolate literal stringsP. J. McDermott2017-01-281-3/+3
|
* t/14_dfmt.t: New fileP. J. McDermott2017-01-282-0/+45
|
* dfmt(): New functionP. J. McDermott2017-01-281-11/+47
|
* README: Add text to POD linksP. J. McDermott2017-01-171-3/+3
|
* .perlcriticrc: Add spelling exceptionsP. J. McDermott2017-01-172-0/+10
|
* dadd(), dmul(), drhtz(), drhfz(): Break after "return"P. J. McDermott2017-01-171-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 fileP. J. McDermott2017-01-171-0/+18
|
* Math::Decimal::FastPP: Move POD to after __END__P. J. McDermott2017-01-171-97/+85
| | | | Also remove a useless "=cut".
* .perlcriticrc: Make more severe and verboseP. J. McDermott2017-01-171-2/+2
|
* dadd(), dmul(), drhtz(), drhfz(): Use char classes for decimal points, not ↵P. J. McDermott2017-01-171-6/+6
| | | | escapes
* .perlcriticrc: Exclude another policyP. J. McDermott2017-01-171-0/+3
|
* Math::Decimal::FastPP: Don't interpolate literal stringsP. J. McDermott2017-01-171-15/+15
|
* .perlcriticrc: Add default settingsP. J. McDermott2017-01-171-0/+5
|
* .perlcriticrc: Exclude another policyP. J. McDermott2017-01-171-0/+4
|
* .perlcriticrc: Add commentsP. J. McDermott2017-01-171-0/+7
|
* .perlcriticrc: Add policyP. J. McDermott2017-01-171-0/+3
|
* drhtz(), drhfz(): Replace regex dots with more strict expressionsP. J. McDermott2017-01-171-2/+2
|
* .perlcriticrc: Add more policiesP. J. McDermott2017-01-171-0/+2
|
* .perlcriticrc: Drop "Perl::Critic::Policy::"P. J. McDermott2017-01-171-3/+3
|
* drhtz(), drhfz(): Replace postfix control structuresP. J. McDermott2017-01-171-4/+4
|
* dadd(), dmul(), drhtz(), drhfz(): Remove commented-out codeP. J. McDermott2017-01-171-12/+0
|
* t/*.t: Import functionsP. J. McDermott2017-01-175-5/+5
|
* dadd(), dmul(): Don't use stringy split()P. J. McDermott2017-01-171-4/+4
|
* Math::Decimal::FastPP: Rename and add POD sections to comply with PBPP. J. McDermott2017-01-171-5/+25
|
* Math::Decimal::FastPP: Add text to POD linksP. J. McDermott2017-01-171-4/+4
|
* .perlcriticrc: Add more policiesP. J. McDermott2017-01-171-0/+2
|
* .perlcriticrc: New fileP. J. McDermott2017-01-171-0/+1
|
* Math::Decimal::FastPP: Don't export by defaultP. J. McDermott2017-01-171-2/+2
|
* lib/Math/Decimal/FastPP.pm: Put strict and warnings pragmas in packageP. J. McDermott2017-01-171-2/+2
|
* Makefile.PL: Add META_MERGEP. J. McDermott2017-01-081-0/+14
|
* lib/Math/Decimal/FastPP.pm, README: s/arithmetic/math/ or add "and rounding"P. J. McDermott2017-01-082-16/+17
|
* REAME: Add missing "=head2"P. J. McDermott2017-01-071-1/+1
|
* t/10_dadd.t: Add more testsP. J. McDermott2017-01-061-0/+6
|
* .gitignore: Exclude disttest directoryP. J. McDermott2017-01-051-0/+1
|
* Makefile.PL: Update NAMEP. J. McDermott2017-01-051-1/+1
|
* t/03_pod-coverage.t: New fileP. J. McDermott2017-01-052-0/+30
|
* t/02_pod-syntax.t: New fileP. J. McDermott2017-01-052-0/+30
|
* .gitignore: Exclude cover_db/P. J. McDermott2017-01-051-0/+1
|
* t/00_manifest.t: New fileP. J. McDermott2017-01-052-0/+51
|
* t/00_compile.t: Rename to t/01_compile.tP. J. McDermott2017-01-052-2/+2
|
* MANIFEST.SKIP: Skip cover_db/P. J. McDermott2017-01-051-0/+1
|
* t/13_drhtz-drhfz.t: Test invalid precisionP. J. McDermott2017-01-051-0/+15
| | | | drhtz() and drhfz() are now at 100% test coverage.
* t/11_dmul.t: Improve test coverageP. J. McDermott2017-01-051-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 dataP. J. McDermott2017-01-051-4/+4
|
* t/10_dadd.t: Add three tests to improve coverageP. J. McDermott2017-01-051-5/+8
| | | | dadd() now has 100% test coverage.
* t/13_drhtz-drhfz.t: Add basic tests with $p=1P. J. McDermott2017-01-051-0/+4
|