OSDN Git Service

2003-05-18 Toon Moene <toon@moene.indiv.nluug.nl>
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 May 2003 14:20:23 +0000 (14:20 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 May 2003 14:20:23 +0000 (14:20 +0000)
* intdoc.in: Fix documentation of IDATE.
* intdoc.texi: Regenerate.
* news.texi: Update due to also fixing it in 3.3.1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66931 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/intdoc.in
gcc/f/intdoc.texi
gcc/f/news.texi

index c16eb14..c917533 100644 (file)
@@ -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
index a51bc85..55d426a 100644 (file)
@@ -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
index fc5517a..7de4257 100644 (file)
@@ -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
index f7c5003..d77626b 100644 (file)
@@ -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