ExtUtils::F77 Changes list -------------------------- v1.16 released May 16th ------------------------ * Added new config entry for Darwin/OSX (using gcc 4.0 and g77, gfortran or g95) * Added new entry for gfortran under Linux (thanks to Thomas Erben). * Works fine under g77 on intel Mac OS X. v1.15 released Jan 3rd, 2006 ---------------------------- * Jim Edwards f90 patch for SGI irix64 * Added version number print to the startup * Solaris patches from Diab Jerius * OSX warning patch from Doug Burke * Win32 patches from Rob - Sisyphus (2005/1/25) 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 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 * Fixed g77 to use -lg2c in prefererence v1.10 released May 14th 1999 ----------------------------- Tim Jenness : * 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 , Nov 1998) * Added -lg2c support provisionally * Yet another IRIX mod from Christian Soeller * Improved docs slightly. * Small VMS patch from Chuck Lane 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.