Revision history for Perl module XS::Check 0.14 2023-07-24 - Remove errors from testing module, for future Perls (HAARG) 0.13 2021-05-26 - Document additions of version 0.12 - Add #elif to allowed preprocessor statements 0.12 2021-05-09 - Warn to specify byte or utf8 with SvPV 0.11 2020-12-27 - Documentation work - Skip more C preprocessor commands - Add options to the checkxs script 0.10 2020-12-26 - Check that one is added to av_len 0.09 2020-12-25 - Insist on whitespace before # comments - Warn about dereferencing of av_fetch and hv_fetch 0.08 2017-08-28 - Internal changes (strip_comments moved to C::Tokenize) - "set_file" method to set the name of the file where errors are reported - Better suggestions for malloc/calloc/free replacements 0.07 2017-08-28 - Don't reject valid C (void) arguments - Callback for reporting errors 0.06 2017-08-26 - Check for (void) arguments 0.05 2017-08-22 - Correct variable names - Add a check for the "Perl_" prefix 0.04 2017-08-22 - Remove author tests 0.03 2017-08-22 - C comments are now ignored - Better check of types of variables 0.02 2017-08-17 - Dependencies corrected 0.01 2017-08-16 - Initial version