summaryrefslogtreecommitdiffstats
path: root/lib/libmp
Commit message (Collapse)AuthorAgeFilesLines
* MAN[1-9] -> MAN.ru2002-05-131-1/+1
|
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
* Fixed spelling of rpow in rpow's prototype.bde2001-10-031-1/+1
|
* Add __FBSDID()s to libmpdillon2001-09-301-4/+2
|
* Don't claim to be mp(3).dd2001-08-211-1/+1
|
* Fix markup and a couple of thinkos.dd2001-08-091-13/+13
| | | | Submitted by: ru
* Rename mp.3 to libmp.3 since that's what all the other "library"dd2001-07-302-323/+1
| | | | | | manual pages (e.g., libstand, libdisk) are called. Submitted by: sheldonh
* Add a manual page for the libmp interface. Some of the descriptionsdd2001-07-301-0/+321
| | | | great, but then again neither is the interface it's documenting.
* Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.dd2001-07-291-1/+2
|
* Install the man page and add mp.h to INCS.dd2001-07-291-0/+3
|
* Add a manual page for the libmp interface. It isn't real great, butdd2001-07-291-0/+321
| | | | then again neither is the interface it's documenting.
* This is the traditional BSD libmp interface implemented in terms ofdd2001-07-293-0/+636
the OpenSSL BIGNUM interface. It is provided for compatibility only and should not be used in new code.
OpenPOWER on IntegriCloud