diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-03-05 10:22:50 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-03-05 05:22:50 -0500 |
commit | a332224a56040dab0133e1c7d7b9b909bc169eec (patch) | |
tree | 338228b74b2fc6e6fd550152cf9fa44231949a38 | |
parent | 268e8aeed4905a300ae6a7a2ca22d94b9ce3cfcd (diff) | |
download | gcc-a332224a56040dab0133e1c7d7b9b909bc169eec.zip gcc-a332224a56040dab0133e1c7d7b9b909bc169eec.tar.gz gcc-a332224a56040dab0133e1c7d7b9b909bc169eec.tar.bz2 |
Update news item about IDATE (VXT) fix timeline
From-SVN: r25597
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/news.texi | 22 |
2 files changed, 16 insertions, 11 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index d4d03e4..0eb4cdc 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 5 13:22:44 1999 Craig Burley <craig@jcb-sc.com> + + * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2 + so describe it there, instead of under 1.2. + Wed Mar 3 00:57:56 1999 Craig Burley <craig@jcb-sc.com> * news.texi: IDATE (VXT) fixed to return year as 0..99. diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 6cfe954..632fe95 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -65,17 +65,6 @@ somewhat more difficult. @heading In @code{egcs} 1.2: @itemize @bullet @item -Fix the @code{IDate} Intrinsic (VXT) -so the returned year is in the documented, non-Y2K-compliant range -of 0--99, -instead of being returned as 100 in the year 2000. - -@ifnothtml -@xref{IDate Intrinsic (VXT)}, -for more information. -@end ifnothtml - -@item Fix @code{g77} so it no longer crashes when compiling I/O statements using keywords that define @code{INTEGER} values, such as @samp{IOSTAT=@var{j}}, @@ -105,6 +94,17 @@ including information on Year 2000 (Y2K) compliance. @heading In 0.5.24 and @code{egcs} 1.1.2 (versus 0.5.23 and 1.1.1): @itemize @bullet @item +Fix the @code{IDate} Intrinsic (VXT) +so the returned year is in the documented, non-Y2K-compliant range +of 0--99, +instead of being returned as 100 in the year 2000. + +@ifnothtml +@xref{IDate Intrinsic (VXT)}, +for more information. +@end ifnothtml + +@item Fix the @samp{Date_and_Time} intrinsic (in @code{libg2c}) to return the milliseconds value properly in @var{Values}(8). |