summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-02-26 13:01:38 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-02-26 08:01:38 -0500
commit6ce1fac585c8c0f916e1cf691f33b9eecd3524c8 (patch)
tree5a7be850338f1a05e45999c227ba6852037798a1
parent1e2786a0c5b8f7ca4db8a9d938efcbac4124a124 (diff)
downloadgcc-6ce1fac585c8c0f916e1cf691f33b9eecd3524c8.tar.gz
doc fix for DATE_AND_TIME
From-SVN: r25464
-rw-r--r--gcc/f/ChangeLog5
-rw-r--r--gcc/f/intdoc.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 3bded3a7fcb..814b7070ef2 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,5 +1,10 @@
1999-02-26 Craig Burley <craig@jcb-sc.com>
+ * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
+ seconds, and VALUES(8), therefore, the milliseconds.
+
+1999-02-26 Craig Burley <craig@jcb-sc.com>
+
* bugs.texi: Mention bugs known fixed in egcs 1.2 as of now.
1999-02-26 Craig Burley <craig@jcb-sc.com>
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in
index 385df02e1d2..697e1ec1335 100644
--- a/gcc/f/intdoc.in
+++ b/gcc/f/intdoc.in
@@ -2503,7 +2503,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