Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
84b1e725
Commit
84b1e725
authored
Mar 02, 1999
by
Craig Burley
Committed by
Craig Burley
Mar 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix STAT, LSTAT, FSTAT, DATE_AND_TIME docs
From-SVN: r25544
parent
5460eb07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
43 deletions
+61
-43
gcc/f/ChangeLog
+11
-0
gcc/f/intdoc.in
+50
-43
No files found.
gcc/f/ChangeLog
View file @
84b1e725
...
...
@@ -5,6 +5,17 @@
1999-02-26 Craig Burley <craig@jcb-sc.com>
* intdoc.in (STAT_func, STAT_subr,
FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
Properly order array elements. Specify N/A return values.
1999-02-26 Craig Burley <craig@jcb-sc.com>
* intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
seconds, and VALUES(8), therefore, milliseconds.
1999-02-26 Craig Burley <craig@jcb-sc.com>
* news.texi: Clarify IOSTAT= fix.
1999-02-25 Richard Henderson <rth@cygnus.com>
...
...
gcc/f/intdoc.in
View file @
84b1e725
...
...
@@ -1715,16 +1715,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
...
...
@@ -1736,6 +1733,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
...
...
@@ -1748,10 +1749,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.
...
...
@@ -1769,16 +1770,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
...
...
@@ -1790,6 +1788,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
...
...
@@ -1802,10 +1804,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.
...
...
@@ -1833,16 +1835,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
...
...
@@ -1854,6 +1853,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
...
...
@@ -1866,10 +1869,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.
...
...
@@ -1893,16 +1896,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
...
...
@@ -1914,6 +1914,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
...
...
@@ -1926,10 +1930,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.
...
...
@@ -1955,16 +1959,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
...
...
@@ -1976,6 +1977,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
...
...
@@ -1988,10 +1993,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.
...
...
@@ -2011,16 +2016,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
...
...
@@ -2032,6 +2034,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
...
...
@@ -2044,10 +2050,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.
...
...
@@ -2677,7 +2683,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
@4
@
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment