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]

[PATCH] [gfortran]: Fix some typos and remove sf refernces


Hey,

 This small patch fixes a couple typos and removes the references
to sourceforge from a couple files as well.

Jim

Index: BUGS
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/BUGS,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 BUGS
--- BUGS	26 Jul 2003 16:27:45 -0000	1.1.2.1
+++ BUGS	24 Nov 2003 03:16:01 -0000
@@ -2,6 +2,5 @@
 is still under heavy development!  :-)
 
 If you find that G95 cannot deal with your source code,
-please go ahead and submit a bug report on
-http://sourceforge.net/projects/gcc-g95/
+please go ahead and send an email to fortran@gnu.org
 
Index: CONTRIB
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/CONTRIB,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 CONTRIB
--- CONTRIB	26 Jul 2003 16:27:45 -0000	1.1.2.1
+++ CONTRIB	24 Nov 2003 03:16:01 -0000
@@ -1,7 +1,7 @@
 Contributors to G95
 
 If we have left anyone out, please let us know:
-<gcc-g95-devel@lists.sourceforge.net>
+<fortran@gcc.gnu.org>
 
 
 Major code contributors
Index: NEWS
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/NEWS,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 NEWS
--- NEWS	26 Jul 2003 16:27:45 -0000	1.1.2.1
+++ NEWS	24 Nov 2003 03:16:02 -0000
@@ -1,7 +1,7 @@
 2003-01-06
 This project is a fork of the original G95 project.  The fork has the
 support of the GCC community.  We still persue mostly the same goals
-as the original project, but we hope we can attrack more developers
+as the original project, but we hope we can attract more developers
 through better cooperation and communication, and we target quicker
 inclusion in GCC.
 
Index: README
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/README,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 README
--- README	26 Jul 2003 16:27:45 -0000	1.1.2.1
+++ README	24 Nov 2003 03:16:02 -0000
@@ -1,6 +1,6 @@
 The goal of the gcc-g95 project is to create a Free (as
 in speech) Fortran 95 compiler. The code has been donated
-to the Free Software Foundation for inclusion in GCC, thE
+to the Free Software Foundation for inclusion in GCC, the
 GNU Compiler Collection.
 
 WARNING:


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