From: law Date: Mon, 9 Nov 1998 22:17:04 +0000 (+0000) Subject: * g77.texi, news.texi: Updates from Craig. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17499ccfbf17d812a443e3c57cd6e3fdf92756e8;p=platform%2Fupstream%2Flinaro-gcc.git * g77.texi, news.texi: Updates from Craig. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23593 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index b256a66..10da10d 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 9 23:15:39 1998 Jeffrey A Law (law@cygnus.com) + + * g77.texi, news.texi: Updates from Craig. + Sun Nov 8 17:47:56 1998 Kaveh R. Ghazi * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include". diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index bf0bcad..d07e77b 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -12032,7 +12032,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 @@ -12042,8 +12042,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} diff --git a/gcc/f/news.texi b/gcc/f/news.texi index dea4e66..6ff1330 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -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-04 +@c 1998-11-03 @ifclear NEWSONLY @node News @@ -58,6 +58,35 @@ though this can make getting a complete picture of what a particular @code{egcs} version contains 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): @itemize @bullet @item @@ -98,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