Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: 8db4227dea31
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 051051781455
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 13, 2015

  1. Add $PDL::indxformat for PDL_Indx

    This avoids loss of significance when 64bit PDL_Indx
    values are printed.
    devel-chm committed Nov 13, 2015
    Copy the full SHA
    2a27f33 View commit details
    Browse the repository at this point in the history
  2. Make new_pdl_from_string() avoid converting IV values to NVs

    This allows pdl(indx, '[ 9007199254740992 ]') to work
    without rounding due to the 52bit double precision
    mantissa versus the 63bits + sign for PDL_Indx.
    devel-chm committed Nov 13, 2015
    Copy the full SHA
    5db7c89 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. Add type support info to pdl() constructor

    I can't believe this hasn't been documented already.
    devel-chm committed Nov 14, 2015
    Copy the full SHA
    0510517 View commit details
    Browse the repository at this point in the history