8sa1-gcc/gcc/f/runtime
1997-11-02 14:19:36 -07:00
..
libF77 * libF77/signal_.c: Undo last change until we can fix it right. 1997-11-01 18:02:05 -07:00
libI77 signal_.c (G77_signal_0): Make return type sig_pf as well. 1997-10-15 10:02:53 -06:00
libU77 Update mainline egcs to gcc2 snapshot 971021. 1997-11-02 14:19:36 -07:00
ChangeLog Update to 0.5.22-19970929. 1997-10-01 01:28:03 -06:00
ChangeLog.egcs * libF77/signal_.c: Undo last change until we can fix it right. 1997-11-01 18:02:05 -07:00
changes.netlib Update to 0.5.22-19970929. 1997-10-01 01:28:03 -06:00
configure Update mainline egcs to gcc2 snapshot 971021. 1997-11-02 14:19:36 -07:00
configure.in configure.in: Always make sure RANLIB_TEST is set. 1997-08-25 01:44:59 -06:00
disclaimer.netlib
f2c.h.in
f2cext.c Update to Aug 26 g77 front end and runtime. 1997-08-27 21:21:05 -06:00
Makefile.in Makefile.in (CGFLAGS): Don't force -g0. 1997-10-07 18:20:24 -06:00
permission.netlib
README
readme.netlib Update to 0.5.22-19970929. 1997-10-01 01:28:03 -06:00
TODO

970811

This directory contains the f2c library packaged for use with g77 to configure
and build automatically (in principle!) as part of the top-level configure and
make steps.  This depends on the makefile and configure fragments in ../f.

Some small changes have been made to the f2c distributions of lib[FI]77 which
come from <ftp:bell-labs.com/netlib/f2c/> and are maintained (excellently) by
David M. Gay <dmg@bell-labs.com>.  See the Notice files for copyright
information.  I'll try to get the changes rolled into the f2c distribution.

Files that come directly from netlib are either maintained in the
gcc/f/runtime/ directory under their original names or, if they
are not pertinent for g77's version of libf2c, under their original
names with `.netlib' appended.  For example, gcc/f/runtime/permissions.netlib
is a copy of f2c's top-level`permissions' file in the netlib distribution.
In this case, it applies only to the relevant portions of the libF77/ and
libI77/ directories; it does not apply to the libU77/ directory, which is
distributed under different licensing arrangements.  Similarly,
the `makefile.netlib' files in libF77/ and libI77/ are copies of
the respective `makefile' files in the netlib distribution, but
are not used when building g77's version of libf2c.

The `README.netlib' files in libF77/ and libI77/ thus might be
interesting, but should not be taken as guidelines for how to
configure and build libf2c in g77's distribution.

The packaging for auto-configuration was done by Dave Love <d.love@dl.ac.uk>.
Minor changes have been made by James Craig Burley <burley@gnu.ai.mit.edu>,
who probably broke things Dave had working.  :-)

Among the user-visible changes (choices) g77 makes in its
version of libf2c:

-  f2c.h configured to default to padding unformatted direct reads
   (#define Pad_UDread), because that's the behavior most users
   expect.

-  f2c.h configured to default to outputting leading zeros before
   decimal points in formatted and list-directed output, to be compatible
   with many other compilers (#define WANT_LEAD_0).  Either way is
   standard-conforming, however, and you should try to avoid writing
   code that assumes one format or another.

-  dtime_() and etime_() are from Dave Love's libU77, not from
   netlib's libF77.