This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: @dircategory Software development


On Sat, 17 Jun 2006, Karl Berry wrote:
>> would you mind resending the patch to this list (gcc-patches) and me, 
>> with a ChangeLog entry?
> Ok, below.

Thanks.  I split the ChangeLog for the various ChangeLog files we have
in the different subdirectories and slightly adjusted it in style, but
the patch itself applied without problems.

For the record, below is what I applied against GCC HEAD, which will
become GCC 4.2.0 at some point this sommer.

Gerald

Index: gcc/doc/cpp.texi
===================================================================
--- gcc/doc/cpp.texi	(revision 114741)
+++ gcc/doc/cpp.texi	(working copy)
@@ -50,7 +50,7 @@
 @set cppmanual
 
 @ifinfo
-@dircategory Programming
+@dircategory Software development
 @direntry
 * Cpp: (cpp).		       The GNU C preprocessor.
 @end direntry
Index: gcc/doc/gcc.texi
===================================================================
--- gcc/doc/gcc.texi	(revision 114741)
+++ gcc/doc/gcc.texi	(working copy)
@@ -62,7 +62,7 @@
      funds for GNU development.
 @end copying
 @ifnottex
-@dircategory Programming
+@dircategory Software development
 @direntry
 * gcc: (gcc).                  The GNU Compiler Collection.
 @end direntry
Index: gcc/doc/cppinternals.texi
===================================================================
--- gcc/doc/cppinternals.texi	(revision 114741)
+++ gcc/doc/cppinternals.texi	(working copy)
@@ -5,7 +5,7 @@
 @include gcc-common.texi
 
 @ifinfo
-@dircategory Programming
+@dircategory Software development
 @direntry
 * Cpplib: (cppinternals).      Cpplib internals.
 @end direntry
Index: gcc/doc/gccint.texi
===================================================================
--- gcc/doc/gccint.texi	(revision 114741)
+++ gcc/doc/gccint.texi	(working copy)
@@ -48,7 +48,7 @@
      funds for GNU development.
 @end copying
 @ifnottex
-@dircategory Programming
+@dircategory Software development
 @direntry
 * gccint: (gccint).            Internals of the GNU Compiler Collection.
 @end direntry
Index: gcc/doc/install.texi
===================================================================
--- gcc/doc/install.texi	(revision 114741)
+++ gcc/doc/install.texi	(working copy)
@@ -92,7 +92,7 @@
 @ifinfo
 @insertcopying
 @end ifinfo
-@dircategory Programming
+@dircategory Software development
 @direntry
 * gccinstall: (gccinstall).    Installing the GNU Compiler Collection.
 @end direntry
Index: gcc/java/ChangeLog
===================================================================
--- gcc/java/ChangeLog	(revision 114741)
+++ gcc/java/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006-06-17  Karl Berry  <karl@gnu.org>
+
+	* gcj.texi (@dircategory): Use "Software development" instead
+	of "Programming", following the Free Software Directory.
+
 2006-06-16  Andrew Haley  <aph@redhat.com>
 
 	* class.c (make_class_data): When using flag_indirect_classes,
Index: gcc/java/gcj.texi
===================================================================
--- gcc/java/gcj.texi	(revision 114741)
+++ gcc/java/gcj.texi	(working copy)
@@ -57,7 +57,7 @@
 
 @ifinfo
 @format
-@dircategory Programming
+@dircategory Software development
 @direntry
 * Gcj: (gcj).               Ahead-of-time compiler for the Java language
 @end direntry
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 114741)
+++ gcc/ChangeLog	(working copy)
@@ -1,3 +1,10 @@
+2006-06-17  Karl Berry  <karl@gnu.org>
+
+	* doc/cpp.texi, doc/cppinternals.texi, doc/gcc.texi,
+	doc/gccint.texi, doc/install.texi (@dircategory): Use
+	"Software development" instead of "Programming", following
+	the Free Software Directory.
+
 2006-06-17  Alexandre Oliva  <aoliva@redhat.com>
 
 	* config/i386/i386.c (legitimate_tls_address)
Index: gcc/ada/gnat-style.texi
===================================================================
--- gcc/ada/gnat-style.texi	(revision 114741)
+++ gcc/ada/gnat-style.texi	(working copy)
@@ -28,7 +28,7 @@
 @setchapternewpage odd
 
 
-@dircategory Programming
+@dircategory Software development
 @direntry
 * gnat-style: (gnat-style).      GNAT Coding Style
 @end direntry
Index: gcc/ada/ChangeLog
===================================================================
--- gcc/ada/ChangeLog	(revision 114741)
+++ gcc/ada/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006-06-17  Karl Berry  <karl@gnu.org>
+
+        * gnat-style.texi (@dircategory): Use "Software development"
+	instead of "Programming", following the Free Software Directory.
+
 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
 	PR ada/27944
Index: gcc/fortran/gfortran.texi
===================================================================
--- gcc/fortran/gfortran.texi	(revision 114741)
+++ gcc/fortran/gfortran.texi	(working copy)
@@ -61,7 +61,7 @@
 @end copying
 
 @ifinfo
-@dircategory Programming
+@dircategory Software development
 @direntry
 * gfortran: (gfortran).                  The GNU Fortran 95 Compiler.
 @end direntry
Index: gcc/fortran/ChangeLog
===================================================================
--- gcc/fortran/ChangeLog	(revision 114741)
+++ gcc/fortran/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006-06-17  Karl Berry  <karl@gnu.org>
+
+	* gfortran.texi (@dircategory): Use "Software development"
+	instead of "Programming", following the Free Software Directory.
+
 2006-06-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
 	PR fortran/27965
Index: gcc/treelang/ChangeLog
===================================================================
--- gcc/treelang/ChangeLog	(revision 114741)
+++ gcc/treelang/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006-06-17  Karl Berry  <karl@gnu.org>
+
+	* treelang.texi (@dircategory): Use "Software development"
+	instead of "Programming", following the Free Software Directory.
+
 2006-06-06  Mike Stump  <mrs@apple.com>
 
 	* Make-lang.in: Rename to gcc_htmldir to build_htmldir to avoid
Index: gcc/treelang/treelang.texi
===================================================================
--- gcc/treelang/treelang.texi	(revision 114741)
+++ gcc/treelang/treelang.texi	(working copy)
@@ -100,7 +100,7 @@
 @end copying
 
 @ifnottex
-@dircategory Programming
+@dircategory Software development
 @direntry
 * treelang: (treelang).                  The GNU Treelang compiler.
 @end direntry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]