[libmath-planepath-perl] 01/04: Merge tag 'upstream/123'

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue May 3 03:35:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libmath-planepath-perl.

commit f97b6b748a65fdcd1ab35146448f5d24ef6cba2b
Merge: db2138f 4212160
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon May 2 23:32:56 2016 -0300

    Merge tag 'upstream/123'
    
    Upstream version 123
    
    # gpg: Signature made Mon 02 May 2016 11:30:18 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 Changes                                            |    5 +
 MANIFEST                                           |    2 +-
 META.json                                          |    6 +-
 META.yml                                           |    4 +-
 SIGNATURE                                          |  516 +++++-----
 devel/bignums.pl                                   |   46 +-
 devel/lib/Math/PlanePath/BalancedArray.pm          |    4 +-
 devel/lib/Math/PlanePath/BinaryTerms.pm            |    4 +-
 devel/lib/Math/PlanePath/FibonacciWordKnott.pm     |    4 +-
 devel/lib/Math/PlanePath/FourReplicate.pm          |    4 +-
 devel/lib/Math/PlanePath/Godfrey.pm                |    7 +-
 devel/lib/Math/PlanePath/MooreSpiral.pm            |    6 +-
 devel/lib/Math/PlanePath/NxN.pm                    |    9 +-
 devel/lib/Math/PlanePath/NxNinv.pm                 |    7 +-
 devel/lib/Math/PlanePath/NxNvar.pm                 |    7 +-
 devel/lib/Math/PlanePath/ParabolicRows.pm          |    9 +-
 devel/lib/Math/PlanePath/ParabolicRuns.pm          |    4 +-
 devel/lib/Math/PlanePath/PeanoHalf.pm              |    6 +-
 devel/lib/Math/PlanePath/PeanoRounded.pm           |    6 +-
 devel/lib/Math/PlanePath/PeanoVertices.pm          |    4 +-
 devel/lib/Math/PlanePath/PowerRows.pm              |    4 +-
 devel/lib/Math/PlanePath/PyramidReplicate.pm       |    6 +-
 devel/lib/Math/PlanePath/QuintetSide.pm            |    6 +-
 devel/lib/Math/PlanePath/R7DragonCurve.pm          |    4 +-
 devel/lib/Math/PlanePath/SumFractions.pm           |    7 +-
 devel/lib/Math/PlanePath/WythoffDifference.pm      |    4 +-
 devel/lib/Math/PlanePath/WythoffLines.pm           |    9 +-
 devel/lib/Math/PlanePath/WythoffTriangle.pm        |    4 +-
 devel/lib/Math/PlanePath/Z2DragonCurve.pm          |    4 +-
 devel/lib/Math/PlanePath/ZeckendorfTerms.pm        |    4 +-
 devel/lib/Math/SquareRadical.pm                    |    4 +-
 examples/c-curve-wx.pl                             |    2 +-
 lib/Math/NumSeq/OEIS/Catalogue/Plugin/PlanePath.pm |    2 +-
 lib/Math/NumSeq/PlanePathCoord.pm                  |   10 +-
 lib/Math/NumSeq/PlanePathDelta.pm                  |   81 +-
 lib/Math/NumSeq/PlanePathN.pm                      |    6 +-
 lib/Math/NumSeq/PlanePathTurn.pm                   |    6 +-
 lib/Math/PlanePath.pm                              |   20 +-
 lib/Math/PlanePath/AR2W2Curve.pm                   |    6 +-
 lib/Math/PlanePath/AlternatePaper.pm               |    6 +-
 lib/Math/PlanePath/AlternatePaperMidpoint.pm       |    6 +-
 lib/Math/PlanePath/AnvilSpiral.pm                  |    9 +-
 lib/Math/PlanePath/ArchimedeanChords.pm            |    6 +-
 lib/Math/PlanePath/AztecDiamondRings.pm            |    9 +-
 lib/Math/PlanePath/Base/Digits.pm                  |   11 +-
 lib/Math/PlanePath/Base/Generic.pm                 |   10 +-
 lib/Math/PlanePath/Base/NSEW.pm                    |    6 +-
 lib/Math/PlanePath/BetaOmega.pm                    |    6 +-
 lib/Math/PlanePath/CCurve.pm                       |    2 +-
 lib/Math/PlanePath/CellularRule.pm                 |   14 +-
 lib/Math/PlanePath/CellularRule190.pm              |    9 +-
 lib/Math/PlanePath/CellularRule54.pm               |    9 +-
 lib/Math/PlanePath/CellularRule57.pm               |    9 +-
 lib/Math/PlanePath/CfracDigits.pm                  |    6 +-
 lib/Math/PlanePath/ChanTree.pm                     |    6 +-
 lib/Math/PlanePath/CincoCurve.pm                   |    6 +-
 lib/Math/PlanePath/Columns.pm                      |    6 +-
 lib/Math/PlanePath/ComplexMinus.pm                 |   19 +-
 lib/Math/PlanePath/ComplexPlus.pm                  |   62 +-
 lib/Math/PlanePath/ComplexRevolving.pm             |    6 +-
 lib/Math/PlanePath/CoprimeColumns.pm               |    6 +-
 lib/Math/PlanePath/Corner.pm                       |   11 +-
 lib/Math/PlanePath/CornerReplicate.pm              |    6 +-
 lib/Math/PlanePath/CretanLabyrinth.pm              |    9 +-
 lib/Math/PlanePath/CubicBase.pm                    |    6 +-
 lib/Math/PlanePath/DekkingCentres.pm               |    6 +-
 lib/Math/PlanePath/DekkingCurve.pm                 |    6 +-
 lib/Math/PlanePath/DiagonalRationals.pm            |    6 +-
 lib/Math/PlanePath/Diagonals.pm                    |   19 +-
 lib/Math/PlanePath/DiagonalsAlternating.pm         |    9 +-
 lib/Math/PlanePath/DiagonalsOctant.pm              |    9 +-
 lib/Math/PlanePath/DiamondArms.pm                  |    9 +-
 lib/Math/PlanePath/DiamondSpiral.pm                |   11 +-
 lib/Math/PlanePath/DigitGroups.pm                  |    6 +-
 lib/Math/PlanePath/DivisibleColumns.pm             |   11 +-
 lib/Math/PlanePath/DragonCurve.pm                  |   91 +-
 lib/Math/PlanePath/DragonMidpoint.pm               |    6 +-
 lib/Math/PlanePath/DragonRounded.pm                |    6 +-
 lib/Math/PlanePath/FactorRationals.pm              |    6 +-
 lib/Math/PlanePath/FibonacciWordFractal.pm         |    6 +-
 lib/Math/PlanePath/File.pm                         |    6 +-
 lib/Math/PlanePath/FilledRings.pm                  |    6 +-
 lib/Math/PlanePath/Flowsnake.pm                    |   28 +-
 lib/Math/PlanePath/FlowsnakeCentres.pm             |    6 +-
 lib/Math/PlanePath/FractionsTree.pm                |    6 +-
 lib/Math/PlanePath/GcdRationals.pm                 |   15 +-
 lib/Math/PlanePath/GosperIslands.pm                |    6 +-
 lib/Math/PlanePath/GosperReplicate.pm              |    6 +-
 lib/Math/PlanePath/GosperSide.pm                   |    6 +-
 lib/Math/PlanePath/GrayCode.pm                     |    6 +-
 lib/Math/PlanePath/GreekKeySpiral.pm               |   11 +-
 lib/Math/PlanePath/HIndexing.pm                    |    6 +-
 lib/Math/PlanePath/HeptSpiralSkewed.pm             |   11 +-
 lib/Math/PlanePath/HexArms.pm                      |   11 +-
 lib/Math/PlanePath/HexSpiral.pm                    |   11 +-
 lib/Math/PlanePath/HexSpiralSkewed.pm              |   11 +-
 lib/Math/PlanePath/HilbertCurve.pm                 |    6 +-
 lib/Math/PlanePath/HilbertSides.pm                 |    6 +-
 lib/Math/PlanePath/HilbertSpiral.pm                |    6 +-
 lib/Math/PlanePath/Hypot.pm                        |    6 +-
 lib/Math/PlanePath/HypotOctant.pm                  |    6 +-
 lib/Math/PlanePath/ImaginaryBase.pm                |    6 +-
 lib/Math/PlanePath/ImaginaryHalf.pm                |    6 +-
 lib/Math/PlanePath/KnightSpiral.pm                 |    9 +-
 lib/Math/PlanePath/KochCurve.pm                    |    6 +-
 lib/Math/PlanePath/KochPeaks.pm                    |    6 +-
 lib/Math/PlanePath/KochSnowflakes.pm               |    6 +-
 lib/Math/PlanePath/KochSquareflakes.pm             |    6 +-
 lib/Math/PlanePath/KochelCurve.pm                  |    6 +-
 lib/Math/PlanePath/LTiling.pm                      |    6 +-
 lib/Math/PlanePath/MPeaks.pm                       |    9 +-
 lib/Math/PlanePath/MultipleRings.pm                |   21 +-
 lib/Math/PlanePath/OctagramSpiral.pm               |   11 +-
 lib/Math/PlanePath/PeanoCurve.pm                   |    6 +-
 lib/Math/PlanePath/PentSpiral.pm                   |    9 +-
 lib/Math/PlanePath/PentSpiralSkewed.pm             |    9 +-
 lib/Math/PlanePath/PixelRings.pm                   |    6 +-
 lib/Math/PlanePath/PowerArray.pm                   |    6 +-
 lib/Math/PlanePath/PyramidRows.pm                  |    9 +-
 lib/Math/PlanePath/PyramidSides.pm                 |   11 +-
 lib/Math/PlanePath/PyramidSpiral.pm                |    9 +-
 lib/Math/PlanePath/PythagoreanTree.pm              |   21 +-
 lib/Math/PlanePath/QuadricCurve.pm                 |    6 +-
 lib/Math/PlanePath/QuadricIslands.pm               |    6 +-
 lib/Math/PlanePath/QuintetCentres.pm               |    6 +-
 lib/Math/PlanePath/QuintetCurve.pm                 |    6 +-
 lib/Math/PlanePath/QuintetReplicate.pm             |    6 +-
 lib/Math/PlanePath/R5DragonCurve.pm                |    6 +-
 lib/Math/PlanePath/R5DragonMidpoint.pm             |    6 +-
 lib/Math/PlanePath/RationalsTree.pm                |    4 +-
 lib/Math/PlanePath/Rows.pm                         |    6 +-
 lib/Math/PlanePath/SacksSpiral.pm                  |    6 +-
 lib/Math/PlanePath/SierpinskiArrowhead.pm          |    6 +-
 lib/Math/PlanePath/SierpinskiArrowheadCentres.pm   |    6 +-
 lib/Math/PlanePath/SierpinskiCurve.pm              |    6 +-
 lib/Math/PlanePath/SierpinskiCurveStair.pm         |    6 +-
 lib/Math/PlanePath/SierpinskiTriangle.pm           |    6 +-
 lib/Math/PlanePath/SquareArms.pm                   |    9 +-
 lib/Math/PlanePath/SquareReplicate.pm              |    6 +-
 lib/Math/PlanePath/SquareSpiral.pm                 |   17 +-
 lib/Math/PlanePath/Staircase.pm                    |    9 +-
 lib/Math/PlanePath/StaircaseAlternating.pm         |   11 +-
 lib/Math/PlanePath/TerdragonCurve.pm               |    6 +-
 lib/Math/PlanePath/TerdragonMidpoint.pm            |    6 +-
 lib/Math/PlanePath/TerdragonRounded.pm             |    6 +-
 lib/Math/PlanePath/TheodorusSpiral.pm              |    4 +-
 lib/Math/PlanePath/TriangleSpiral.pm               |    9 +-
 lib/Math/PlanePath/TriangleSpiralSkewed.pm         |    9 +-
 lib/Math/PlanePath/TriangularHypot.pm              |    6 +-
 lib/Math/PlanePath/UlamWarburton.pm                |    6 +-
 lib/Math/PlanePath/UlamWarburtonQuarter.pm         |    6 +-
 lib/Math/PlanePath/VogelFloret.pm                  |    6 +-
 lib/Math/PlanePath/WunderlichMeander.pm            |    6 +-
 lib/Math/PlanePath/WunderlichSerpentine.pm         |    6 +-
 lib/Math/PlanePath/WythoffArray.pm                 |    9 +-
 lib/Math/PlanePath/WythoffPreliminaryTriangle.pm   |    6 +-
 lib/Math/PlanePath/ZOrderCurve.pm                  |    8 +-
 t/AlternatePaper.t                                 |    4 +-
 t/AlternatePaperMidpoint.t                         |    4 +-
 t/AnvilSpiral.t                                    |    4 +-
 t/ArchimedeanChords.t                              |    4 +-
 t/AztecDiamondRings.t                              |    4 +-
 t/BetaOmeta.t                                      |    4 +-
 t/CCurve.t                                         |    4 +-
 t/CellularRule.t                                   |    4 +-
 t/CellularRule190.t                                |    4 +-
 t/CfracDigits.t                                    |    4 +-
 t/ChanTree.t                                       |    4 +-
 t/CincoCurve.t                                     |    4 +-
 t/Columns.t                                        |    4 +-
 t/ComplexMinus.t                                   |    4 +-
 t/ComplexPlus.t                                    |    4 +-
 t/CoprimeColumns.t                                 |    4 +-
 t/Corner.t                                         |    4 +-
 t/CornerReplicate.t                                |    4 +-
 t/CubicBase.t                                      |    4 +-
 t/DekkingCurve.t                                   |    4 +-
 t/DiagonalRationals.t                              |    4 +-
 t/Diagonals.t                                      |    4 +-
 t/DiamondArms.t                                    |    4 +-
 t/DiamondSpiral.t                                  |    4 +-
 t/DigitGroups.t                                    |    4 +-
 t/DivisibleColumns.t                               |    4 +-
 t/DragonCurve.t                                    |    4 +-
 t/DragonMidpoint.t                                 |    4 +-
 t/DragonRounded.t                                  |    4 +-
 t/FactorRationals.t                                |    4 +-
 t/FibonacciWordFractal.t                           |    4 +-
 t/File.t                                           |    4 +-
 t/FilledRings.t                                    |    4 +-
 t/Flowsnake.t                                      |    4 +-
 t/FlowsnakeCentres.t                               |    4 +-
 t/GcdRationals.t                                   |    4 +-
 t/GosperIslands.t                                  |    4 +-
 t/GosperSide.t                                     |    4 +-
 t/GrayCode.t                                       |    4 +-
 t/GreekKeySpiral.t                                 |    4 +-
 t/HIndexing.t                                      |    4 +-
 t/HexArms.t                                        |    4 +-
 t/HexSpiral.t                                      |    4 +-
 t/HexSpiralSkewed.t                                |    4 +-
 t/HilbertCurve.t                                   |    4 +-
 t/HilbertSpiral.t                                  |    4 +-
 t/Hypot.t                                          |    4 +-
 t/HypotOctant.t                                    |    4 +-
 t/ImaginaryBase.t                                  |    4 +-
 t/ImaginaryHalf.t                                  |    4 +-
 t/KnightSpiral.t                                   |    4 +-
 t/KochCurve.t                                      |    4 +-
 t/KochPeaks.t                                      |    4 +-
 t/KochSnowflakes.t                                 |    4 +-
 t/KochSquareflakes.t                               |    4 +-
 t/KochelCurve.t                                    |    4 +-
 t/LTiling.t                                        |    4 +-
 t/MultipleRings.t                                  |    4 +-
 t/PeanoCurve.t                                     |    4 +-
 t/PixelRings.t                                     |    4 +-
 t/PyramidRows.t                                    |    4 +-
 t/PythagoreanTree.t                                |    4 +-
 t/QuadricCurve.t                                   |    4 +-
 t/QuadricIslands.t                                 |    4 +-
 t/QuintetCentres.t                                 |    4 +-
 t/QuintetCurve.t                                   |    4 +-
 t/RationalsTree.t                                  |    4 +-
 t/Rows.t                                           |    4 +-
 t/SacksSpiral.t                                    |    4 +-
 t/SierpinskiArrowhead.t                            |    4 +-
 t/SierpinskiArrowheadCentres.t                     |    4 +-
 t/SierpinskiCurve.t                                |    4 +-
 t/SierpinskiCurveStair.t                           |    4 +-
 t/SierpinskiTriangle.t                             |    4 +-
 t/SquareSpiral.t                                   |    4 +-
 t/Staircase.t                                      |    4 +-
 t/StaircaseAlternating.t                           |    4 +-
 t/TerdragonCurve.t                                 |    4 +-
 t/TerdragonMidpoint.t                              |    4 +-
 t/TheodorusSpiral.t                                |    4 +-
 t/TriangularHypot.t                                |    4 +-
 t/UlamWarburton.t                                  |    4 +-
 t/UlamWarburtonQuarter.t                           |    4 +-
 t/VogelFloret.t                                    |    4 +-
 t/WythoffArray.t                                   |    4 +-
 t/ZOrderCurve.t                                    |    4 +-
 t/bigfloat.t                                       |   86 +-
 tools/flowsnake-table.pl                           |   85 +-
 xt/PlanePath-subclasses.t                          |    4 +-
 xt/bigrat.t                                        |  173 ++--
 xt/oeis/ComplexMinus-oeis.t                        |   23 +-
 .../{HilbertSides-oeis.t => ComplexPlus-oeis.t}    |   34 +-
 xt/oeis/DragonCurve-oeis.t                         |  204 ++--
 xt/oeis/Flowsnake-oeis.t                           |   73 +-
 xt/oeis/HilbertSides-oeis.t                        |   41 +-
 xt/oeis/NumSeq-PlanePath-oeis.t                    |    8 +-
 xtools/gp-inline                                   | 1023 --------------------
 xtools/my-check-spelling.sh                        |    4 +-
 xtools/my-pc.sh                                    |    4 +-
 256 files changed, 1670 insertions(+), 2358 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-planepath-perl.git



More information about the Pkg-perl-cvs-commits mailing list