diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-06-16 08:59:56 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-06-16 04:59:56 -0400 |
commit | afada1498f7468c7b78a1c3e1a39c2c08f87350b (patch) | |
tree | 2a55a7eb0e840c943bf5cfacea84bec5edfa3ecd /gcc/f/news.texi | |
parent | f45b30fc063189a5e5e6e64b5998089f31d76395 (diff) | |
download | gcc-afada1498f7468c7b78a1c3e1a39c2c08f87350b.zip gcc-afada1498f7468c7b78a1c3e1a39c2c08f87350b.tar.gz gcc-afada1498f7468c7b78a1c3e1a39c2c08f87350b.tar.bz2 |
fix BACKSPACE, doc fix, update derived file
From-SVN: r27540
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index ea0a131..9f20e65 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -9,7 +9,7 @@ @c in the standalone derivations of this file (e.g. NEWS). @set copyrights-news 1995-1999 -@set last-update-news 1999-06-04 +@set last-update-news 1999-06-16 @include root.texi @@ -186,6 +186,13 @@ in cases where such partial overlap is deemed possible. @ifclear USERVISONLY @item +@code{libg2c} (@code{libf2c}) no longer loses track +of the file being worked on +during a @code{BACKSPACE} operation. +@end ifclear + +@ifclear USERVISONLY +@item @c Tim Prince reported this, regarding the TEST_FPU benchmark. Automatic arrays now seem to be working on HP-UX systems. @end ifclear |