summaryrefslogtreecommitdiffstats
path: root/lib/libF77
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old libf2c. libg2c is now serving us well.obrien1999-04-21123-2814/+0
|
* Update to the most recent version. Among other things, this also solvesjoerg1999-02-0315-68/+90
| | | | | | | | | | | | | | the function naming problem for complex double function i've recently aksed for in -committers. (The recently committed rev 1.5 of proc.c was actually also part of this update.) Should the mailing lists come to an agreement that f2c better belongs into the ports, this could be done nevertheless. For the time being, we've at least got a current version now. Thanks, Steve! Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Add an emply MAIN__() function. This avoid an unresolved reference errorjmz1998-11-161-0/+1
| | | | during link phase when using fortran subroutines with non-fortran 'main()'.
* Resurrect exit.cjmz1998-04-291-0/+37
| | | | PR: misc/6433
* Upgrade to the 1997/02/26 version.jmz1997-04-1329-400/+301
|
* Use the C library version of log10() instead of the inaccurate formulabde1997-02-241-4/+2
| | | | | | | log10(x) = log10e * log(x). This fixes some small (one or two ULP) inaccuracies. Found by: ucbtest
* Oops, I thought I was fixing the double precision lg10 in thebde1997-02-241-2/+2
| | | | | | | | | previous revision. Use log10f() instead of log10(). log10f() is currently slightly slower than log10() on P5's, but it is potentially significantly faster. Fixed declaration of the C function used in the (unused?) KR_headers case.
* Use the C library version of log10() instead of the inaccurate formulabde1997-02-161-3/+1
| | | | | | | | | log10(x) = log10e * log(x). The formula would work if the RHS were evaluated in extended precision with an extended precision log(). This actually happened with the i387 log() because it returns excess precision. Found by: ucbtest
* General -Wall warning cleanup, part I.jkh1996-07-125-8/+3
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-69/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Update to the 1995/09/20 version. Previous version was 1993/12/17.jmz1995-09-2817-95/+277
|
* Library for f2c (part 2 of 2)ljo1994-10-26120-0/+2749
Obtained from: netlib.att.com
OpenPOWER on IntegriCloud