diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-04-04 13:21:36 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-04-04 13:21:36 +0000 |
commit | 50325cbab454647a313ba68279c844e2bc6143af (patch) | |
tree | 0e52e902317bb4442448c5c61ab6d2162111a240 /gnu/usr.bin/gcc/f/g77.1 | |
parent | b2ad87cb6f8d3d16576e4e93251e0228f0672cdc (diff) |
sync g77 to version 0.5.20 - i hope i got everything right because there
is no patch from 0.5.19 to 0.5.20 - so i did it by diffing two gcc trees
looking carefully at the results
what does the new g77 give us:
* now it completely works on the alpha (64bit)
* faster
* less bugs :-)
Diffstat (limited to 'gnu/usr.bin/gcc/f/g77.1')
-rw-r--r-- | gnu/usr.bin/gcc/f/g77.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/f/g77.1 b/gnu/usr.bin/gcc/f/g77.1 index b9709f3cd71..8164564f4b7 100644 --- a/gnu/usr.bin/gcc/f/g77.1 +++ b/gnu/usr.bin/gcc/f/g77.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1995, 1996 Free Software Foundation -*-Text-*- .\" See section COPYING for conditions for redistribution .\" FIXME: no info here on predefines. Should there be? extra for F77... -.TH G77 1 "1996-03-01" "GNU Tools" "GNU Tools" +.TH G77 1 "1997-02-24" "GNU Tools" "GNU Tools" .de BP .sp .ti \-.2i @@ -14,14 +14,18 @@ g77 \- GNU project F77 Compiler (v0.5.18) .IR option " | " "filename " ].\|.\|. .SH WARNING The information in this man page is an extract from the full -documentation of the GNU Fortran compiler, and is limited to the meaning of -the options. +documentation of the GNU Fortran compiler (version 0.5.18), +and is limited to the meaning of the options. .PP -This man page is not kept up to date except when volunteers want to +This man page is not up to date, since no volunteers want to maintain it. If you find a discrepancy between the man page and the software, please check the Info file, which is the authoritative documentation. .PP +The version of GNU Fortran documented by the Info file is 0.5.20, +which includes substantial improvements and changes since 0.5.18, +the version documented in this man page. +.PP If we find that the things in this man page that are out of date cause significant confusion or complaints, we will stop distributing the man page. The alternative, updating the man page when we update the Info |