Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright noticesHEADmaster | P. J. McDermott | 2019-09-05 | 1 | -1/+1 |
| | | | | | Copyrights in my contributions to this package were transferred to Libiquity LLC by a contract executed 2019-09-04. | ||||
* | 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 |
| | |||||
* | dfmt(): New function | P. J. McDermott | 2017-01-28 | 1 | -11/+47 |
| | |||||
* | 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. | ||||
* | Math::Decimal::FastPP: Move POD to after __END__ | P. J. McDermott | 2017-01-17 | 1 | -97/+85 |
| | | | | Also remove a useless "=cut". | ||||
* | dadd(), dmul(), drhtz(), drhfz(): Use char classes for decimal points, not ↵ | P. J. McDermott | 2017-01-17 | 1 | -6/+6 |
| | | | | escapes | ||||
* | Math::Decimal::FastPP: Don't interpolate literal strings | P. J. McDermott | 2017-01-17 | 1 | -15/+15 |
| | |||||
* | drhtz(), drhfz(): Replace regex dots with more strict expressions | P. J. McDermott | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | lib/Math/Decimal/FastPP.pm, README: s/arithmetic/math/ or add "and rounding" | P. J. McDermott | 2017-01-08 | 1 | -8/+8 |
| | |||||
* | drhtz(), drhfz(): Properly handle negative significands | P. J. McDermott | 2017-01-05 | 1 | -2/+10 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | lib/Math/FastPPDecimal.pm: New file | P. J. McDermott | 2017-01-04 | 1 | -0/+208 |