Navigation Menu

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: f51309ea89eb^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: f06ae901cf79
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 9, 2016

  1. HDF: add mfhdf.h to list of #included header files.

    A few functions (SDstart ... SDend) did not have function prototypes
    in hdf.h, this other header file was necessary.
    d-lamb committed Jun 9, 2016
    Copy the full SHA
    f51309e View commit details
    Browse the repository at this point in the history
  2. add PDL_INVALID to the pdl_datatypes enum list.

    The list is generated by Types.pm.PL, but gets put into pdl.h and
    pdlsimple.h. This was motivated by code in Bad.c that assigns to
    a variable of type pdl_datatypes the value -1 (in some error condition
    that is unlikely to be reached). This jives with the ANYVAL_FROM_CTYPE
    macro in pdl.h.  Thanks to Chris Marshall and David Mertens for the
    pointers.  See pdl-devel 2016-05-05 discussion.
    d-lamb committed Jun 9, 2016
    Copy the full SHA
    f06ae90 View commit details
    Browse the repository at this point in the history