summaryrefslogtreecommitdiff
path: root/contrib/check_GNU_style.sh
Commit message (Collapse)AuthorAgeFilesLines
* 2015-01-12 Yury Gribov <y.gribov@samsung.com>ygribov2015-01-121-24/+25
| | | | | | | | | * check_GNU_style.sh: Support patches coming from stdin. Check that spaces are converted to tabs. Make double-space-after-dot check more precice. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219447 138bc75d-0d04-0410-961f-82ee72b054a4
* check_GNU_style.sh "80 characters exceeded" error fixalalaw012014-12-101-2/+1
| | | | | | | | | | | 2014-12-10 Mantas Mikaitis <mantas.mikaitis@arm.com> * contrib/check_GNU_style.sh (col): Got rid of cut operation from the pipe chain and instead added cut inside awk command. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218575 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-12-041-1/+1
| | | | | | | | contrib/ * check_GNU_style.sh: Warn for incorrect number of spaces in function call only if 0 or 2+ spaces found. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218382 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-10-02 Christophe Lyon <christophe.lyon@linaro.org>clyon2012-10-021-0/+4
| | | | | | | | | * check_GNU_style.sh: Remove temporay file upon exit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191954 138bc75d-0d04-0410-961f-82ee72b054a4
* Do not print warning messages when there are no occurences.spop2010-09-171-2/+5
| | | | | | | | | 2010-07-02 Sebastian Pop <sebastian.pop@amd.com> * check_GNU_style.sh: Do not print warning messages when there are no occurences. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164378 138bc75d-0d04-0410-961f-82ee72b054a4
* Script to check patches violating the GNU style.spop2010-07-021-0/+117
2010-07-02 Sebastian Pop <sebastian.pop@amd.com> * check_GNU_style.sh: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161729 138bc75d-0d04-0410-961f-82ee72b054a4