From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15907 invoked by alias); 4 Sep 2004 00:02:35 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15851 invoked from network); 4 Sep 2004 00:02:34 -0000 Received: from unknown (HELO bluesmobile.specifixinc.com) (64.220.152.98) by sourceware.org with SMTP; 4 Sep 2004 00:02:34 -0000 Received: from specifixinc.com (unknown [192.168.1.2]) by bluesmobile.specifixinc.com (Postfix) with ESMTP id 5F5F616399; Fri, 3 Sep 2004 17:02:34 -0700 (PDT) Message-ID: <4139061A.3000501@specifixinc.com> Date: Sat, 04 Sep 2004 00:02:00 -0000 From: James E Wilson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.6) Gecko/20040114 MIME-Version: 1.0 To: "William Clodius,,," Cc: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: http://gcc.gnu.org/fortran/librarystatus.html References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------080600040203070707090800" X-SW-Source: 2004-09/txt/msg00170.txt.bz2 This is a multi-part message in MIME format. --------------080600040203070707090800 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 511 William Clodius,,, wrote: > 1. ACSII sometimes appears as a misspelling of ASCII. > 2. An exception is the cell for > DATE_AND_TIME which is red, but says implemented. I assume that one of > these is incorrect and the cell should either be green, or the text > should be unimplemented. Fixed with the attached patch. I changed the DATE_AND_TIME color to green, and fixed the ASCII misspellings. This has been XHTML validated and checked in. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com --------------080600040203070707090800 Content-Type: text/plain; name="patch.fortran.library" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch.fortran.library" Content-length: 3850 Index: librarystatus.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/librarystatus.html,v retrieving revision 1.8 diff -p -p -r1.8 librarystatus.html *** librarystatus.html 22 Jun 2004 21:45:36 -0000 1.8 --- librarystatus.html 3 Sep 2004 20:31:42 -0000 *************** code for these in the library.

*** 73,79 **** COUNTImplementedYES CPU_TIMEImplementedNO CSHIFTNot implementedNO ! DATE_AND_TIMEImplementedNO DBLEImplementedNO DIGITSImplemented*NO DIMImplementedYES --- 73,79 ---- COUNTImplementedYES CPU_TIMEImplementedNO CSHIFTNot implementedNO ! DATE_AND_TIMEImplementedNO DBLEImplementedNO DIGITSImplemented*NO DIMImplementedYES *************** code for these in the library.

*** 101,111 **** KINDImplemented*NO LBOUNDImplementedNO LENImplementedNO ! LEN_TRIMACSII onlyNO ! LGEACSII onlyNO ! LGTACSII onlyNO ! LLEACSII onlyNO ! LLTACSII onlyNO LOGImplementedYES LOG10ImplementedYES LOGICALImplementedNO --- 101,111 ---- KINDImplemented*NO LBOUNDImplementedNO LENImplementedNO ! LEN_TRIMASCII onlyNO ! LGEASCII onlyNO ! LGTASCII onlyNO ! LLEASCII onlyNO ! LLTASCII onlyNO LOGImplementedYES LOG10ImplementedYES LOGICALImplementedNO --------------080600040203070707090800--