aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libmp
Commit message (Collapse)AuthorAgeFilesLines
* Part two of a repository operation to sort out the libmp/libgmp builds.Peter Wemm1995-11-251-50/+16
| | | | | | | | After this commit, you should be able to build libmp and libgmp independently and without being forced to do a make depend first.. Notes: svn path=/head/; revision=12482
* 1) Add the doc/subdirectory - this will get gmp.texi installedMark Murray1995-11-131-21/+2
| | | | | | | 2) Clean up the Makefile - libgmp is coming! Notes: svn path=/head/; revision=12262
* BMake the multiprecision library, and fix as many of the -Wall warningsMark Murray1995-11-121-266/+73
| | | | | | | as is now feasable. Notes: svn path=/head/; revision=12237
* GNU MP (Multiprecision) library. This is needed by secure RPC (beingMark Murray1995-11-121-0/+289
done by Bill Paul) and various other BSD programs. Obtained from:FSF Notes: svn path=/vendor/misc-GNU/dist2/; revision=12234