aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Burley <burley@gcc.gnu.org>1999-03-05 05:26:20 -0500
committerCraig Burley <burley@gcc.gnu.org>1999-03-05 05:26:20 -0500
commitb3b2275a5ccbe0cef6d22926087173e4e677019d (patch)
tree6b25428bf3fc426de32957a40dea6c3d349c4f33
parenta332224a56040dab0133e1c7d7b9b909bc169eec (diff)
downloadgcc-b3b2275a5ccbe0cef6d22926087173e4e677019d.zip
gcc-b3b2275a5ccbe0cef6d22926087173e4e677019d.tar.gz
gcc-b3b2275a5ccbe0cef6d22926087173e4e677019d.tar.bz2
update NEWS, intdoc.texi derived files
From-SVN: r25598
-rw-r--r--gcc/f/NEWS12
-rw-r--r--gcc/f/intdoc.texi93
2 files changed, 56 insertions, 49 deletions
diff --git a/gcc/f/NEWS b/gcc/f/NEWS
index 7eb2032f..b7fd3ff 100644
--- a/gcc/f/NEWS
+++ b/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).
diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi
index 18c12b1..817124e 100644
--- a/gcc/f/intdoc.texi
+++ b/gcc/f/intdoc.texi
@@ -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
@@ -5043,6 +5041,10 @@ Owner's uid
Owner's gid
@item
+ID of device containing directory entry for file
+(0 if not available)
+
+@item
File size (bytes)
@item
@@ -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
@@ -5128,6 +5127,10 @@ Owner's uid
Owner's gid
@item
+ID of device containing directory entry for file
+(0 if not available)
+
+@item
File size (bytes)
@item
@@ -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
@@ -7776,6 +7776,10 @@ Owner's uid
Owner's gid
@item
+ID of device containing directory entry for file
+(0 if not available)
+
+@item
File size (bytes)
@item
@@ -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
@@ -7867,6 +7868,10 @@ Owner's uid
Owner's gid
@item
+ID of device containing directory entry for file
+(0 if not available)
+
+@item
File size (bytes)
@item
@@ -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
@@ -9903,6 +9905,10 @@ Owner's uid
Owner's gid
@item
+ID of device containing directory entry for file
+(0 if not available)
+
+@item
File size (bytes)
@item
@@ -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
@@ -9990,6 +9993,10 @@ Owner's uid
Owner's gid
@item
+ID of device containing directory entry for file
+(0 if not available)
+
+@item
File size (bytes)
@item
@@ -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.