aboutsummaryrefslogtreecommitdiff
path: root/contrib/check_GNU_style.py
AgeCommit message (Collapse)Author
2017-05-29check_GNU_style.py: Read stdin if file argument is '-'vries
2017-05-29 Tom de Vries <tom@codesourcery.com> * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as file handle. Add and handle file_encoding argument. * check_GNU_style.py (main): Handle '-' file argument. Call check_GNU_style_file with file handle as argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248555 138bc75d-0d04-0410-961f-82ee72b054a4
2017-05-24check_GNU_style.py: print usage if no file specifiedvries
2017-05-24 Tom de Vries <tom@codesourcery.com> * check_GNU_style_lib.py: New file, factored out of ... * check_GNU_style.py: ... here. Call main unconditionally. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248403 138bc75d-0d04-0410-961f-82ee72b054a4
2017-05-19Make the script executable.marxin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248282 138bc75d-0d04-0410-961f-82ee72b054a4
2017-05-19Introduce new check_GNU_style.py script.marxin
2017-05-19 Martin Liska <mliska@suse.cz> * check_GNU_style.py: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248281 138bc75d-0d04-0410-961f-82ee72b054a4