xref: /csrg-svn/usr.bin/f77/libI77/READ_ME (revision 43968)
1*43968Sbostic		     Unix f77 I/O Library
2*43968Sbostic			November, 1981
3*43968Sbostic
4*43968Sbostic	The sources here represent a major update of the original f77 i/o
5*43968Sbosticlibrary.  In almost all cases routines conform to the ANSI standard. The
6*43968Sbosticonly known exceptions are the "print" file form in `open' and `inquire',
7*43968Sbosticand the "+" vertical format control (still not implemented). Often relaxations
8*43968Sbosticor extensions of the standard have been incorporated.
9*43968SbosticSee the writeup file for details of the new library.
10*43968Sbostic
11*43968Sbostic	The non-ANSI extensions can be eliminated from the library by
12*43968Sbosticchanging the Makefile to compile with -DKOSHER.
13*43968Sbostic
14*43968SbosticInstall this source in parallel with the other libraries. Then:
15*43968Sbostic	make libI77.a
16*43968Sbostic	make install
17*43968Sbostic
18*43968Sbostic
19*43968SbosticPlease send bug reports, fixes, etc. to one of
20*43968Sbostic	dlw@g.cc.berkeley	(new uucp mailer)
21*43968Sbostic	ucbvax!g.dlw		(old uucp mailer)
22*43968Sbostic	g.dlw@berkeley		(arpanet)
23