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: 4e4e09679950
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 7c0ec563f123
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 8, 2012

  1. Add note to OPTIMIZE advising the addition of -O0 to -g.

    This addresses SF bug #3465663. When I set OPTIMIZE to
    '-O0 -g', built and installed PDL, and examined a
    segfault-produced core dump in gdb, I get full information
    for the PDL functions (including line numbers for pdlcore.c),
    but of course not for the Perl functions because my Perl was
    not compiled with -g.
    d-lamb committed Jul 8, 2012
    Copy the full SHA
    5ea8022 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2012

  1. Add t/unpdl.t to MANIFEST

    devel-chm committed Jul 9, 2012
    Copy the full SHA
    05c24fb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. Remove PDL::IO::NDF from main distribution

    Now available on CPAN as a separate download. A separate git
    repository is also available.
    timj committed Jul 10, 2012
    Copy the full SHA
    7c0ec56 View commit details
    Browse the repository at this point in the history