summaryrefslogtreecommitdiffstats
path: root/lib/libI77
Commit message (Collapse)AuthorAgeFilesLines
* Update to the most recent version. Among other things, this also solvesjoerg1999-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>
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-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...
* Upgrade to the 1997/02/26 version.jmz1997-04-1332-379/+269
|
* Fix the output format for numbers >= 1E99.jmz1997-04-011-2/+2
| | | | Closes PR bin/648.
* General -Wall warning cleanup, part I.jkh1996-07-1223-118/+167
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Update to the 1995/09/20 version. Previous version was 1993/12/17.jmz1995-09-2824-102/+348
|
* Library for f2c. (part 1 of 2)ljo1994-10-2642-0/+6219
Obtained from: netlib.att.com
OpenPOWER on IntegriCloud