From patchwork Sun Jul 11 20:34:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Remove extraneous whitespace in gcc-4.*/changes.html Date: Sun, 11 Jul 2010 10:34:40 -0000 From: Gerald Pfeifer X-Patchwork-Id: 58547 Message-Id: To: gcc-patches@gcc.gnu.org I noticed this in a patch one of these days and figured I'd just change it across the board to minimize additional cases introduced by reuse. Committed (yesterday). Gerald Index: gcc-4.0/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v retrieving revision 1.57 diff -u -r1.57 changes.html --- gcc-4.0/changes.html 25 Jan 2009 20:57:09 -0000 1.57 +++ gcc-4.0/changes.html 10 Jul 2010 20:13:11 -0000 @@ -66,7 +66,7 @@ platforms. Most users will be totally unaffected. However, if you are accustomed to editing the specs file yourself, you will now have to use the -dumpspecs option to - generate the specs file, and then edit the resulting file. + generate the specs file, and then edit the resulting file.

General Optimizer Improvements

@@ -337,7 +337,7 @@ javax.print.event, and javax.xml -
  • Updated SAX and DOM, and imported GNU JAXP
  • +
  • Updated SAX and DOM, and imported GNU JAXP
  • Index: gcc-4.1/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/changes.html,v retrieving revision 1.26 diff -u -r1.26 changes.html --- gcc-4.1/changes.html 25 Jan 2009 20:57:09 -0000 1.26 +++ gcc-4.1/changes.html 10 Jul 2010 20:13:12 -0000 @@ -232,7 +232,7 @@
  • Various algorithms have been rewritten (e.g., replace), the code streamlined and simple optimizations added.
  • Option 3 of DR 431 is implemented for both available bases, thus - improving the support for stateful allocators.
  • + improving the support for stateful allocators.
  • As usual, many bugs have been fixed (e.g., libstdc++/13583, libstdc++/23953) and LWG resolutions put into effect for the first Index: gcc-4.2/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/changes.html,v retrieving revision 1.38 diff -u -r1.38 changes.html --- gcc-4.2/changes.html 8 Nov 2009 17:44:29 -0000 1.38 +++ gcc-4.2/changes.html 10 Jul 2010 20:13:13 -0000 @@ -229,18 +229,18 @@ consolidated and enabled with the single macro, _GLIBCXX_DEBUG. See PR 26142 for more information.
  • -
  • Added extensions for type traits: +
  • Added extensions for type traits: __conditional_type, __numeric_traits, __add_unsigned, __removed_unsigned, __enable_if.
  • -
  • Added a typelist implementation for compile-time +
  • Added a typelist implementation for compile-time meta-programming. Elements for typelist construction and operation can be found within namespace __gnu_cxx::typelist.
  • -
  • Added a new allocator, __gnu_cxx::throw_allocator, for +
  • Added a new allocator, __gnu_cxx::throw_allocator, for testing exception-safety.
  • -
  • Enabled library-wide visibility control, allowing +
  • Enabled library-wide visibility control, allowing -fvisibility to be used.
  • -
  • Consolidated all nested namespaces and the +
  • Consolidated all nested namespaces and the conversion of __gnu_internal implementation-private details to anonymous namespaces whenever possible.
  • Implemented LWG resolutions DR 431 and DR 538.
  • @@ -343,7 +343,7 @@

    HPPA

    Index: gcc-4.3/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v retrieving revision 1.122 diff -u -r1.122 changes.html --- gcc-4.3/changes.html 22 May 2010 17:39:54 -0000 1.122 +++ gcc-4.3/changes.html 10 Jul 2010 20:13:14 -0000 @@ -207,7 +207,7 @@ replaces several slower transformations, resulting in compile-time improvements as well as better code generation in some cases. -
  • A new command-line switch -frecord-gcc-switches has been +
  • A new command-line switch -frecord-gcc-switches has been added to GCC, although it is only enabled for some targets. The switch causes the command line that was used to invoke the compiler to be recorded into the object file that is being created. The exact format of this @@ -397,21 +397,21 @@
    • Experimental support for the upcoming ISO C++ standard, C++0x.
    • -
    • Support for TR1 mathematical special functions and regular +
    • Support for TR1 mathematical special functions and regular expressions. (Implementation status of TR1)
    • -
    • Default what implementations give more elaborate +
    • Default what implementations give more elaborate exception strings for bad_cast, bad_typeid, bad_exception, and bad_alloc.
    • -
    • Header dependencies have been streamlined, reducing +
    • Header dependencies have been streamlined, reducing unnecessary includes and pre-processed bloat.
    • -
    • Variadic template implementations of items in <tuple> and +
    • Variadic template implementations of items in <tuple> and <functional>.
    • -
    • An experimental An experimental parallel mode has been added. This is a parallel implementation of many C++ Standard library algorithms, like @@ -422,9 +422,9 @@ all existing algorithms can be transformed via the -D_GLIBCXX_PARALLEL macro.
    • -
    • Debug mode versions of classes in <unordered_set> and +
    • Debug mode versions of classes in <unordered_set> and <unordered_map>.
    • -
    • Formal deprecation of <ext/hash_set> and +
    • Formal deprecation of <ext/hash_set> and <ext/hash_map>, which are now <backward/hash_set> and <backward/hash_map>. This code:
      @@ -449,7 +449,7 @@
           __gnu_cxx::hash_multimap,
           __gnu_cxx::hash_set,
           __gnu_cxx::hash_multiset.
      -  
    +
  • Fortran

    Index: gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.26 diff -u -r1.26 changes.html --- gcc-4.6/changes.html 3 Jul 2010 01:14:21 -0000 1.26 +++ gcc-4.6/changes.html 10 Jul 2010 20:13:17 -0000 @@ -130,7 +130,7 @@ tell doesn't throw if it would change the value of a noexcept expression. -
  • The -Wshadow option now warns if a local variable or +
  • The -Wshadow option now warns if a local variable or type declaration shadows another type in C++. Note that the compiler will not warn if a local variable shadows a struct/class/enum, but will warn if it shadows an explicit typedef.