]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g77.texi: Updates from Craig.
authorJeffrey A Law <law@cygnus.com>
Mon, 9 Nov 1998 22:14:54 +0000 (22:14 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Nov 1998 22:14:54 +0000 (15:14 -0700)
From-SVN: r23592

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

index ff58d6fa27473d7e7f863e291a558107af179a81..a98703ec7769cbc210a2bbeec234423d2a8159c7 100644 (file)
@@ -1,3 +1,7 @@
+Mon Nov  9 23:13:30 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * g77.texi: Updates from Craig.
+
 1998-10-09  Dave Love  <d.love@dl.ac.uk>
 
        * g77.texi:  Various updates.
index b799e6f7bb39936951b1bf746475d7379e5dc150..9593e265bbf88aafdc608c33bb39f24b6dc8bbda 100644 (file)
@@ -12026,7 +12026,7 @@ require much more work on @code{libg2c}.
 @pindex asa
 @pindex fpr
 @code{g77} doesn't support @code{FORM='PRINT'} or an equivalent to
-translate the traditional `carraige control' characters in column 1 of
+translate the traditional `carriage control' characters in column 1 of
 output to use backspaces, carriage returns and the like.  However
 programs exist to translate them in output files (or standard output).
 These are typically called either @code{fpr} or @code{asa}.  You can get
@@ -12036,8 +12036,9 @@ systems which will probably build easily on other systems.
 Alternatively, @code{fpr} is in BSD distributions in various archive
 sites.
 
-I think both programs can either be used in a pipeline.
-
+@c (Can both programs can be used in a pipeline,
+@c with a named input file,
+@c and/or with a named output file???)
 
 @node ENCODE and DECODE
 @subsection @code{ENCODE} and @code{DECODE}
index 64b63d43b33b9806c0df158b0f8d72be2ed757fb..6ff133043c6441b74ccad62ab664d168d84ba8ee 100644 (file)
@@ -5,7 +5,7 @@
 @c The text of this file appears in the file BUGS
 @c in the G77 distribution, as well as in the G77 manual.
 
-@c 1998-09-05
+@c 1998-11-03
 
 @ifclear NEWSONLY
 @node News
@@ -60,12 +60,31 @@ somewhat more difficult.
 
 @heading In 0.5.24 and @code{egcs} 1.1.1 (versus 0.5.23 and 1.1):
 @itemize @bullet
+@item
+Fix @code{libg2c} so it performs an implicit @code{ENDFILE} operation
+(as appropriate)
+whenever a @code{REWIND} is done.
+
+(This bug was introduced in 0.5.23 and @code{egcs} 1.1 in
+@code{g77}'s version of @code{libf2c}.)
+
 @item
 Fix @code{libg2c} so it no longer crashes with a spurious diagnostic
 upon doing any I/O following a direct formatted write.
 
 (This bug was introduced in 0.5.23 and @code{egcs} 1.1 in
 @code{g77}'s version of @code{libf2c}.)
+
+@item
+Fix @code{g77} so it no longer crashes compiling references
+to the @samp{Rand} intrinsic on some systems.
+
+@item
+Fix @code{g77} portion of installation process so it works
+better on some systems
+(those with shells requiring @samp{else true} clauses
+on @samp{if} constructs
+for the completion code to be set properly).
 @end itemize
 
 @heading In @code{egcs} 1.1 (versus 0.5.24):
@@ -108,6 +127,7 @@ having the @code{SAVE} attribute
 or given initial values via @code{DATA}.
 @end itemize
 
+@c 1998-09-01: egcs-1.1 released.
 @heading In @code{egcs} 1.1 (versus @code{egcs} 1.0.3):
 @itemize @bullet
 @item