aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-18 15:44:55 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-18 15:44:55 +0000
commit23409c6dd784133f097d88b914e32691c39b94a1 (patch)
tree2ee9b0fbc2774fed19753c843bbf94c7bb5bcaf9 /contrib/ChangeLog
parent9ed784d83fcfc5eb464eb9d95277747b4ec8070d (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223297 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 8276c9866d9..77d766faa8a 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,5 +1,12 @@
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.
+
+2015-05-18 Tom de Vries <tom@codesourcery.com>
+
* check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2015-05-18 Tom de Vries <tom@codesourcery.com>