This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fortran, trunk] Update documentation.


After bootstrap and make dvi:

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)
2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>

	* intdoc.in: Fix documentation of IDATE.
	* intdoc.texi: Regenerate.
	* g77.texi: Document completion of INTEGER*n support.
	* news.texi: Update due to the above.

*** intdoc.in.orig	Sun May 11 12:23:39 2003
--- intdoc.in	Sun May 11 12:30:19 2003
*************** zero if not, and negative if the informa
*** 1289,1295 ****
  
  DEFDOC (IDATE_unix, "Get local time info.", "\
! Fills @var{@1@} with the numerical values at the current local time
! of day, month (in the range 1--12), and year in elements 1, 2, and 3,
! respectively.
  The year has four significant digits.
  
--- 1289,1295 ----
  
  DEFDOC (IDATE_unix, "Get local time info.", "\
! Fills @var{@1@} with the numerical values at the current local time.
! The day (in the range 1--31), month (in the range 1--12),
! and year appear in elements 1, 2, and 3 of @var{@1@}, respectively.
  The year has four significant digits.
  
*************** DEFDOC (IDATE_vxt, "Get local time info 
*** 1309,1313 ****
  Returns the numerical values of the current local time.
  The month (in the range 1--12) is returned in @var{@1@},
! the day (in the range 1--7) in @var{@2@},
  and the year in @var{@3@} (in the range 0--99).
  
--- 1309,1313 ----
  Returns the numerical values of the current local time.
  The month (in the range 1--12) is returned in @var{@1@},
! the day (in the range 1--31) in @var{@2@},
  and the year in @var{@3@} (in the range 0--99).
  
*** g77.texi.orig	Sun May 11 12:46:18 2003
--- g77.texi	Sun May 11 13:09:21 2003
*************** This inspired Craig to add further suppo
*** 317,320 ****
--- 317,322 ----
  even though the resulting support
  would still be incomplete.
+ This support is believed to be completed at version 3.4
+ of @command{gcc} by Roger Sayle (@email{roger@@eyesopen.com}).
  
  @item
*** news.texi.orig	Fri Apr 11 21:37:03 2003
--- news.texi	Sun May 11 13:09:51 2003
***************
*** 12,16 ****
  @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003
  
! @set last-update-news 2003-04-11
  
  @ifset DOC-NEWS
--- 12,16 ----
  @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003
  
! @set last-update-news 2003-05-11
  
  @ifset DOC-NEWS
*************** The following information was last updat
*** 157,161 ****
  @itemize @bullet
  @item
! Nothing yet.
  @end itemize
  
--- 157,171 ----
  @itemize @bullet
  @item
! 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
! problems with regard to the support of INTEGER*8, INTEGER*2 and INTEGER*1
! as a fallout of fixing PR 8485.
  @end itemize
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]