index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
check-format.pl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
check-format.pl: do checks regarding statement/block after for() also on {OSS...
Dr. David von Oheimb
2024-09-24
1
-7
/
+7
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Modify check-format to match line length coding style
Neil Horman
2024-07-11
1
-8
/
+9
*
check_format.pl: fix detection of 'if' with single stmt in braces without 'else'
Dr. David von Oheimb
2024-07-08
1
-4
/
+7
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
check-format.pl: fix statistics on whitespace and nesting issues
Dr. David von Oheimb
2023-02-08
1
-3
/
+3
*
check-format.pl: fix detection of '#ifdef __cplusplus'
Dr. David von Oheimb
2023-02-08
1
-1
/
+1
*
check-format.pl: fix detection of function body start
Dr. David von Oheimb
2023-02-08
1
-3
/
+3
*
check-format.pl: improve whitespace reporting on <op>=
Dr. David von Oheimb
2022-09-02
1
-2
/
+8
*
check-format.pl: further fixes for whitespace reporting within 'for (...)'
Dr. David von Oheimb
2022-09-02
1
-5
/
+9
*
check-format.pl: report #if and #elif with constant condition; improve checks...
Dr. David von Oheimb
2022-09-02
1
-5
/
+5
*
check-format.pl: extend checking into macro bodies; small further improvements
Dr. David von Oheimb
2022-09-02
1
-59
/
+133
*
check-format.pl: improve preprocessor directive handling; re-order state vari...
Dr. David von Oheimb
2022-09-02
1
-44
/
+51
*
check-format.pl: fix detection of missing/extra blank lines in local decls
Dr. David von Oheimb
2022-07-20
1
-13
/
+15
*
check-format.pl: fix false positive on 'for(;; stmt)'
Dr. David von Oheimb
2022-07-20
1
-0
/
+1
*
check-format.pl: improve wording: 'no' -> 'missing'; further minor improvements
Dr. David von Oheimb
2022-07-20
1
-27
/
+28
*
check-format.pl: Fix report on space before ';' and allow it after ')'
Dr. David von Oheimb
2022-01-09
1
-1
/
+1
*
check-format.pl: Fix report on missing space before +/-: allow, e.g., '1e-6'
Dr. David von Oheimb
2022-01-09
1
-2
/
+2
*
check-format.pl: Fix report on constant on LHS of comparison/assignment
Dr. David von Oheimb
2022-01-09
1
-1
/
+2
*
check_format.pl: Add checks for blank lines within/after local decls
Dr. David von Oheimb
2022-01-09
1
-22
/
+49
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-4
/
+4
*
check-format.pl: Fix report on constant on LHS of comparison or assignment
Dr. David von Oheimb
2022-01-04
1
-1
/
+1
*
always use the same perl in $PATH
a1346054
2021-09-02
1
-1
/
+1
*
check-format.pl: Rename '*-cmt' options '*-comment'
Dr. David von Oheimb
2021-05-20
1
-22
/
+22
*
check-format.pl: Allow extra space before end-of-line comments unless -e|--eo...
Dr. David von Oheimb
2021-05-20
1
-18
/
+22
*
check-format.pl: Replace 'SPC' and 'spc' by 'space' in reports and option names
Dr. David von Oheimb
2021-05-20
1
-37
/
+37
*
check-format.pl: Fix false positive on struct/union/enum in func return type
Dr. David von Oheimb
2021-05-20
1
-4
/
+6
*
check-format.pl: Fix false positive "no SPC before binary '*'" for '!*'
Dr. David von Oheimb
2021-05-20
1
-1
/
+1
*
check-format.pl: Report needless intermediate multiple SPC only on -e or --ex...
Dr. David von Oheimb
2021-05-20
1
-21
/
+27
*
check-format.pl: Add check for constant left of comparison operator
Dr. David von Oheimb
2021-05-20
1
-1
/
+6
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
util/check-format.pl: Minor improvements of whitespace checks
Dr. David von Oheimb
2021-01-19
1
-6
/
+6
*
check-format.pl: Allow nested indentation of labels (not only at line pos 1)
Dr. David von Oheimb
2020-09-30
1
-1
/
+1
*
check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'
Dr. David von Oheimb
2020-09-30
1
-1
/
+2
*
check-format.pl: Document how to run positive and negative self-tests
Dr. David von Oheimb
2020-09-30
1
-0
/
+4
*
check-format.pl: Report empty lines only if -s (--sloppy-spc) is not used
Dr. David von Oheimb
2020-07-20
1
-3
/
+3
*
check-format.pl: Add check for essentially empty line at beginning of file
Dr. David von Oheimb
2020-07-20
1
-1
/
+3
*
check-format.pl: Add check for multiples essentially empty lines in a row
Dr. David von Oheimb
2020-07-20
1
-1
/
+5
*
check-format.pl: Allow comment start '/*' after opening '(','[','{'
Dr. David von Oheimb
2020-07-20
1
-7
/
+9
*
fix false positive of check-format.pl regarding '#if' on preceding line; exte...
Dr. David von Oheimb
2020-03-18
1
-1
/
+1
*
make util/check-format.pl script executable
Dr. David von Oheimb
2020-03-18
1
-0
/
+0
*
fix false positive of check-format.pl reporting '{1 stmt}' after multi-line '...
Dr. David von Oheimb
2020-03-18
1
-1
/
+2
*
Renew and extend the tool for checking adherence to C coding style rules
Dr. David von Oheimb
2020-03-09
1
-0
/
+1118