diff mbox

[wwwdocs] Remove extraneous whitespace in gcc-4.*/changes.html

Message ID alpine.LNX.2.00.1007102213110.5661@acrux.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer July 11, 2010, 8:34 p.m. UTC
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
diff mbox

Patch

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 <code>-dumpspecs</code> option to
-	generate the specs file, and then edit the resulting file.</li> 
+	generate the specs file, and then edit the resulting file.</li>
   </ul>
 
 <h2>General Optimizer Improvements</h2>
@@ -337,7 +337,7 @@ 
 	  <code>javax.print.event</code>, and
 	  <code>javax.xml</code>
 	</li>
-	<li> Updated SAX and DOM, and imported GNU JAXP </li>
+	<li>Updated SAX and DOM, and imported GNU JAXP </li>
       </ul>
     </li>
 
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 @@ 
 	<li>Various algorithms have been rewritten (e.g., replace), the code
             streamlined and simple optimizations added.</li>
 	<li>Option 3 of DR 431 is implemented for both available bases, thus
-            improving the support for stateful allocators.</li>  
+            improving the support for stateful allocators.</li>
       </ul></li>
      <li>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,
    <code>_GLIBCXX_DEBUG</code>. See PR 26142 for more
    information.</li>
-   <li> Added extensions for type traits:
+   <li>Added extensions for type traits:
    <code>__conditional_type</code>, <code>__numeric_traits</code>,
    <code>__add_unsigned</code>, <code>__removed_unsigned</code>,
    <code>__enable_if</code>. </li>
-   <li> Added a typelist implementation for compile-time
+   <li>Added a typelist implementation for compile-time
    meta-programming. Elements for typelist construction and operation can be 
    found within <code>namespace __gnu_cxx::typelist</code>.</li>
-   <li> Added a new allocator, <code>__gnu_cxx::throw_allocator</code>, for
+   <li>Added a new allocator, <code>__gnu_cxx::throw_allocator</code>, for
 testing exception-safety.</li>
-   <li> Enabled library-wide visibility control, allowing
+   <li>Enabled library-wide visibility control, allowing
    <code>-fvisibility</code> to be used.</li>
-   <li> Consolidated all nested namespaces and the
+   <li>Consolidated all nested namespaces and the
    conversion of <code>__gnu_internal</code> implementation-private
    details to anonymous namespaces whenever possible.</li>
    <li>Implemented LWG resolutions DR 431 and DR 538.</li>
@@ -343,7 +343,7 @@ 
 
 <h3>HPPA</h3>
   <ul>
-    <li> Added Java language support (libffi and libjava) for 32-bit
+    <li>Added Java language support (libffi and libjava) for 32-bit
          HP-UX 11 target.</li>
   </ul>
 
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.</li>
 
-    <li> A new command-line switch <code>-frecord-gcc-switches</code> has been
+    <li>A new command-line switch <code>-frecord-gcc-switches</code> 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 @@ 
   <ul>
     <li><a href="cxx0x_status.html">Experimental support for the upcoming
     ISO C++ standard, C++0x</a>.</li>
