Skip to content

v1.3.1-12

Compare
Choose a tag to compare
@mattfidler mattfidler released this 12 Oct 15:54

dparser 1.3.1-12

  • Changed language access to not use SET_TYPEOF (as required by CRAN)

  • Changed compilation to use strict headers, as requested by CRAN.

  • Changed interface so that functional changes will not cause
    segmentation faults when other libraries are not recompiled against
    this library (removed binary linkage). However changes to the
    dparser parsing C structures will likely cause a segmentation fault.
    Since the structures have not changed very much over time, but CRAN
    requests small changes to the functions frequently, this will
    probably be sufficient for most cases.

What's Changed

Full Changelog: v1.3.1-11...v1.3.1-12