OSDN Git Service

update BUGS, INSTALL, NEWS, and their sources
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Feb 1999 14:45:46 +0000 (14:45 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Feb 1999 14:45:46 +0000 (14:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25320 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/BUGS
gcc/f/ChangeLog
gcc/f/INSTALL
gcc/f/NEWS
gcc/f/bugs.texi
gcc/f/bugs0.texi
gcc/f/g77install.texi
gcc/f/install0.texi
gcc/f/news.texi
gcc/f/news0.texi

index 703393f..fff10be 100644 (file)
@@ -1,5 +1,9 @@
-This file lists known bugs in the GNU Fortran compiler.  Copyright (C)
-1995, 1996 Free Software Foundation, Inc.  You may copy, distribute,
+NOTE: This file is automatically generated from the files `bugs0.texi'
+and `bugs.texi'.  `BUGS' is *not* a source file, although it is
+normally included within source distributions.
+
+   This file lists known bugs in the GNU Fortran compiler.  Copyright
+(C) 1995-1998 Free Software Foundation, Inc.  You may copy, distribute,
 and modify it freely as long as you preserve this copyright notice and
 permission notice.
 
index c2c6d84..9c20612 100644 (file)
@@ -1,5 +1,13 @@
 1999-02-19  Craig Burley  <craig@jcb-sc.com>
 
+       * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
+       news0.texi, news.texi: Update copyright dates.
+       Clarify which files are source, which are derived,
+       and remind maintainers where copyright dates are sourced.
+       * BUGS, INSTALL, NEWS: Regenerated.
+
+1999-02-19  Craig Burley  <craig@jcb-sc.com>
+
        * global.c (ffeglobal_ref_progunit_): Warn about a function
        definition that disagrees with the type of a previous reference.
        Improve commentary.  Fix a couple of minor bugs.  Clean up
index 1ff51d7..1b1dbb5 100644 (file)
@@ -1,5 +1,9 @@
-This file contains installation information for the GNU Fortran
-compiler.  Copyright (C) 1995, 1996 Free Software Foundation, Inc.  You
+NOTE: This file is automatically generated from the files
+`install0.texi' and `g77install.texi'.  `INSTALL' is *not* a source
+file, although it is normally included within source distributions.
+
+   This file contains installation information for the GNU Fortran
+compiler.  Copyright (C) 1995-1998 Free Software Foundation, Inc.  You
 may copy, distribute, and modify it freely as long as you preserve this
 copyright notice and permission notice.
 
index 1bbefc2..946762a 100644 (file)
@@ -1,5 +1,9 @@
-This file lists recent changes to the GNU Fortran compiler.  Copyright
-(C) 1995, 96, 97, 1998 Free Software Foundation, Inc.  You may copy,
+NOTE: This file is automatically generated from the files `news0.texi'
+and `news.texi'.  `NEWS' is *not* a source file, although it is
+normally included within source distributions.
+
+   This file lists recent changes to the GNU Fortran compiler.
+Copyright (C) 1995-1999 Free Software Foundation, Inc.  You may copy,
 distribute, and modify it freely as long as you preserve this copyright
 notice and permission notice.
 
@@ -38,6 +42,24 @@ clarify how they differ from other versions, though this can make
 getting a complete picture of what a particular `egcs' version contains
 somewhat more difficult.
 
+In `egcs' 1.2:
+==============
+
+   * Fix `g77' so it no longer crashes when compiling I/O statements
+     with `IOSTAT=J', where J is other than default `INTEGER' (such as
+     `INTEGER*2').  Instead, it issues a diagnostic.
+
+   * Source file names with the suffixes `.FOR' and `.FPP' now are
+     recognized by `g77' as if they ended in `.for' and `.fpp',
+     respectively.
+
+   * `g77' now warns about a reference to a function when the
+     corresponding *subsequent* function program unit disagrees with
+     the reference concerning the type of the function.
+
+   * Improve documentation and indexing, including information on Year
+     2000 (Y2K) compliance.
+
 In 0.5.24 and `egcs' 1.1.1 (versus 0.5.23 and 1.1):
 ===================================================
 
@@ -193,6 +215,9 @@ In 0.5.24 and `egcs' 1.1 (versus 0.5.23):
    * `g77' no longer crashes when compiling code containing
      specification statements such as `INTEGER(KIND=7) PTR'.
 
+   * `g77' no longer crashes when compiling code such as `J = SIGNAL(1,
+     2)'.
+
    * `g77' now treats `%LOC(EXPR)' and `LOC(EXPR)' as "ordinary"
      expressions when they are used as arguments in procedure calls.
      This change applies only to global (filewide) analysis, making it
index 584a09e..961b67b 100644 (file)
@@ -2,6 +2,10 @@
 @c This is part of the G77 manual.
 @c For copying conditions, see the file g77.texi.
 
+@c When changing the above copyright notice, be sure to
+@c change the one in `bugs0.texi' accordingly, to effect
+@c the change in the derived file `BUGS'.
+
 @c The text of this file appears in the file BUGS
 @c in the G77 distribution, as well as in the G77 manual.
 
index e8f6d22..3b77b01 100644 (file)
@@ -6,8 +6,12 @@
 
 @c The immediately following lines apply to the BUGS file
 @c which is generated using this file.
+NOTE: This file is automatically generated from the files
+`bugs0.texi' and `bugs.texi'.  `BUGS' is *not* a source file,
+although it is normally included within source distributions.
+
 This file lists known bugs in the GNU Fortran compiler.
-Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+Copyright (C) 1995-1998 Free Software Foundation, Inc.
 You may copy, distribute, and modify it freely as long as you preserve
 this copyright notice and permission notice.
 
index 254a617..f8904da 100644 (file)
@@ -1,7 +1,11 @@
-@c Copyright (C) 1995-1997 Free Software Foundation, Inc.
+@c Copyright (C) 1995-1998 Free Software Foundation, Inc.
 @c This is part of the G77 manual.
 @c For copying conditions, see the file g77.texi.
 
+@c When changing the above copyright notice, be sure to
+@c change the one in `install0.texi' accordingly, to effect
+@c the change in the derived file `INSTALL'.
+
 @c The text of this file appears in the file INSTALL
 @c in the G77 distribution, as well as in the G77 manual.
 
index bbc8ab5..65d0d6b 100644 (file)
@@ -1,10 +1,17 @@
+\input texinfo  @c -*-texinfo-*-
+@c %**start of header 
 @setfilename INSTALL
 @set INSTALLONLY
+@c %**end of header
 
 @c The immediately following lines apply to the INSTALL file
 @c which is generated using this file.
+NOTE: This file is automatically generated from the files
+`install0.texi' and `g77install.texi'.  `INSTALL' is *not* a source
+file, although it is normally included within source distributions.
+
 This file contains installation information for the GNU Fortran compiler.
-Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+Copyright (C) 1995-1998 Free Software Foundation, Inc.
 You may copy, distribute, and modify it freely as long as you preserve
 this copyright notice and permission notice.
 
index 5df7735..aba8e7a 100644 (file)
@@ -1,7 +1,11 @@
-@c Copyright (C) 1995-1997 Free Software Foundation, Inc.
+@c Copyright (C) 1995-1999 Free Software Foundation, Inc.
 @c This is part of the G77 manual.
 @c For copying conditions, see the file g77.texi.
 
+@c When changing the above copyright notice, be sure to
+@c change the one in `news0.texi' accordingly, to effect
+@c the change in the derived file `NEWS'.
+
 @c The text of this file appears in the file BUGS
 @c in the G77 distribution, as well as in the G77 manual.
 
index 8fb85f4..c485adf 100644 (file)
@@ -1,10 +1,17 @@
+\input texinfo  @c -*-texinfo-*-
+@c %**start of header 
 @setfilename NEW
 @set NEWSONLY
+@c %**end of header
 
 @c The immediately following lines apply to the NEWS file
 @c which is generated using this file.
+NOTE: This file is automatically generated from the files
+`news0.texi' and `news.texi'.  `NEWS' is *not* a source file,
+although it is normally included within source distributions.
+
 This file lists recent changes to the GNU Fortran compiler.
-Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+Copyright (C) 1995-1999 Free Software Foundation, Inc.
 You may copy, distribute, and modify it freely as long as you preserve
 this copyright notice and permission notice.