summaryrefslogtreecommitdiff
path: root/contrib/check_GNU_style.sh
Commit message (Expand)AuthorAgeFilesLines
* [check_GNU_style.sh] More aggressively ignore dg-xxx directivesKyrylo Tkachov2016-10-241-4/+14
* check_GNU_style.sh: Fix paste args for BSDAlan Hayward2016-06-101-1/+1
* check_GNU_style.sh: Avoid false posivies in trailing operator checks.Martin Sebor2016-04-131-2/+3
* Add style checks to check_GNU_style.sh.Martin Sebor2016-03-071-13/+25
* check_GNU_style.sh: Fix quoting in cat_with_prefixTom de Vries2015-07-151-1/+1
* check_GNU_style.sh: Don't do 80 char check line by lineTom de Vries2015-05-181-18/+52
* check_GNU_style.sh: Don't cat empty fileTom de Vries2015-05-181-6/+24
* check_GNU_style.sh: Declare local vars with localTom de Vries2015-05-181-9/+9
* check_GNU_style.sh: Improve readability function callsTom de Vries2015-05-181-3/+4
* check_GNU_style.sh: Fix tab size in 80 characters checkTom de Vries2015-05-121-7/+31
* check_GNU_style.sh: Put stdin into temp fileTom de Vries2015-05-121-2/+9
* check_GNU_style.sh: Read either from stdin, or from filesTom de Vries2015-05-121-6/+16
* check_GNU_style.sh: Check file presenceTom de Vries2015-05-121-0/+7
* check_GNU_style.sh: Don't use filename prefix for one patchTom de Vries2015-05-121-3/+11
* check_GNU_style.sh: Support patches coming from stdin.Yury Gribov2015-01-121-24/+25
* check_GNU_style.sh "80 characters exceeded" error fixMantas Mikaitis2014-12-101-2/+1
* check_GNU_style.sh: Warn for incorrect number of spaces in function call only...Thomas Preud'homme2014-12-041-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* check_GNU_style.sh: Remove temporay file upon exit.Christophe Lyon2012-10-021-0/+4
* Do not print warning messages when there are no occurences.Sebastian Pop2010-09-171-2/+5
* Script to check patches violating the GNU style.Sebastian Pop2010-07-021-0/+117