diff options
author | Craig Burley <burley@gcc.gnu.org> | 1999-03-17 03:44:15 -0500 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-03-17 03:44:15 -0500 |
commit | e75f4f152f98f31606a8211b21f63083778c28da (patch) | |
tree | 059af40c62b1e9f43531040a2fa3a240b5488b5c /gcc | |
parent | f6a12244c34cd65e2ac2e3616b81d84c3a6c8ab9 (diff) | |
download | gcc-e75f4f152f98f31606a8211b21f63083778c28da.zip gcc-e75f4f152f98f31606a8211b21f63083778c28da.tar.gz gcc-e75f4f152f98f31606a8211b21f63083778c28da.tar.bz2 |
Update NEWS derived file
From-SVN: r25820
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -66,7 +66,7 @@ about previous `g77' versions up-to-date. the mainline, development version of `g77' within `egcs') is available at `http://egcs.cygnus.com/onlinedocs/g77_news.html'. - The following information was last updated on 1999-03-13: + The following information was last updated on 1999-03-17: In `egcs' 1.2 (versus 1.1.2): ============================= @@ -105,9 +105,9 @@ In `egcs' 1.2 (versus 1.1.2): In 0.5.24 and `egcs' 1.1.2 (versus 0.5.23 and 1.1.1): ===================================================== - * Fix the `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. + * Fix the `IDate' intrinsic (VXT) (in `libg2c') 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. * Fix the `Date_and_Time' intrinsic (in `libg2c') to return the milliseconds value properly in VALUES(8). |