aboutsummaryrefslogtreecommitdiff
path: root/lib/libF77
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old libf2c. libg2c is now serving us well.David E. O'Brien1999-04-21123-2814/+0
| | | | Notes: svn path=/head/; revision=45922
* Update to the most recent version. Among other things, this also solvesJoerg Wunsch1999-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> Notes: svn path=/head/; revision=43566
* Add an emply MAIN__() function. This avoid an unresolved reference errorJean-Marc Zucconi1998-11-161-0/+1
| | | | | | | during link phase when using fortran subroutines with non-fortran 'main()'. Notes: svn path=/head/; revision=41204
* Resurrect exit.cJean-Marc Zucconi1998-04-291-0/+37
| | | | | | | PR: misc/6433 Notes: svn path=/head/; revision=35524
* Upgrade to the 1997/02/26 version.Jean-Marc Zucconi1997-04-1329-400/+301
| | | | Notes: svn path=/head/; revision=24847
* Use the C library version of log10() instead of the inaccurate formulaBruce Evans1997-02-241-4/+2
| | | | | | | | | | log10(x) = log10e * log(x). This fixes some small (one or two ULP) inaccuracies. Found by: ucbtest Notes: svn path=/head/; revision=23080
* Oops, I thought I was fixing the double precision lg10 in theBruce Evans1997-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. Notes: svn path=/head/; revision=23079
* Use the C library version of log10() instead of the inaccurate formulaBruce Evans1997-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 Notes: svn path=/head/; revision=22804
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-125-8/+3
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* recording cvs-1.6 file deathPeter Wemm1995-12-301-69/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Update to the 1995/09/20 version. Previous version was 1993/12/17.Jean-Marc Zucconi1995-09-2817-95/+277
| | | | Notes: svn path=/head/; revision=11059
* Library for f2c (part 2 of 2)L Jonas Olsson1994-10-26120-0/+2749
Obtained from: netlib.att.com Notes: svn path=/cvs2svn/branches/ATT/; revision=3902