fix references for HTML, etc.
authorCraig Burley <craig@jcb-sc.com>
Tue, 2 Mar 1999 21:41:30 +0000 (21:41 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Tue, 2 Mar 1999 21:41:30 +0000 (16:41 -0500)
From-SVN: r25548

gcc/f/ChangeLog
gcc/f/bugs.texi
gcc/f/g77.texi
gcc/f/news.texi

index b969c0b8aa158b9eab1f9c66e5a0cd80a0bb83a7..0d6349f90becb1ec839f6f5ccec393dc2386ea58 100644 (file)
@@ -1,3 +1,10 @@
+Wed Mar  3 00:38:42 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi, news.texi: Conditionalize cross-references
+       on non-html processing, providing temporary HTML "links".
+
+       * g77.texi: Fix up a reference.
+
 Wed Mar  3 00:12:31 1999  Craig Burley  <craig@jcb-sc.com>
 
        * news.texi, bugs.texi: Delete fixed bugs, make one
index 5be1cb2df6e811c350c776596ecb97a99563fd5b..aa5d25454b6c42e0033b6c11dbe1f1a89fe76a77 100644 (file)
 @end ifclear
 
 This section identifies bugs that @code{g77} @emph{users}
-might run into.
+might run into in
+@ifhtml
+the current development
+@end ifhtml
+version
+@ifnothtml
+@value{version-g77}
+@end ifnothtml
+of @code{g77}.
 This includes bugs that are actually in the @code{gcc}
 back end (GBE) or in @code{libf2c}, because those
 sets of code are at least somewhat under the control
-of (and necessarily intertwined with) @code{g77}, so it
-isn't worth separating them out.
+of (and necessarily intertwined with) @code{g77},
+so it isn't worth separating them out.
+
+For information on bugs in @emph{other} versions of @code{g77},
+@ifhtml
+see the page on Fortran news.
+@end ifhtml
+@ifnothtml
+@ref{News,,News About GNU Fortran}.
+@end ifnothtml
 
 For information on bugs that might afflict people who
 configure, port, build, and install @code{g77},
+@ifhtml
+see the chapter on installing in the @code{g77} documentation.
+@end ifhtml
+@ifnothtml
 @ref{Problems Installing}.
+@end ifnothtml
 
 @itemize @bullet
 @item
@@ -108,7 +129,12 @@ improvements to the compiler.)
 
 Note that @code{g77} does display a warning message to
 notify the user before the compiler appears to hang.
+@ifhtml
+See the @code{g77} installation documentation
+@end ifhtml
+@ifnothtml
 @xref{Large Initialization,,Initialization of Large Aggregate Areas},
+@end ifnothtml
 for information on how to change the point at which
 @code{g77} decides to issue this warning.
 
@@ -128,7 +154,12 @@ As of Version 0.5.19, a temporary kludge solution is provided whereby
 some rudimentary information on a member is written as a string that
 is the member's value as a character string.
 
+@ifhtml
+See the @code{g77} documentation
+@end ifhtml
+@ifnothtml
 @xref{Code Gen Options,,Options for Code Generation Conventions},
+@end ifnothtml
 for information on the @samp{-fdebug-kludge} option.
 
 @cindex code, displaying main source
index c26daa388eb2254cd85b598aeb9696a4ec6f0bf1..118d10b0d274f7f2ab3acb856e0014f8a096c788 100644 (file)
@@ -14,7 +14,7 @@
 @c %**start of header
 @setfilename g77.info
 
-@set last-up-date 1999-03-02
+@set last-up-date 1999-03-03
 @set version-g77 0.5.24
 @set email-general egcs@@egcs.cygnus.com
 @set email-bugs egcs-bugs@@egcs.cygnus.com
@@ -864,7 +864,7 @@ Everyone except experienced @code{g77} users should
 see @ref{Invoking G77}.
 
 If you're acquainted with previous versions of @code{g77},
-you should see @ref{News}.
+you should see @ref{News,,News About GNU Fortran}.
 Further, if you've actually used previous versions of @code{g77},
 especially if you've written or modified Fortran code to
 be compiled by previous versions of @code{g77}, you
index f35615e8b2a4d5e71ed60345cec8ca412bea0488..a66c40aee292906b7be02dde5963247b68841dd5 100644 (file)
@@ -407,8 +407,13 @@ version 0.5.22 of @code{g77}, due to using the
 it to fix a few bugs and improve performance in a
 few cases.
 
+@ifhtml
+See the page on Fortran news
+@end ifhtml
+@ifnothtml
 @xref{Actual Bugs,,Actual Bugs We Haven't Fixed Yet},
 available in plain-text format in @code{gcc/f/BUGS},
+@end ifnothtml
 for information on the known bugs in this version,
 including the regressions.
 
@@ -789,8 +794,13 @@ due to using the
 it to fix a few bugs and improve performance in a
 few cases.
 
+@ifhtml
+See the page on Fortran news
+@end ifhtml
+@ifnothtml
 @xref{Actual Bugs,,Actual Bugs We Haven't Fixed Yet},
 available in plain-text format in @code{gcc/f/BUGS},
+@end ifnothtml
 for information on the known bugs in this version,
 including the regressions.