The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module XS::Check

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