This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH [doc]: Replace "bugfix" with "bug fix" throughout (committed)
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 01 Feb 2007 14:02:49 +1100
- Subject: PATCH [doc]: Replace "bugfix" with "bug fix" throughout (committed)
I can't see how this could be very contentious, so I am checking it in
as obvious (according to the revised coding conventions). I didn't
alter the formatting of paragraphs to make the diffs easier to read--I
believe that is the norm for documentation changes like these.
Tested with make info dvi.
Ben
2007-02-01 Ben Elliston <bje@au.ibm.com>
* doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
* doc/contrib.texi: Likewise.
* doc/install.texi: Likewise.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi (revision 121451)
+++ doc/invoke.texi (working copy)
@@ -2293,7 +2293,7 @@ information. By default, GCC emits an e
The option @option{-Wcoverage-mismatch} emits a warning instead of an
error. GCC does not use appropriate feedback profiles, so using this
option can result in poorly optimized code. This option is useful
-only in the case of very minor changes such as bugfixes to an
+only in the case of very minor changes such as bug fixes to an
existing code-base.
@end table
Index: doc/contrib.texi
===================================================================
--- doc/contrib.texi (revision 121451)
+++ doc/contrib.texi (working copy)
@@ -66,7 +66,7 @@ Geoff Berry for his Java object serializ
@item
Uros Bizjak for the implementation of x87 math built-in functions and
-for various middle end and i386 back end improvements and bugfixes.
+for various middle end and i386 back end improvements and bug fixes.
@item
Eric Blake for helping to make GCJ and libgcj conform to the
@@ -180,7 +180,7 @@ R. Kelley Cook for making GCC buildable
well as other miscellaneous build process and documentation clean-ups.
@item
-Ralf Corsepius for SH testing and minor bugfixing.
+Ralf Corsepius for SH testing and minor bug fixing.
@item
Stan Cox for care and feeding of the x86 port and lots of behind
@@ -1162,10 +1162,10 @@ GCC version 4.1:
@itemize @bullet
@item
Lillian Angel for @code{JTree} implementation and lots Free Swing
-additions and bugfixes.
+additions and bug fixes.
@item
-Wolfgang Baer for @code{GapContent} bugfixes.
+Wolfgang Baer for @code{GapContent} bug fixes.
@item
Anthony Balkissoon for @code{JList}, Free Swing 1.5 updates and mouse event
@@ -1201,17 +1201,17 @@ Kelley Cook for build fixes.
Martin Cordova for Suggestions for better @code{SocketTimeoutException}.
@item
-David Daney for @code{BitSet} bugfixes, @code{HttpURLConnection}
+David Daney for @code{BitSet} bug fixes, @code{HttpURLConnection}
rewrite and improvements.
@item
Thomas Fitzsimmons for lots of upgrades to the gtk+ AWT and Cairo 2D
support. Lots of imageio framework additions, lots of AWT and Free
-Swing bugfixes.
+Swing bug fixes.
@item
Jeroen Frijters for @code{ClassLoader} and nio cleanups, serialization fixes,
-better @code{Proxy} support, bugfixes and IKVM integration.
+better @code{Proxy} support, bug fixes and IKVM integration.
@item
Santiago Gala for @code{AccessControlContext} fixes.
@@ -1242,7 +1242,7 @@ updates, @code{Serialization} fixes, @co
generic branch work, VMIntegration guide update.
@item
-Bastiaan Huisman for @code{TimeZone} bugfixing.
+Bastiaan Huisman for @code{TimeZone} bug fixing.
@item
Andreas Jaeger for mprec updates.
@@ -1255,7 +1255,7 @@ Ito Kazumitsu for @code{NetworkInterface
@item
Roman Kennke for @code{BoxLayout}, @code{GrayFilter} and
-@code{SplitPane}, plus bugfixes all over. Lots of Free Swing work
+@code{SplitPane}, plus bug fixes all over. Lots of Free Swing work
including styled text.
@item
@@ -1267,7 +1267,7 @@ build fixes.
@item
Guilhem Lavaux for configuration, thread and channel fixes and Kaffe
-integration. JCL native @code{Pointer} updates. Logger bugfixes.
+integration. JCL native @code{Pointer} updates. Logger bug fixes.
@item
David Lichteblau for JCL support library global/local reference
@@ -1325,7 +1325,7 @@ Christian Schlichtherle for zip fixes an
@item
Robert Schuster for documentation updates and beans fixes,
@code{TreeNode} enumerations and @code{ActionCommand} and various
-fixes, XML and URL, AWT and Free Swing bugfixes.
+fixes, XML and URL, AWT and Free Swing bug fixes.
@item
Keith Seitz for lots of JDWP work.
@@ -1348,11 +1348,11 @@ Kaffe integration. @code{Qt4} build infr
and @code{GdkPixbugDecoder} updates.
@item
-Tom Tromey for Eclipse integration, generics work, lots of bugfixes
+Tom Tromey for Eclipse integration, generics work, lots of bug fixes
and gcj integration including coordinating The Big Merge.
@item
-Mark Wielaard for bugfixes, packaging and release management,
+Mark Wielaard for bug fixes, packaging and release management,
@code{Clipboard} implementation, system call interrupts and network
timeouts and @code{GdkPixpufDecoder} fixes.
Index: doc/install.texi
===================================================================
--- doc/install.texi (revision 121451)
+++ doc/install.texi (working copy)
@@ -3106,7 +3106,7 @@ This port still is undergoing significan
@end html
@heading @anchor{x-x-linux-gnu}*-*-linux-gnu
-Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present
+Versions of libstdc++-v3 starting with 3.2.1 require bug fixes present
in glibc 2.2.5 and later. More information is available in the
libstdc++-v3 documentation.