clang-format: split content of a list to multiple lines
[gcc.git] / contrib / ChangeLog
index edcf6b74cb0888ce34122f00081c5803ab0344a7..1ad0aa56c7c8be99f8146a123a7dfbc33aaa1037 100644 (file)
@@ -1,3 +1,152 @@
+2015-11-20  Martin Liska  <mliska@suse.cz>
+
+       * clang-format: Split content of a list to multiple
+       lines.
+
+2015-11-19  Martin Liska  <mliska@suse.cz>
+
+       * clang-format: Enhance list of FOR_EACH macros.
+
+2015-11-19  Martin Liska  <mliska@suse.cz>
+
+       * clang-format: New file.
+
+2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
+
+       * header-tools: New.  Directory containing a set of tools for
+       manipulating header files.
+
+2015-10-30  Nathan Sidwell  <nathan@acm.org>
+
+       * config-list.mk (nvptx-none): Add it.
+
+2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+       * download_prerequisites: Make sure that script is run from
+       top level source directory.
+
+2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * update-copyright.py (GCCCmdLine): Add libvtv.
+
+2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       * texi2pod.pl: Escape braces in regexp involving @strong{...}.
+
+2015-07-15  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh (cat_with_prefix): Fix quoting.
+
+2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
+
+       * test_installed (--target=): New option.
+
+2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
+
+       * gimple.vim: New file.
+
+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>
+
+       * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
+
+2015-05-18  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Improve readability function calls.
+
+2015-05-16  James Bowman  <james.bowman@ftdichip.com>
+
+       * config-list.mk: Add FT32.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh (col): Fix tab size.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Put stdin into a temp file.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Read either from stdin, or from files.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Check if files exists.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Don't use a filename prefix if we're only
+       processing one patch file.
+
+2015-05-12  Yury Gribov  <y.gribov@samsung.com>
+
+       * mklog: Ignore preprocessor directives.
+
+2015-04-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * gennews (files): Add files for GCC 5.
+
+2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * dg-extract-results.sh: Check that the necessary python modules exist.
+
+2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
+
+       * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
+       liboffloadmic/plugin.
+
+2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * update-copyright.py (Copyright.__init__): Add a regexp for
+       "copyright = u'".
+       (Copyright.update_copyright): Don't add a space before the year
+       in that case.
+
+2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gcc_update (files_and_dependencies): Update rules for new
+       libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
+
+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.
+
+2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * config-list.mk: Use shortest match for OPT to find the actual
+       target name.
+
+2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * dg-extract-results.sh: Use --text with grep to avoid issues with
+       binary files.  Fall back to cat -v, if that doesn't work.
+
+2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+       * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
+
+2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
+           Yury Gribov  <y.gribov@samsung.com>
+
+       * vimrc: New file.
+
 2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * check_GNU_style.sh: Warn for incorrect number of spaces in function
 
 2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
 
-       * mklog: Symbol '}' stops search for changes.  
+       * mklog: Symbol '}' stops search for changes.
 
 2014-11-11  Tobias Burnus  <burnus@net-b.de>
 
 
 2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
 
-       * mklog: Always doubt in functions.  
-       Add EOF protection.  
+       * mklog: Always doubt in functions.
+       Add EOF protection.
 
 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
 
 
 2012-05-31  Marek Polacek  <polacek@redhat.com>
 
-       * mklog: Prevent printing three spaces after the date.
+       * mklog: Prevent printing three spaces after the date.
 
 2012-06-04   Diego Novillo  <dnovillo@google.com>
 
 
 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
 
-       * compare-debug (Darwin): Remove '-x' flag from ld-based object
-       stripping.  Add a comment as to why we do it this way.
+       * compare-debug (Darwin): Remove '-x' flag from ld-based object
+       stripping.  Add a comment as to why we do it this way.
 
 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>