[libmath-planepath-perl] 01/03: Merge tag 'upstream/108'

Florian Schlichting fsfs at alioth.debian.org
Wed Aug 7 19:22:00 UTC 2013


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

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

commit 2ba0dde3e9ef1f88c324e08512478f6fa015f66d
Merge: bd8d5ed 8053614
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Aug 7 20:42:57 2013 +0200

    Merge tag 'upstream/108'
    
    Upstream version 108

 Changes                                            |   22 +-
 MANIFEST                                           |   18 +-
 META.yml                                           |    2 +-
 SIGNATURE                                          |  580 +++++++------
 devel/c-curve.pl                                   |   51 +-
 devel/cfrac-digits.pl                              |   30 +-
 devel/chan-tree.pl                                 |   73 +-
 devel/complex-minus.pl                             |  269 +++++-
 .../corner-replicate.pl                            |   45 +-
 devel/diagonals.pl                                 |  111 +++
 devel/dragon.pl                                    |  525 ++++++++---
 devel/factor-rationals.pl                          |   20 +-
 devel/fibonacci-word.pl                            |    3 +-
 devel/gcd-rationals.pl                             |   41 +-
 devel/interpolate.pl                               |    7 +-
 .../PlanePath => junk}/FibonacciSquareSpiral.pm    |    0
 devel/koch-squareflakes.pl                         |  105 ++-
 devel/lib/Math/PlanePath/BalancedArray.pm          |    2 +-
 devel/lib/Math/PlanePath/BinaryTerms.pm            |    2 +-
 devel/lib/Math/PlanePath/FibonacciWordKnott.pm     |    2 +-
 devel/lib/Math/PlanePath/FourReplicate.pm          |  147 ++++
 devel/lib/Math/PlanePath/MooreSpiral.pm            |    2 +-
 devel/lib/Math/PlanePath/NxN.pm                    |    2 +-
 devel/lib/Math/PlanePath/NxNinv.pm                 |    2 +-
 devel/lib/Math/PlanePath/NxNvar.pm                 |    2 +-
 devel/lib/Math/PlanePath/ParabolicRows.pm          |    2 +-
 devel/lib/Math/PlanePath/ParabolicRuns.pm          |    2 +-
 devel/lib/Math/PlanePath/PeanoHalf.pm              |    2 +-
 devel/lib/Math/PlanePath/PeanoRounded.pm           |    2 +-
 devel/lib/Math/PlanePath/PeanoVertices.pm          |    2 +-
 devel/lib/Math/PlanePath/PowerRows.pm              |    2 +-
 devel/lib/Math/PlanePath/PyramidReplicate.pm       |    2 +-
 devel/lib/Math/PlanePath/QuintetSide.pm            |    2 +-
 devel/lib/Math/PlanePath/R7DragonCurve.pm          |    2 +-
 devel/lib/Math/PlanePath/SumFractions.pm           |    2 +-
 devel/lib/Math/PlanePath/WythoffDifference.pm      |    2 +-
 devel/lib/Math/PlanePath/WythoffLines.pm           |  418 +++++++++
 .../Math/PlanePath/WythoffPreliminaryTriangle.pm   |   89 +-
 devel/lib/Math/PlanePath/WythoffTriangle.pm        |    2 +-
 devel/lib/Math/PlanePath/ZeckendorfTerms.pm        |    2 +-
 devel/lib/Math/PlanePath/four-replicate.pl         |   73 ++
 .../Math/PlanePath/wythoff-lines.pl}               |   43 +-
 devel/lib/Math/SquareRadical.pm                    |  187 ++++
 .../Math/square-radical.pl}                        |   39 +-
 devel/multiple-rings.pl                            |   43 +-
 devel/numseq.pl                                    |   24 +-
 devel/permutations.pl                              |  411 +++++++--
 devel/pythagorean.pl                               |   28 +
 devel/run.pl                                       |   56 +-
 devel/sierpinski-triangle.pl                       |  105 ++-
 devel/terdragon.pl                                 |   60 +-
 devel/triangule-spiral.pl                          |   63 ++
 devel/ulam-warburton.pl                            |    6 +-
 examples/numbers.pl                                |    4 +
 lib/Math/NumSeq/OEIS/Catalogue/Plugin/PlanePath.pm |  194 ++++-
 lib/Math/NumSeq/PlanePathCoord.pm                  |  658 ++++++++------
 lib/Math/NumSeq/PlanePathDelta.pm                  |  907 +++++++-------------
 lib/Math/NumSeq/PlanePathN.pm                      |  332 ++++---
 lib/Math/NumSeq/PlanePathTurn.pm                   |    4 +-
 lib/Math/PlanePath.pm                              |  665 ++++++++------
 lib/Math/PlanePath/AR2W2Curve.pm                   |   67 +-
 lib/Math/PlanePath/AlternatePaper.pm               |   39 +-
 lib/Math/PlanePath/AlternatePaperMidpoint.pm       |    8 +-
 lib/Math/PlanePath/AnvilSpiral.pm                  |   15 +-
 lib/Math/PlanePath/ArchimedeanChords.pm            |   21 +-
 lib/Math/PlanePath/AztecDiamondRings.pm            |  173 ++--
 lib/Math/PlanePath/Base/Digits.pm                  |    6 +-
 lib/Math/PlanePath/Base/Generic.pm                 |    4 +-
 lib/Math/PlanePath/BetaOmega.pm                    |   22 +-
 lib/Math/PlanePath/CCurve.pm                       |   41 +-
 lib/Math/PlanePath/CellularRule.pm                 |  510 +++++++++--
 lib/Math/PlanePath/CellularRule190.pm              |    9 +-
 lib/Math/PlanePath/CellularRule54.pm               |    4 +-
 lib/Math/PlanePath/CellularRule57.pm               |    6 +-
 lib/Math/PlanePath/CfracDigits.pm                  |   47 +-
 lib/Math/PlanePath/ChanTree.pm                     |  328 ++++---
 lib/Math/PlanePath/CincoCurve.pm                   |    8 +-
 lib/Math/PlanePath/Columns.pm                      |   25 +-
 lib/Math/PlanePath/ComplexMinus.pm                 |  253 ++++--
 lib/Math/PlanePath/ComplexPlus.pm                  |    3 +-
 lib/Math/PlanePath/ComplexRevolving.pm             |    3 +-
 lib/Math/PlanePath/CoprimeColumns.pm               |    6 +-
 lib/Math/PlanePath/Corner.pm                       |   61 +-
 lib/Math/PlanePath/CornerReplicate.pm              |  328 +++++--
 lib/Math/PlanePath/CretanLabyrinth.pm              |    8 +-
 lib/Math/PlanePath/CubicBase.pm                    |    2 +-
 lib/Math/PlanePath/DekkingCentres.pm               |    8 +-
 lib/Math/PlanePath/DekkingCurve.pm                 |   10 +-
 lib/Math/PlanePath/DiagonalRationals.pm            |   13 +-
 lib/Math/PlanePath/Diagonals.pm                    |  166 ++--
 lib/Math/PlanePath/DiagonalsAlternating.pm         |  109 ++-
 lib/Math/PlanePath/DiagonalsOctant.pm              |   23 +-
 lib/Math/PlanePath/DiamondArms.pm                  |   11 +-
 lib/Math/PlanePath/DiamondSpiral.pm                |   19 +-
 lib/Math/PlanePath/DigitGroups.pm                  |    2 +-
 lib/Math/PlanePath/DivisibleColumns.pm             |    4 +-
 lib/Math/PlanePath/DragonCurve.pm                  |   52 +-
 lib/Math/PlanePath/DragonMidpoint.pm               |   11 +-
 lib/Math/PlanePath/DragonRounded.pm                |    8 +-
 lib/Math/PlanePath/FactorRationals.pm              |  307 +++++--
 lib/Math/PlanePath/FibonacciWordFractal.pm         |   26 +-
 lib/Math/PlanePath/File.pm                         |    2 +-
 lib/Math/PlanePath/FilledRings.pm                  |   39 +-
 lib/Math/PlanePath/Flowsnake.pm                    |    2 +-
 lib/Math/PlanePath/FlowsnakeCentres.pm             |    8 +-
 lib/Math/PlanePath/FractionsTree.pm                |   27 +-
 lib/Math/PlanePath/GcdRationals.pm                 |   40 +-
 lib/Math/PlanePath/GosperIslands.pm                |   14 +-
 lib/Math/PlanePath/GosperReplicate.pm              |    2 +-
 lib/Math/PlanePath/GosperSide.pm                   |    8 +-
 lib/Math/PlanePath/GrayCode.pm                     |   22 +-
 lib/Math/PlanePath/GreekKeySpiral.pm               |    8 +-
 lib/Math/PlanePath/HIndexing.pm                    |   17 +-
 lib/Math/PlanePath/HeptSpiralSkewed.pm             |  245 ++++--
 lib/Math/PlanePath/HexArms.pm                      |    8 +-
 lib/Math/PlanePath/HexSpiral.pm                    |   12 +-
 lib/Math/PlanePath/HexSpiralSkewed.pm              |   15 +-
 lib/Math/PlanePath/HilbertCurve.pm                 |    8 +-
 lib/Math/PlanePath/HilbertSpiral.pm                |    8 +-
 lib/Math/PlanePath/Hypot.pm                        |    2 +-
 lib/Math/PlanePath/HypotOctant.pm                  |   11 +-
 lib/Math/PlanePath/ImaginaryBase.pm                |    2 +-
 lib/Math/PlanePath/ImaginaryHalf.pm                |    5 +-
 lib/Math/PlanePath/KnightSpiral.pm                 |   84 +-
 lib/Math/PlanePath/KochCurve.pm                    |    6 +-
 lib/Math/PlanePath/KochPeaks.pm                    |    7 +-
 lib/Math/PlanePath/KochSnowflakes.pm               |   32 +-
 lib/Math/PlanePath/KochSquareflakes.pm             |   49 +-
 lib/Math/PlanePath/KochelCurve.pm                  |   35 +-
 lib/Math/PlanePath/LTiling.pm                      |    6 +-
 lib/Math/PlanePath/MPeaks.pm                       |   51 +-
 lib/Math/PlanePath/MultipleRings.pm                |   32 +-
 lib/Math/PlanePath/OctagramSpiral.pm               |  113 ++-
 lib/Math/PlanePath/PeanoCurve.pm                   |   24 +-
 lib/Math/PlanePath/PentSpiral.pm                   |  212 +++--
 lib/Math/PlanePath/PentSpiralSkewed.pm             |  154 ++--
 lib/Math/PlanePath/PixelRings.pm                   |    8 +-
 lib/Math/PlanePath/PowerArray.pm                   |   11 +-
 lib/Math/PlanePath/PyramidRows.pm                  |   36 +-
 lib/Math/PlanePath/PyramidSides.pm                 |   59 +-
 lib/Math/PlanePath/PyramidSpiral.pm                |  207 ++---
 lib/Math/PlanePath/PythagoreanTree.pm              |   30 +-
 lib/Math/PlanePath/QuadricCurve.pm                 |   15 +-
 lib/Math/PlanePath/QuadricIslands.pm               |   17 +-
 lib/Math/PlanePath/QuintetCentres.pm               |    7 +-
 lib/Math/PlanePath/QuintetCurve.pm                 |    8 +-
 lib/Math/PlanePath/QuintetReplicate.pm             |    2 +-
 lib/Math/PlanePath/R5DragonCurve.pm                |    6 +-
 lib/Math/PlanePath/R5DragonMidpoint.pm             |    8 +-
 lib/Math/PlanePath/RationalsTree.pm                |   51 +-
 lib/Math/PlanePath/Rows.pm                         |   25 +-
 lib/Math/PlanePath/SacksSpiral.pm                  |    2 +-
 lib/Math/PlanePath/SierpinskiArrowhead.pm          |   53 +-
 lib/Math/PlanePath/SierpinskiArrowheadCentres.pm   |   19 +-
 lib/Math/PlanePath/SierpinskiCurve.pm              |   18 +-
 lib/Math/PlanePath/SierpinskiCurveStair.pm         |    8 +-
 lib/Math/PlanePath/SierpinskiTriangle.pm           |  230 +++--
 lib/Math/PlanePath/SquareArms.pm                   |    8 +-
 lib/Math/PlanePath/SquareReplicate.pm              |    5 +-
 lib/Math/PlanePath/SquareSpiral.pm                 |   19 +-
 lib/Math/PlanePath/Staircase.pm                    |  132 +--
 lib/Math/PlanePath/StaircaseAlternating.pm         |   97 ++-
 lib/Math/PlanePath/TerdragonCurve.pm               |   17 +-
 lib/Math/PlanePath/TerdragonMidpoint.pm            |   14 +-
 lib/Math/PlanePath/TerdragonRounded.pm             |    8 +-
 lib/Math/PlanePath/TheodorusSpiral.pm              |    7 +-
 lib/Math/PlanePath/TriangleSpiral.pm               |    6 +-
 lib/Math/PlanePath/TriangleSpiralSkewed.pm         |   45 +-
 lib/Math/PlanePath/TriangularHypot.pm              |    2 +-
 lib/Math/PlanePath/UlamWarburton.pm                |   47 +-
 lib/Math/PlanePath/UlamWarburtonQuarter.pm         |   11 +-
 lib/Math/PlanePath/VogelFloret.pm                  |    3 +-
 lib/Math/PlanePath/WunderlichMeander.pm            |   10 +-
 lib/Math/PlanePath/WunderlichSerpentine.pm         |   16 +-
 lib/Math/PlanePath/WythoffArray.pm                 |   66 +-
 lib/Math/PlanePath/ZOrderCurve.pm                  |    3 +-
 t/AlternatePaper.t                                 |    2 +-
 t/AlternatePaperMidpoint.t                         |    2 +-
 t/AnvilSpiral.t                                    |    2 +-
 t/ArchimedeanChords.t                              |   58 +-
 t/AztecDiamondRings.t                              |    2 +-
 t/Base-Digits.t                                    |   34 +-
 t/BetaOmeta.t                                      |    2 +-
 t/CCurve.t                                         |    2 +-
 t/CellularRule.t                                   |    2 +-
 t/CellularRule190.t                                |    2 +-
 t/CfracDigits.t                                    |    2 +-
 t/ChanTree.t                                       |    2 +-
 t/CincoCurve.t                                     |    2 +-
 t/Columns.t                                        |    2 +-
 t/ComplexMinus.t                                   |    2 +-
 t/CoprimeColumns.t                                 |    2 +-
 t/Corner.t                                         |    2 +-
 t/CornerReplicate.t                                |    2 +-
 t/CubicBase.t                                      |    2 +-
 t/DekkingCurve.t                                   |    2 +-
 t/DiagonalRationals.t                              |    2 +-
 t/Diagonals.t                                      |    2 +-
 t/DiamondArms.t                                    |    2 +-
 t/DiamondSpiral.t                                  |    2 +-
 t/DigitGroups.t                                    |    2 +-
 t/DivisibleColumns.t                               |    2 +-
 t/DragonCurve.t                                    |    2 +-
 t/DragonMidpoint.t                                 |    2 +-
 t/DragonRounded.t                                  |    2 +-
 t/FactorRationals.t                                |    2 +-
 t/FibonacciWordFractal.t                           |    2 +-
 t/File.t                                           |    2 +-
 t/FilledRings.t                                    |    4 +-
 t/Flowsnake.t                                      |    2 +-
 t/FlowsnakeCentres.t                               |    2 +-
 t/GcdRationals.t                                   |    2 +-
 t/GosperIslands.t                                  |    2 +-
 t/GosperSide.t                                     |    2 +-
 t/GrayCode.t                                       |    2 +-
 t/GreekKeySpiral.t                                 |    2 +-
 t/HIndexing.t                                      |    2 +-
 t/HexArms.t                                        |    2 +-
 t/HexSpiral.t                                      |    2 +-
 t/HexSpiralSkewed.t                                |    2 +-
 t/HilbertCurve.t                                   |    2 +-
 t/HilbertSpiral.t                                  |    2 +-
 t/Hypot.t                                          |    2 +-
 t/HypotOctant.t                                    |    2 +-
 t/ImaginaryBase.t                                  |    2 +-
 t/ImaginaryHalf.t                                  |    2 +-
 t/KnightSpiral.t                                   |    2 +-
 t/KochCurve.t                                      |    2 +-
 t/KochPeaks.t                                      |    2 +-
 t/KochSnowflakes.t                                 |    2 +-
 t/KochSquareflakes.t                               |    2 +-
 t/KochelCurve.t                                    |    2 +-
 t/LTiling.t                                        |    2 +-
 t/MultipleRings.t                                  |    2 +-
 t/PeanoCurve.t                                     |    2 +-
 t/PixelRings.t                                     |    2 +-
 t/PlanePath.t                                      |   15 +-
 t/PyramidRows.t                                    |    2 +-
 t/PythagoreanTree.t                                |    2 +-
 t/QuadricCurve.t                                   |    2 +-
 t/QuintetCentres.t                                 |    2 +-
 t/QuintetCurve.t                                   |    2 +-
 t/RationalsTree.t                                  |    2 +-
 t/Rows.t                                           |    2 +-
 t/SacksSpiral.t                                    |    2 +-
 t/SierpinskiArrowhead.t                            |    2 +-
 t/SierpinskiArrowheadCentres.t                     |    2 +-
 t/SierpinskiCurve.t                                |    2 +-
 t/SierpinskiCurveStair.t                           |    2 +-
 t/SierpinskiTriangle.t                             |    2 +-
 t/SquareSpiral.t                                   |    2 +-
 t/Staircase.t                                      |    4 +-
 t/StaircaseAlternating.t                           |    4 +-
 t/TerdragonCurve.t                                 |    2 +-
 t/TerdragonMidpoint.t                              |    2 +-
 t/TheodorusSpiral.t                                |    2 +-
 t/TriangularHypot.t                                |    2 +-
 t/UlamWarburton.t                                  |    2 +-
 t/UlamWarburtonQuarter.t                           |    2 +-
 t/VogelFloret.t                                    |    2 +-
 t/WythoffArray.t                                   |    2 +-
 t/ZOrderCurve.t                                    |    2 +-
 tools/ar2w2-curve-table.pl                         |   14 +-
 tools/beta-omega-table.pl                          |   68 +-
 tools/cellular-rule-limits.pl                      |  344 ++++++++
 tools/gallery.pl                                   |  169 ++--
 xt/MyOEIS.pm                                       |  191 ++++-
 xt/PlanePath-subclasses.t                          |  800 ++++++++++++-----
 xt/bigrat.t                                        |    5 +-
 ...eRings-oeis.t => AlternatePaperMidpoint-oeis.t} |   21 +-
 xt/oeis/CCurve-oeis.t                              |   32 +
 xt/oeis/ComplexMinus-oeis.t                        |   55 ++
 xt/oeis/Corner-oeis.t                              |   66 ++
 xt/oeis/Diagonals-oeis.t                           |   35 +
 xt/oeis/DiagonalsOctant-oeis.t                     |   41 +-
 xt/oeis/DragonMidpoint-oeis.t                      |   40 +-
 xt/oeis/FactorRationals-oeis.t                     |   30 +
 xt/oeis/{MultipleRings-oeis.t => HIndexing-oeis.t} |   18 +-
 xt/oeis/MultipleRings-oeis.t                       |   22 +-
 xt/oeis/NumSeq-PlanePath-oeis.t                    |   10 +-
 ...{MultipleRings-oeis.t => OctagramSpiral-oeis.t} |   19 +-
 .../{MultipleRings-oeis.t => PentSpiral-oeis.t}    |   18 +-
 xt/oeis/PowerArray-oeis.t                          |   56 ++
 xt/oeis/PyramidRows-oeis.t                         |   16 +
 .../{MultipleRings-oeis.t => QuadricCurve-oeis.t}  |   21 +-
 xt/oeis/SierpinskiCurve-oeis.t                     |   19 +
 xt/oeis/SquareSpiral-oeis.t                        |   66 ++
 xt/oeis/{MultipleRings-oeis.t => Staircase-oeis.t} |   22 +-
 xt/oeis/TerdragonCurve-oeis.t                      |   35 +-
 xt/oeis/UlamWarburton-oeis.t                       |   17 +-
 xt/oeis/WythoffArray-oeis.t                        |   15 -
 xt/pod-lists.t                                     |    1 +
 xt/slow/NumSeq-PlanePathCoord.t                    |  491 ++++++-----
 293 files changed, 10425 insertions(+), 4521 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