aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2003-05-18 16:20:23 +0200
committerToon Moene <toon@gcc.gnu.org>2003-05-18 14:20:23 +0000
commit31ac6c9d4f9db4722754083e2e00fd256ed90b28 (patch)
treeee548e1b2f731518bf4b7d2e8724631c00aeeed9
parent5e0c54e5141d403804aad85725680b1791790ed6 (diff)
downloadgcc-31ac6c9d4f9db4722754083e2e00fd256ed90b28.zip
gcc-31ac6c9d4f9db4722754083e2e00fd256ed90b28.tar.gz
gcc-31ac6c9d4f9db4722754083e2e00fd256ed90b28.tar.bz2
intdoc.in: Fix documentation of IDATE.
2003-05-18 Toon Moene <toon@moene.indiv.nluug.nl> * intdoc.in: Fix documentation of IDATE. * intdoc.texi: Regenerate. * news.texi: Update due to also fixing it in 3.3.1. From-SVN: r66931
-rw-r--r--gcc/f/ChangeLog6
-rw-r--r--gcc/f/intdoc.in11
-rw-r--r--gcc/f/intdoc.texi9
-rw-r--r--gcc/f/news.texi6
4 files changed, 20 insertions, 12 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index c16eb14..c917533 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-18 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ * intdoc.in: Fix documentation of IDATE.
+ * intdoc.texi: Regenerate.
+ * news.texi: Update due to also fixing it in 3.3.1.
+
2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
* g77.texi: Remove most of the of the preface of the
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in
index a51bc85..55d426a 100644
--- a/gcc/f/intdoc.in
+++ b/gcc/f/intdoc.in
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1999, 2003 Free Software Foundation, Inc.
* This is part of the G77 manual.
* For copying conditions, see the file g77.texi. */
@@ -1315,12 +1315,13 @@ and the year in @var{@3@} (in the range 0--99).
@cindex Year 2000 compliance
@cindex wraparound, Y2K
@cindex limits, Y2K
-This intrinsic is not recommended, due to the year 2000 approaching.
-Therefore, programs making use of this intrinsic
-might not be Year 2000 (Y2K) compliant.
+This intrinsic is not recommended, due to the fact that
+its return value for year wraps around century boundaries
+(change from a larger value to a smaller one).
+Therefore, programs making use of this intrinsic, for
+instance, might not be Year 2000 (Y2K) compliant.
For example, the date might appear,
to such programs, to wrap around
-(change from a larger value to a smaller one)
as of the Year 2000.
@xref{IDate Intrinsic (UNIX)}, for information on obtaining more digits
diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi
index fc5517a..7de4257 100644
--- a/gcc/f/intdoc.texi
+++ b/gcc/f/intdoc.texi
@@ -5948,12 +5948,13 @@ and the year in @var{Y} (in the range 0--99).
@cindex Year 2000 compliance
@cindex wraparound, Y2K
@cindex limits, Y2K
-This intrinsic is not recommended, due to the year 2000 approaching.
-Therefore, programs making use of this intrinsic
-might not be Year 2000 (Y2K) compliant.
+This intrinsic is not recommended, due to the fact that
+its return value for year wraps around century boundaries
+(change from a larger value to a smaller one).
+Therefore, programs making use of this intrinsic, for
+instance, might not be Year 2000 (Y2K) compliant.
For example, the date might appear,
to such programs, to wrap around
-(change from a larger value to a smaller one)
as of the Year 2000.
@xref{IDate Intrinsic (UNIX)}, for information on obtaining more digits
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index f7c5003a..d77626b 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -11,7 +11,7 @@
@c in the standalone derivations of this file (e.g. NEWS).
@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003
-@set last-update-news 2003-05-11
+@set last-update-news 2003-05-18
@ifset DOC-NEWS
@include root.texi
@@ -160,8 +160,6 @@ Problem Reports fixed (in chronological order of submission):
@table @code
@item 8485
g77 doesn't accept INTEGER*8 constant in PARAMETER multiplication.
-@item 10726
-Documentation for function IDATE Intrinsic (UNIX) is wrong.
@end table
@item
Roger Sayle (@email{roger@@eyesopen.com}) fixed the remaining
@@ -207,6 +205,8 @@ Double complex zero ** double precision number -> NaN instead of zero
ICE caused by invalid PARAMETER in implied DO loop
@item 10197
Direct access files not unformatted by default
+@item 10726
+Documentation for function IDATE Intrinsic (UNIX) is wrong [fixed in 3.3.1].
@end table
@item
Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling