v1.3.1-12
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
- Remove SET_TYPEOF by @mattfidler in #16
- Remove binary linkage to all reverse deps by @mattfidler in #17
- STRICT_R_HEADERS by @mattfidler in #18
Full Changelog: v1.3.1-11...v1.3.1-12