summaryrefslogtreecommitdiffstats
path: root/util/check-format.pl
AgeCommit message (Expand)Author
2020-09-30check-format.pl: Allow nested indentation of labels (not only at line pos 1)Dr. David von Oheimb
2020-09-30check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'Dr. David von Oheimb
2020-09-30check-format.pl: Document how to run positive and negative self-testsDr. David von Oheimb
2020-07-20check-format.pl: Report empty lines only if -s (--sloppy-spc) is not usedDr. David von Oheimb
2020-07-20check-format.pl: Add check for essentially empty line at beginning of fileDr. David von Oheimb
2020-07-20check-format.pl: Add check for multiples essentially empty lines in a rowDr. David von Oheimb
2020-07-20check-format.pl: Allow comment start '/*' after opening '(','[','{'Dr. David von Oheimb
2020-03-18fix false positive of check-format.pl regarding '#if' on preceding line; exte...Dr. David von Oheimb
2020-03-18make util/check-format.pl script executableDr. David von Oheimb
2020-03-18fix false positive of check-format.pl reporting '{1 stmt}' after multi-line '...Dr. David von Oheimb
2020-03-09Renew and extend the tool for checking adherence to C coding style rulesDr. David von Oheimb