From listadm Thu Aug 22 23:19:58 2002 Received: from email1.ansi.org (email1.ansi.org [12.15.192.17]) by dkuug.dk (8.9.2/8.9.2) with ESMTP id XAA94390 for ; Thu, 22 Aug 2002 23:19:58 +0200 (CEST) (envelope-from mdeane@ANSI.org) Received: by email1.ansi.org with Internet Mail Service (5.5.2653.19) id ; Thu, 22 Aug 2002 17:21:51 -0400 Message-ID: <2F81C8110D55D411882A0020356797B2027FD7D5@email1.ansi.org> From: Matthew Deane To: "'SC 22 Distribution List'" Subject: SC 22 N 3483 - Abstract for Committee Draft Revision of ISO/IEC 1 539-1:1997 Date: Thu, 22 Aug 2002 17:21:49 -0400 X-Mailer: Internet Mail Service (5.5.2653.19) ISO/IEC JTC 1/SC22 Programming languages, their environments and system software interfaces Secretariat: U.S.A. (ANSI) ISO/IEC JTC 1/SC22 N3483 TITLE: Abstract for Committee Draft Revision of ISO/IEC 1539-1:1997 DATE ASSIGNED: 2002-08-22 SOURCE: SC 22/WG 5 Convenor (J. Reid) BACKWARD POINTER: N/A DOCUMENT TYPE: Other document (Open) PROJECT NUMBER: 22.02.01.01 STATUS: For information. This abstract is circulated as reminder that ITTF will now require an abstract for all drafts submitted to ITTF for FDIS ballot and/or publication. For further information, see SC 22 N3382. ACTION IDENTIFIER: FYI DUE DATE: DISTRIBUTION: Text CROSS REFERENCE: SC 22 N3382 DISTRIBUTION FORM: Open Address reply to: ISO/IEC JTC 1/SC22 Secretariat Matt Deane ANSI 25 West 43rd Street New York, NY 10036 Telephone: (212) 642-4992 Fax: (212) 840-2298 Email: mdeane@ansi.org ___end of cover page, beginning of document____________ ISO/IEC JTC1/SC22/WG5 N1494 Committee Draft revision of ISO/IEC 1539-1:1997 - Programming Language Fortran - Part 1: Base language Abstract Fortran is a computer language for scientific and technical programming that is tailored for efficient run-time execution on a wide variety of processors. It was first standardized in 1966 and the standard has since been revised three times (1978, 1991, 1997). The revision of 1991 was major and those of 1978 and 1997 were relatively minor. This proposed fourth revision is major and has been made following a meeting of ISO/IEC JTC1/SC22/WG5 in 1997 that considered all the requirements of users, as expressed through their national bodies. The significant enhancements in the 1991 revision were dynamic storage, structures, derived types, pointers, type parameterization, modules, and array language. The main thrust of the 1997 revision was in connection with alignment with HPF (High Performance Fortran). The major enhancements for this revision are (1) Derived type enhancements: parameterized derived types, improved control of accessibility, improved structure constructors, and finalizers. (2) Object oriented programming support: type extension and inheritance, polymorphism, dynamic type allocation, and type-bound procedures. (3) Data manipulation enhancements: allocatable components, deferred type parameters, VOLATILE attribute, explicit type specification in array constructors, pointer enhancements, extended initialization expressions, and enhanced intrinsic procedures. (4) Input/output enhancements: asynchronous transfer, stream access, user specified transfer operations for derived types, user specified control of rounding during format conversions, named constants for preconnected units, the flush statement, regularization of keywords, and access to error messages. (5) Procedure pointers. (6) Support for IEC 60559 (IEEE 754) exceptions. (7) Interoperability with the C programming language. (8) Support for international usage: access to ISO 10646 4-byte characters and choice of decimal or comma in numeric formatted input/output. (9) Enhanced integration with the host operating system: access to command line arguments, environment variables, and processor error messages. In addition, there are numerous minor enhancements. Except in extremely minor ways, this revision is upwards compatible with the current standard, that is, a program that conforms to the present standard will conform to the revised standard. The enhancements are in response to demands from users and will keep Fortran appropriate for the needs of present-day programmers without losing the vast investment in existing programs.