NEWS.md
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.
Changed gram.c to handle NULL strings without printing them (as requested by CRAN)
Changed util.c to avoid security warnings for error/warnings in R (as requested by CRAN)
Parsing errors during dparser() evaluation now give the line number for the error.
Initialized version string to zero length string to fix valgrind issues
Change flags to suppress false positive memory leaks (might be lost errors)
system() instead of do.call("system",...)
stderr and stdout