diff options
author | Yury Gribov <y.gribov@samsung.com> | 2015-01-12 08:40:16 +0000 |
---|---|---|
committer | Yury Gribov <ygribov@gcc.gnu.org> | 2015-01-12 08:40:16 +0000 |
commit | 6e7bdfacf2a5fe99a2d5eb31a860eb2ba681554b (patch) | |
tree | a6e909f2ac0bf4d38ebc1ba1e0bb2434f7511827 /contrib/ChangeLog | |
parent | bc5a0a9c3b373edb101c057d90c34e071393ca11 (diff) | |
download | gcc-6e7bdfacf2a5fe99a2d5eb31a860eb2ba681554b.zip gcc-6e7bdfacf2a5fe99a2d5eb31a860eb2ba681554b.tar.gz gcc-6e7bdfacf2a5fe99a2d5eb31a860eb2ba681554b.tar.bz2 |
check_GNU_style.sh: Support patches coming from stdin.
2015-01-12 Yury Gribov <y.gribov@samsung.com>
* check_GNU_style.sh: Support patches coming from stdin.
Check that spaces are converted to tabs.
Make double-space-after-dot check more precice.
From-SVN: r219447
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index ea34659..1f02d95 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2015-01-12 Yury Gribov <y.gribov@samsung.com> + + * check_GNU_style.sh: Support patches coming from stdin. + Check that spaces are converted to tabs. + Make double-space-after-dot check more precice. + 2015-01-06 Eric Botcazou <ebotcazou@adacore.com> * config-list.mk (LIST): Add visium-elf. |