Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.wanted,net.lang.f77 Subject: Re: Namelist Interpreter Message-ID: <2919@sun.uucp> Date: Tue, 22-Oct-85 03:53:44 EDT Article-I.D.: sun.2919 Posted: Tue Oct 22 03:53:44 1985 Date-Received: Thu, 24-Oct-85 00:39:10 EDT References: <269@ukc.UUCP> <256@uwstat.UUCP> <582@bonnie.UUCP> <1805@hao.UUCP> Organization: Sun Microsystems, Inc. Lines: 20 Xref: watmath net.wanted:7441 net.lang.f77:393 > > Help! Does anyone have routines that mimic in any way > > the namelist feature of VMS and IBM Fortran? > > We have implemented a limited NAMELIST capability here. ... > Unfortunately, ours is implemented as a subroutine library, which means > syntax changes in your FORTRAN program will be required in order to use it. > (Any other method would require compiler hacking anyway, I suppose). Some compiler hacking, perhaps. Somebody (Stu Feldman?) stuck items in the "f77" grammar and I/O statement handling code to support NAMELIST; however, they never got around to writing (or, at least, releasing) the support library routines. The people at AT&T-IS (formerly at the Bell Labs UNIX System Development Laboratory, formerly at..., formerly at...) and the people doing the 4.3BSD version of "f77" finally wrote, or at least released (or will release, presumably, in the cae of 4.3BSD) the needed library routines. I don't know how much in the way of fixes to the compiler, or changes (as opposed to additions) to the "f77" I/O library were needed to make it work. Guy Harris