-    <li> Support for TR1 mathematical special functions and regular
+    <li>Support for TR1 mathematical special functions and regular
     expressions.
     (<a href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01.html#m
 anual.intro.status.standard.tr1">Implementation status of TR1</a>)
     </li>
-    <li> Default <code>what</code> implementations give more elaborate
+    <li>Default <code>what</code> implementations give more elaborate
     exception strings for <code>bad_cast</code>,
     <code>bad_typeid</code>, <code>bad_exception</code>, and
     <code>bad_alloc</code>. </li>
-    <li> Header dependencies have been streamlined, reducing
+    <li>Header dependencies have been streamlined, reducing
     unnecessary includes and pre-processed bloat. </li>
-    <li> Variadic template implementations of items in &lt;tuple&gt; and
+    <li>Variadic template implementations of items in &lt;tuple&gt; and
     &lt;functional&gt;.  </li>
 
-    <li> An experimental <a
+    <li>An experimental <a
     href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html">
     parallel mode </a> 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
     <code>-D_GLIBCXX_PARALLEL</code> macro.</li>
 
-    <li> Debug mode versions of classes in &lt;unordered_set&gt; and
+    <li>Debug mode versions of classes in &lt;unordered_set&gt; and
     &lt;unordered_map&gt;.  </li>
-    <li> Formal deprecation of &lt;ext/hash_set&gt; and
+    <li>Formal deprecation of &lt;ext/hash_set&gt; and
     &lt;ext/hash_map&gt;, which are now &lt;backward/hash_set&gt; and
     &lt;backward/hash_map&gt;. This code:
     <pre>
@@ -449,7 +449,7 @@ 
     <code>__gnu_cxx::hash_multimap</code>,
     <code>__gnu_cxx::hash_set</code>,
     <code>__gnu_cxx::hash_multiset</code>.
-  </li> </ul>
+  </li></ul>
 
 <h3>Fortran</h3>
   <ul>
@@ -514,11 +514,11 @@ 
 
   <ul>
 
-     <li> gcj now uses the Eclipse Java compiler for its Java parsing
+     <li>GCJ now uses the Eclipse Java compiler for its Java parsing
      needs.  This enables the use of all 1.5 language features, and
      fixes most existing front end bugs. </li>
 
-     <li> libgcj now supports all 1.5 language features which require
+     <li>libgcj now supports all 1.5 language features which require
      runtime support: foreach, enum, annotations, generics, and
      auto-boxing.  </li>
 
@@ -526,22 +526,22 @@ 
      with gcj.
      <ul>
 
-     <li> The old <code>jv-scan</code> tool has been removed.  This
+     <li>The old <code>jv-scan</code> tool has been removed.  This
      tool never really worked properly.  There is no replacement.
      </li>
 
-     <li> <code>gcjh</code> has been rewritten.  Some of its more
+     <li><code>gcjh</code> has been rewritten.  Some of its more
      obscure options no longer work, but are still recognized in an
      attempt at compatibility.  <code>gjavah</code> is a new program
      with similar functionality but different command-line options.
      </li>
 
-     <li> <code>grmic</code> and <code>grmiregistry</code> have been
+     <li><code>grmic</code> and <code>grmiregistry</code> have been
      rewritten.  <code>grmid</code> has been added.  </li>
 
-     <li> <code>gjar</code> replaces the old <code>fastjar</code>.  </li>
+     <li><code>gjar</code> replaces the old <code>fastjar</code>.  </li>
 
-     <li> <code>gjarsigner</code> (used for signing jars),
+     <li><code>gjarsigner</code> (used for signing jars),
      <code>gkeytool</code> (used for key management),
      <code>gorbd</code> (for CORBA), <code>gserialver</code> (computes
      serialization UIDs), and <code>gtnameserv</code> (also for CORBA)
@@ -549,14 +549,14 @@ 
      </ul>
      </li>
 
-     <li> The ability to dump the contents of the java run time heap to
+     <li>The ability to dump the contents of the java run time heap to
      a file for off-line analysis has been added.  The heap dumps may
      be analyzed with the new <code>gc-analyze</code> tool.  They may
      be generated on out-of-memory conditions or on demand and are
      controlled by the new run time class
      <code>gnu.gcj.util.GCInfo</code>.  </li>
 
-     <li> <code>java.util.TimeZone</code> can now read files from
+     <li><code>java.util.TimeZone</code> can now read files from
      <code>/usr/share/zoneinfo</code> to provide correct, updated,
      timezone information.  This means that packagers no longer have
      to update libgcj when a time zone change is published. </li>
@@ -595,7 +595,7 @@ 
     <li>Support for SSE4.1 built-in functions and code generation are
 	available via <code>-msse4.1</code>.</li>
     <li>Support for SSE4.2 built-in functions and code generation are
-	available via <code>-msse4.2</code>.</li> 
+	available via <code>-msse4.2</code>.</li>
     <li>Both SSE4.1 and SSE4.2 support can be enabled via
 	<code>-msse4</code>.</li>
     <li>A new set of options <code>-mpc32</code>, <code>-mpc64</code>
Index: gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.80
diff -u -r1.80 changes.html
--- gcc-4.4/changes.html	29 Apr 2010 07:17:34 -0000	1.80
+++ gcc-4.4/changes.html	10 Jul 2010 20:13:16 -0000
@@ -356,7 +356,7 @@ 
     lists, defaulted and deleted functions, new character types, and
     scoped enums.</li>
 
-    <li> Those errors that may be downgraded to warnings to build
+    <li>Those errors that may be downgraded to warnings to build
     legacy code now mention <code>-fpermissive</code> when
     <code>-fdiagnostics-show-option</code> is enabled.</li>
 
Index: gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.93
diff -u -r1.93 changes.html
--- gcc-4.5/changes.html	24 Jun 2010 22:11:40 -0000	1.93
+++ gcc-4.5/changes.html	10 Jul 2010 20:13:17 -0000
@@ -78,7 +78,7 @@ 
     from cloning the function.  A new attribute <code>noclone</code>
     has been introduced for this purpose.  Cloning a function means
     that it is duplicated and the new copy is specialized for certain
-    contexts (for example when a parameter is a known constant).</li>    
+    contexts (for example when a parameter is a known constant).</li>
  </ul>
 
 <h2>General Optimizer Improvements</h2>
@@ -425,7 +425,7 @@ 
     (aka ISO C++ TR 24733) has been added. This support is in header file
     <code>&lt;decimal/decimal&gt;</code>, uses namespace
     <code>std::decimal</code>, and includes classes <code>decimal32</code>,
-    <code>decimal64</code>, and <code>decimal128</code>.</li> 
+    <code>decimal64</code>, and <code>decimal128</code>.</li>
 
     <li>Sources have been audited for application of function attributes
     <code>nothrow</code>, <code>const</code>, <code>pure</code>, and
@@ -642,10 +642,10 @@ 
     Orochi processors are now available with
     the <code>-mxop</code>, <code>-mfma4</code>,
     and <code>-mlwp</code> options.</li>
-    <li> The <code>-mabm</code> option enables GCC to use
+    <li>The <code>-mabm</code> option enables GCC to use
     the <code>popcnt</code> and <code>lzcnt</code> instructions on AMD
     processors.</li>
-    <li> The <code>-mpopcnt</code> option enables GCC to use
+    <li>The <code>-mpopcnt</code> option enables GCC to use
     the <code>popcnt</code> instructions on both AMD and Intel
     processors.</li>
   </ul>
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 <code>noexcept</code> expression.</li>
 
-    <li> The <code>-Wshadow</code> option now warns if a local variable or
+    <li>The <code>-Wshadow</code> 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. </li>