update NEWS, intdoc.texi derived files
From-SVN: r25598
This commit is contained in:
parent
a332224a56
commit
b3b2275a5c
12
gcc/f/NEWS
12
gcc/f/NEWS
@ -45,12 +45,6 @@ somewhat more difficult.
|
||||
In `egcs' 1.2:
|
||||
==============
|
||||
|
||||
* 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.
|
||||
|
||||
*Note IDate Intrinsic (VXT)::, for more information.
|
||||
|
||||
* Fix `g77' so it no longer crashes when compiling I/O statements
|
||||
using keywords that define `INTEGER' values, such as `IOSTAT=J',
|
||||
where J is other than default `INTEGER' (such as `INTEGER*2').
|
||||
@ -73,6 +67,12 @@ In `egcs' 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.
|
||||
|
||||
*Note IDate Intrinsic (VXT)::, for more information.
|
||||
|
||||
* Fix the `Date_and_Time' intrinsic (in `libg2c') to return the
|
||||
milliseconds value properly in VALUES(8).
|
||||
|
||||
|
@ -3026,7 +3026,8 @@ The difference between local time and UTC (GMT) in the form @var{Shhmm}:
|
||||
sign, hours and minutes, e.g.@: @samp{-0500} (winter in New York);
|
||||
@item Values
|
||||
The year, month of the year, day of the month, time difference in
|
||||
minutes from UTC, hour of the day, minutes of the hour and milliseconds
|
||||
minutes from UTC, hour of the day, minutes of the hour, seconds
|
||||
of the minute, and milliseconds
|
||||
of the second in successive values of the array.
|
||||
@end table
|
||||
|
||||
@ -5022,16 +5023,13 @@ extracted from the @code{stat} structure as returned by
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
File mode
|
||||
Device ID
|
||||
|
||||
@item
|
||||
Inode number
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
|
||||
@item
|
||||
Device id (if relevant)
|
||||
File mode
|
||||
|
||||
@item
|
||||
Number of links
|
||||
@ -5042,6 +5040,10 @@ Owner's uid
|
||||
@item
|
||||
Owner's gid
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
(0 if not available)
|
||||
|
||||
@item
|
||||
File size (bytes)
|
||||
|
||||
@ -5055,10 +5057,10 @@ Last modification time
|
||||
Last file status change time
|
||||
|
||||
@item
|
||||
Preferred I/O block size
|
||||
Preferred I/O block size (-1 if not available)
|
||||
|
||||
@item
|
||||
Number of blocks allocated
|
||||
Number of blocks allocated (-1 if not available)
|
||||
@end enumerate
|
||||
|
||||
Not all these elements are relevant on all systems.
|
||||
@ -5107,16 +5109,13 @@ extracted from the @code{stat} structure as returned by
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
File mode
|
||||
Device ID
|
||||
|
||||
@item
|
||||
Inode number
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
|
||||
@item
|
||||
Device id (if relevant)
|
||||
File mode
|
||||
|
||||
@item
|
||||
Number of links
|
||||
@ -5127,6 +5126,10 @@ Owner's uid
|
||||
@item
|
||||
Owner's gid
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
(0 if not available)
|
||||
|
||||
@item
|
||||
File size (bytes)
|
||||
|
||||
@ -5140,10 +5143,10 @@ Last modification time
|
||||
Last file status change time
|
||||
|
||||
@item
|
||||
Preferred I/O block size
|
||||
Preferred I/O block size (-1 if not available)
|
||||
|
||||
@item
|
||||
Number of blocks allocated
|
||||
Number of blocks allocated (-1 if not available)
|
||||
@end enumerate
|
||||
|
||||
Not all these elements are relevant on all systems.
|
||||
@ -7755,16 +7758,13 @@ The values in this array are extracted from the
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
File mode
|
||||
Device ID
|
||||
|
||||
@item
|
||||
Inode number
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
|
||||
@item
|
||||
Device id (if relevant)
|
||||
File mode
|
||||
|
||||
@item
|
||||
Number of links
|
||||
@ -7775,6 +7775,10 @@ Owner's uid
|
||||
@item
|
||||
Owner's gid
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
(0 if not available)
|
||||
|
||||
@item
|
||||
File size (bytes)
|
||||
|
||||
@ -7788,10 +7792,10 @@ Last modification time
|
||||
Last file status change time
|
||||
|
||||
@item
|
||||
Preferred I/O block size
|
||||
Preferred I/O block size (-1 if not available)
|
||||
|
||||
@item
|
||||
Number of blocks allocated
|
||||
Number of blocks allocated (-1 if not available)
|
||||
@end enumerate
|
||||
|
||||
Not all these elements are relevant on all systems.
|
||||
@ -7846,16 +7850,13 @@ The values in this array are extracted from the
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
File mode
|
||||
Device ID
|
||||
|
||||
@item
|
||||
Inode number
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
|
||||
@item
|
||||
Device id (if relevant)
|
||||
File mode
|
||||
|
||||
@item
|
||||
Number of links
|
||||
@ -7866,6 +7867,10 @@ Owner's uid
|
||||
@item
|
||||
Owner's gid
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
(0 if not available)
|
||||
|
||||
@item
|
||||
File size (bytes)
|
||||
|
||||
@ -7879,10 +7884,10 @@ Last modification time
|
||||
Last file status change time
|
||||
|
||||
@item
|
||||
Preferred I/O block size
|
||||
Preferred I/O block size (-1 if not available)
|
||||
|
||||
@item
|
||||
Number of blocks allocated
|
||||
Number of blocks allocated (-1 if not available)
|
||||
@end enumerate
|
||||
|
||||
Not all these elements are relevant on all systems.
|
||||
@ -9882,16 +9887,13 @@ The values in this array are extracted from the
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
File mode
|
||||
Device ID
|
||||
|
||||
@item
|
||||
Inode number
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
|
||||
@item
|
||||
Device id (if relevant)
|
||||
File mode
|
||||
|
||||
@item
|
||||
Number of links
|
||||
@ -9902,6 +9904,10 @@ Owner's uid
|
||||
@item
|
||||
Owner's gid
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
(0 if not available)
|
||||
|
||||
@item
|
||||
File size (bytes)
|
||||
|
||||
@ -9915,10 +9921,10 @@ Last modification time
|
||||
Last file status change time
|
||||
|
||||
@item
|
||||
Preferred I/O block size
|
||||
Preferred I/O block size (-1 if not available)
|
||||
|
||||
@item
|
||||
Number of blocks allocated
|
||||
Number of blocks allocated (-1 if not available)
|
||||
@end enumerate
|
||||
|
||||
Not all these elements are relevant on all systems.
|
||||
@ -9969,16 +9975,13 @@ The values in this array are extracted from the
|
||||
|
||||
@enumerate
|
||||
@item
|
||||
File mode
|
||||
Device ID
|
||||
|
||||
@item
|
||||
Inode number
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
|
||||
@item
|
||||
Device id (if relevant)
|
||||
File mode
|
||||
|
||||
@item
|
||||
Number of links
|
||||
@ -9989,6 +9992,10 @@ Owner's uid
|
||||
@item
|
||||
Owner's gid
|
||||
|
||||
@item
|
||||
ID of device containing directory entry for file
|
||||
(0 if not available)
|
||||
|
||||
@item
|
||||
File size (bytes)
|
||||
|
||||
@ -10002,10 +10009,10 @@ Last modification time
|
||||
Last file status change time
|
||||
|
||||
@item
|
||||
Preferred I/O block size
|
||||
Preferred I/O block size (-1 if not available)
|
||||
|
||||
@item
|
||||
Number of blocks allocated
|
||||
Number of blocks allocated (-1 if not available)
|
||||
@end enumerate
|
||||
|
||||
Not all these elements are relevant on all systems.
|
||||
|
Loading…
Reference in New Issue
Block a user