check_GNU_style.sh: Don't do 80 char check line by line
authorTom de Vries <tom@codesourcery.com>
Mon, 18 May 2015 15:44:55 +0000 (15:44 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 18 May 2015 15:44:55 +0000 (15:44 +0000)
commit323eb6e3cf61d6810d9aabfcf315047550373e00
tree2ee9b0fbc2774fed19753c843bbf94c7bb5bcaf9
parent0454e698401a3ec49700e59855e44493ab9fdbdb
check_GNU_style.sh: Don't do 80 char check line by line

2015-05-18  Tom de Vries  <tom@codesourcery.com>

* check_GNU_style.sh: Add temp files tmp2 and tmp3.
(cat_with_prefix): New function, using global variable prefix.
(col): Make prefix a global variable. Rewrite to process file at a time
rather than line at a time.  Print part longer than 80 chars in red.

From-SVN: r223297
contrib/ChangeLog
contrib/check_GNU_style.sh