aboutsummaryrefslogtreecommitdiff
path: root/lib/libI77
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old libf2c. libg2c is now serving us well.David E. O'Brien1999-04-2140-6404/+0
| | | | Notes: svn path=/head/; revision=45922
* Update to the most recent version. Among other things, this also solvesJoerg Wunsch1999-02-0328-545/+545
| | | | | | | | | | | | | | | | | 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
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+1
| | | | | | | | | | | | | | In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but... Notes: svn path=/head/; revision=39327
* Upgrade to the 1997/02/26 version.Jean-Marc Zucconi1997-04-1332-379/+269
| | | | Notes: svn path=/head/; revision=24847
* Fix the output format for numbers >= 1E99.Jean-Marc Zucconi1997-04-011-2/+2
| | | | | | | Closes PR bin/648. Notes: svn path=/head/; revision=24469
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-1223-118/+167
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Update to the 1995/09/20 version. Previous version was 1993/12/17.Jean-Marc Zucconi1995-09-2824-102/+348
| | | | Notes: svn path=/head/; revision=11059
* Library for f2c. (part 1 of 2)L Jonas Olsson1994-10-2642-0/+6219
Obtained from: netlib.att.com Notes: svn path=/cvs2svn/branches/ATT/; revision=3900