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: 1e627e08e536
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 8c6230029ae2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 24, 2016

  1. Only define deprecated gsl_sf_legendre functions if using GSL<2.0.

    Otherwise when use'ing PDL::GSLSF::LEGENDRE with PERL_DL_NONLAZY=1
    (as in 'make test') it would complain about undefined symbols (as
    it should).
    d-lamb committed Apr 24, 2016
    Copy the full SHA
    cf88f2f View commit details
    Browse the repository at this point in the history
  2. Load all GSLSF modules in t/gsl_sf.t; add 2 test for Legendre module.

    At least by loading the modules we will get a test failure later if
    some function we provide bindings for has been deprecated.
    d-lamb committed Apr 24, 2016
    Copy the full SHA
    8c62300 View commit details
    Browse the repository at this point in the history