ExtUtils::F77 Changes list
--------------------------
v1.14 released Jun 15th 2001
----------------------------
* Diab Jerius' Solaris regex patch
* Tim Butler's Solaris patch
* Now prints version on "use"
* David Meleedy's Solaris patch?
* My mix and match of all the above
* Added COPYING file for Licence statement
* Tim Jeness' latest Solaris patch
* My own patch to make sure gcclibs are appended for g77
v1.13 released May 8th 2000
---------------------------
* Small IRIX patch from Christian Soeller.
* Tim Butler's Solaris patch (to make sure directories in path really
do contain libF77.a)
* Charles Lane's latest VMS patch (properly blanks VMS libs)
* Changed my email address.
* Added Gokhan Ulu's <ulu@ultra.bu.edu> patch to use Solaris
LD_LIBRARY_PATH variable to assist in locating F77 libs.
v1.12 released Oct 26th 1999
----------------------------
* SGI coding suggestion from Tim Jenness to suppress a warning.
v1.11 released Oct 15th 1999
-----------------------------
* Now removed from PGPLOT module distribution to avoid confusing CPAN,
now purely available standalone.
* Got rid of some "for my $foo" ism's for 5.003 compatibility.
* Christian's cygwin patches.
* Patch to restore fallback to g77 behaviour if o/s compiler not found.
(e.g. solaris)
* IRIX changes from Ovidiu Toader <ovi@physics.utoronto.ca>
* Fixed g77 to use -lg2c in prefererence
v1.10 released May 14th 1999
-----------------------------
Tim Jenness <t.jenness@jach.hawaii.edu>:
* Fixes for Redhat 6.0 searching for libg2c.a
* Better POD documentation
* New runtimeok() method
v1.09 released May 11th, 1999
-----------------------------
* Yet another IRIX patch (Allen Smith <easmith@beatrice.rutgers.edu>, Nov 1998)
* Added -lg2c support provisionally
* Yet another IRIX mod from Christian Soeller <c.soeller@auckland.ac.nz>
* Improved docs slightly.
* Small VMS patch from Chuck Lane <lane@duphy4.physics.drexel.edu>
v1.08 released Sep 11th, 1998
-----------------------------
* Better gcc detection (Anton Berezin)
* Improved libf2c directory location
* fixed pod2man bugs in documentation
* IRIX n32 fix
v1.07 released May 21st, 1998.
------------------------------
* Now supports VMS! Thanks to Charles Lane for his patch
* Added -lxlf90 to AIX libs (Andreas Heitmann)
* Added g77/f77/fort77 search for Generic g77/f2c
* Fixed minor bug in falling back to g77/f2c
* Added support for explicit overriding of Fortran libs
using the environment variable F77LIBS.