update BUGS, INSTALL, NEWS, and their sources
authorCraig Burley <craig@jcb-sc.com>
Fri, 19 Feb 1999 14:45:46 +0000 (14:45 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Fri, 19 Feb 1999 14:45:46 +0000 (09:45 -0500)
From-SVN: r25320

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 703393f609aed5ece7b3d7bde47ce3a6296630fc..fff10be10afdb037352bb3accd8857b6948141dc 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 c2c6d84aabf11d1848d6bf3e01fdab031e46c037..9c206120ac8a20159c7dec2ffef0d618054e2a37 100644 (file)
@@ -1,3 +1,11 @@
+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
index 1ff51d7bcb7b339bfac42817a2d8193020363ec6..1b1dbb519380540ee3e35b116a1f25cea1b34e95 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 1bbefc26f70c0802b330e07c0bfa82e9dff337f4..946762a7bfeaa5e8d5526825c81188641b58415f 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 584a09e46aa0df845b94cce4c41c3d39d2983e8a..961b67b6e1f93a9c07f60310c480b8a38d564903 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 e8f6d22e3390ce4c6ded7ca3183f0d8e1c59598a..3b77b01886038a3285f363031af3d3dcdcd77884 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 254a617431a5d2d93af73383104ef13dae7d0fde..f8904daf2faafa5c8bdd8c661119df4299e5958b 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 bbc8ab5c22392a2cc432bd441fb3c46f8c0ef491..65d0d6b0149c63e6775092a637c49928bcad61f4 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 5df7735d5cf49294111f61eac947f358e75695ab..aba8e7a94c0f762aac9aa531fc820bd5a227b1fb 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 8fb85f456da5bd8e4280354e59a57f454979186b..c485adf048b5211e3d23475016467eed95bbafb1 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.