Commit b3b2275a by Craig Burley

update NEWS, intdoc.texi derived files

From-SVN: r25598
parent a332224a
...@@ -45,12 +45,6 @@ somewhat more difficult. ...@@ -45,12 +45,6 @@ somewhat more difficult.
In `egcs' 1.2: 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 * Fix `g77' so it no longer crashes when compiling I/O statements
using keywords that define `INTEGER' values, such as `IOSTAT=J', using keywords that define `INTEGER' values, such as `IOSTAT=J',
where J is other than default `INTEGER' (such as `INTEGER*2'). where J is other than default `INTEGER' (such as `INTEGER*2').
...@@ -73,6 +67,12 @@ In `egcs' 1.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): 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 * Fix the `Date_and_Time' intrinsic (in `libg2c') to return the
milliseconds value properly in VALUES(8). milliseconds value properly in VALUES(8).
......
...@@ -3026,7 +3026,8 @@ The difference between local time and UTC (GMT) in the form @var{Shhmm}: ...@@ -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); sign, hours and minutes, e.g.@: @samp{-0500} (winter in New York);
@item Values @item Values
The year, month of the year, day of the month, time difference in 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. of the second in successive values of the array.
@end table @end table
...@@ -5022,16 +5023,13 @@ extracted from the @code{stat} structure as returned by ...@@ -5022,16 +5023,13 @@ extracted from the @code{stat} structure as returned by
@enumerate @enumerate
@item @item
File mode Device ID
@item @item
Inode number Inode number
@item @item
ID of device containing directory entry for file File mode
@item
Device id (if relevant)
@item @item
Number of links Number of links
...@@ -5043,6 +5041,10 @@ Owner's uid ...@@ -5043,6 +5041,10 @@ Owner's uid
Owner's gid Owner's gid
@item @item
ID of device containing directory entry for file
(0 if not available)
@item
File size (bytes) File size (bytes)
@item @item
...@@ -5055,10 +5057,10 @@ Last modification time ...@@ -5055,10 +5057,10 @@ Last modification time
Last file status change time Last file status change time
@item @item
Preferred I/O block size Preferred I/O block size (-1 if not available)
@item @item
Number of blocks allocated Number of blocks allocated (-1 if not available)
@end enumerate @end enumerate
Not all these elements are relevant on all systems. Not all these elements are relevant on all systems.
...@@ -5107,16 +5109,13 @@ extracted from the @code{stat} structure as returned by ...@@ -5107,16 +5109,13 @@ extracted from the @code{stat} structure as returned by
@enumerate @enumerate
@item @item
File mode Device ID
@item @item
Inode number Inode number
@item @item
ID of device containing directory entry for file File mode
@item
Device id (if relevant)
@item @item
Number of links Number of links
...@@ -5128,6 +5127,10 @@ Owner's uid ...@@ -5128,6 +5127,10 @@ Owner's uid
Owner's gid Owner's gid
@item @item
ID of device containing directory entry for file
(0 if not available)
@item
File size (bytes) File size (bytes)
@item @item
...@@ -5140,10 +5143,10 @@ Last modification time ...@@ -5140,10 +5143,10 @@ Last modification time
Last file status change time Last file status change time
@item @item
Preferred I/O block size Preferred I/O block size (-1 if not available)
@item @item
Number of blocks allocated Number of blocks allocated (-1 if not available)
@end enumerate @end enumerate
Not all these elements are relevant on all systems. Not all these elements are relevant on all systems.
...@@ -7755,16 +7758,13 @@ The values in this array are extracted from the ...@@ -7755,16 +7758,13 @@ The values in this array are extracted from the
@enumerate @enumerate
@item @item
File mode Device ID
@item @item
Inode number Inode number
@item @item
ID of device containing directory entry for file File mode
@item
Device id (if relevant)
@item @item
Number of links Number of links
...@@ -7776,6 +7776,10 @@ Owner's uid ...@@ -7776,6 +7776,10 @@ Owner's uid
Owner's gid Owner's gid
@item @item
ID of device containing directory entry for file
(0 if not available)
@item
File size (bytes) File size (bytes)
@item @item
...@@ -7788,10 +7792,10 @@ Last modification time ...@@ -7788,10 +7792,10 @@ Last modification time
Last file status change time Last file status change time
@item @item
Preferred I/O block size Preferred I/O block size (-1 if not available)
@item @item
Number of blocks allocated Number of blocks allocated (-1 if not available)
@end enumerate @end enumerate
Not all these elements are relevant on all systems. Not all these elements are relevant on all systems.
...@@ -7846,16 +7850,13 @@ The values in this array are extracted from the ...@@ -7846,16 +7850,13 @@ The values in this array are extracted from the
@enumerate @enumerate
@item @item
File mode Device ID
@item @item
Inode number Inode number
@item @item
ID of device containing directory entry for file File mode
@item
Device id (if relevant)
@item @item
Number of links Number of links
...@@ -7867,6 +7868,10 @@ Owner's uid ...@@ -7867,6 +7868,10 @@ Owner's uid
Owner's gid Owner's gid
@item @item
ID of device containing directory entry for file
(0 if not available)
@item
File size (bytes) File size (bytes)
@item @item
...@@ -7879,10 +7884,10 @@ Last modification time ...@@ -7879,10 +7884,10 @@ Last modification time
Last file status change time Last file status change time
@item @item
Preferred I/O block size Preferred I/O block size (-1 if not available)
@item @item
Number of blocks allocated Number of blocks allocated (-1 if not available)
@end enumerate @end enumerate
Not all these elements are relevant on all systems. Not all these elements are relevant on all systems.
...@@ -9882,16 +9887,13 @@ The values in this array are extracted from the ...@@ -9882,16 +9887,13 @@ The values in this array are extracted from the
@enumerate @enumerate
@item @item
File mode Device ID
@item @item
Inode number Inode number
@item @item
ID of device containing directory entry for file File mode
@item
Device id (if relevant)
@item @item
Number of links Number of links
...@@ -9903,6 +9905,10 @@ Owner's uid ...@@ -9903,6 +9905,10 @@ Owner's uid
Owner's gid Owner's gid
@item @item
ID of device containing directory entry for file
(0 if not available)
@item
File size (bytes) File size (bytes)
@item @item
...@@ -9915,10 +9921,10 @@ Last modification time ...@@ -9915,10 +9921,10 @@ Last modification time
Last file status change time Last file status change time
@item @item
Preferred I/O block size Preferred I/O block size (-1 if not available)
@item @item
Number of blocks allocated Number of blocks allocated (-1 if not available)
@end enumerate @end enumerate
Not all these elements are relevant on all systems. Not all these elements are relevant on all systems.
...@@ -9969,16 +9975,13 @@ The values in this array are extracted from the ...@@ -9969,16 +9975,13 @@ The values in this array are extracted from the
@enumerate @enumerate
@item @item
File mode Device ID
@item @item
Inode number Inode number
@item @item
ID of device containing directory entry for file File mode
@item
Device id (if relevant)
@item @item
Number of links Number of links
...@@ -9990,6 +9993,10 @@ Owner's uid ...@@ -9990,6 +9993,10 @@ Owner's uid
Owner's gid Owner's gid
@item @item
ID of device containing directory entry for file
(0 if not available)
@item
File size (bytes) File size (bytes)
@item @item
...@@ -10002,10 +10009,10 @@ Last modification time ...@@ -10002,10 +10009,10 @@ Last modification time
Last file status change time Last file status change time
@item @item
Preferred I/O block size Preferred I/O block size (-1 if not available)
@item @item
Number of blocks allocated Number of blocks allocated (-1 if not available)
@end enumerate @end enumerate
Not all these elements are relevant on all systems. Not all these elements are relevant on all systems.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment