Fix grammar in srp_verifier.txt
[openssl.git] / util / check-format.pl
2023-09-07 Matt CaswellCopyright year updates
2023-02-08 Dr. David von Oheimbcheck-format.pl: fix statistics on whitespace and nesti...
2023-02-08 Dr. David von Oheimbcheck-format.pl: fix detection of '#ifdef __cplusplus'
2023-02-08 Dr. David von Oheimbcheck-format.pl: fix detection of function body start
2022-09-02 Dr. David von Oheimbcheck-format.pl: improve whitespace reporting on <op>=
2022-09-02 Dr. David von Oheimbcheck-format.pl: further fixes for whitespace reporting...
2022-09-02 Dr. David von Oheimbcheck-format.pl: report #if and #elif with constant...
2022-09-02 Dr. David von Oheimbcheck-format.pl: extend checking into macro bodies...
2022-09-02 Dr. David von Oheimbcheck-format.pl: improve preprocessor directive handlin...
2022-07-20 Dr. David von Oheimbcheck-format.pl: fix detection of missing/extra blank...
2022-07-20 Dr. David von Oheimbcheck-format.pl: fix false positive on 'for(;; stmt)'
2022-07-20 Dr. David von Oheimbcheck-format.pl: improve wording: 'no' -> 'missing...
2022-01-09 Dr. David von Oheimbcheck-format.pl: Fix report on space before ';' and...
2022-01-09 Dr. David von Oheimbcheck-format.pl: Fix report on missing space before...
2022-01-09 Dr. David von Oheimbcheck-format.pl: Fix report on constant on LHS of compa...
2022-01-09 Dr. David von Oheimbcheck_format.pl: Add checks for blank lines within...
2022-01-05 Dimitris ApostolouFix typos
2022-01-04 Dr. David von Oheimbcheck-format.pl: Fix report on constant on LHS of compa...
2021-09-02 a1346054always use the same perl in $PATH
2021-05-20 Dr. David von Oheimbcheck-format.pl: Rename '*-cmt' options '*-comment'
2021-05-20 Dr. David von Oheimbcheck-format.pl: Allow extra space before end-of-line...
2021-05-20 Dr. David von Oheimbcheck-format.pl: Replace 'SPC' and 'spc' by 'space...
2021-05-20 Dr. David von Oheimbcheck-format.pl: Fix false positive on struct/union...
2021-05-20 Dr. David von Oheimbcheck-format.pl: Fix false positive "no SPC before...
2021-05-20 Dr. David von Oheimbcheck-format.pl: Report needless intermediate multiple...
2021-05-20 Dr. David von Oheimbcheck-format.pl: Add check for constant left of compari...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-19 Dr. David von Oheimbutil/check-format.pl: Minor improvements of whitespace...
2020-09-30 Dr. David von Oheimbcheck-format.pl: Allow nested indentation of labels...
2020-09-30 Dr. David von Oheimbcheck-format.pl: Extend exceptions for no SPC after...
2020-09-30 Dr. David von Oheimbcheck-format.pl: Document how to run positive and negat...
2020-07-20 Dr. David von Oheimbcheck-format.pl: Report empty lines only if -s (--slopp...
2020-07-20 Dr. David von Oheimbcheck-format.pl: Add check for essentially empty line...
2020-07-20 Dr. David von Oheimbcheck-format.pl: Add check for multiples essentially...
2020-07-20 Dr. David von Oheimbcheck-format.pl: Allow comment start '/*' after opening...
2020-03-18 Dr. David von Oheimbfix false positive of check-format.pl regarding '#if...
2020-03-18 Dr. David von Oheimbmake util/check-format.pl script executable
2020-03-18 Dr. David von Oheimbfix false positive of check-format.pl reporting '{1...
2020-03-09 Dr. David von OheimbRenew and extend the tool for checking adherence to...