summaryrefslogtreecommitdiff
path: root/lib/libmp/libmp.3
Commit message (Collapse)AuthorAgeFilesLines
* Rename all symbols in libmp(3) to mp_*, just like Solaris.Ed Schouten2009-02-261-49/+41
| | | | | | | | | | | | | | | The function pow() in libmp(3) clashes with pow(3) in libm. We could rename this single function, but we can just take the same approach as the Solaris folks did, which is to prefix all function names with mp_. libmp(3) isn't really popular nowadays. I suspect not a single application in ports depends on it. There's still a chance, so I've increased the SHLIB_MAJOR and __FreeBSD_version. Reviewed by: deischen, rdivacky Notes: svn path=/head/; revision=189092
* Add a reference to bn(3) for those looking for functional multiprecisionSean Chittenden2003-08-301-0/+1
| | | | | | | integer arithmetic. Notes: svn path=/head/; revision=119567
* Fixed spelling of rpow in rpow's prototype.Bruce Evans2001-10-031-1/+1
| | | | Notes: svn path=/head/; revision=84424
* Don't claim to be mp(3).Dima Dorfman2001-08-211-1/+1
| | | | Notes: svn path=/head/; revision=82094
* Fix markup and a couple of thinkos.Dima Dorfman2001-08-091-13/+13
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=81343
* Add a manual page for the libmp interface. Some of the descriptionsDima Dorfman2001-07-301-0/+321
great, but then again neither is the interface it's documenting. Notes: svn path=/head/; revision=80609