summaryrefslogtreecommitdiffstats
path: root/lib/libisc
Commit message (Collapse)AuthorAgeFilesLines
* Switch from BIND 8 to BIND 9.des2004-09-211-140/+0
| | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
* Fix the #include part of the SYNOPSIS for heap.3dougb2003-06-171-0/+1
| | | | | PR: bin/45269 Submitted by: Slaven Rezic <slaven.rezic@berlin.de>
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
* hex.c is new in libisc with 8.3.1-REL.nectar2002-02-041-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
|
* Add list.h to the to be installed header files.asmodai2001-02-061-0/+1
|
* Update Makefile for the new sources.asmodai2001-01-281-1/+5
|
* Build the ISC library as libisc. This library comes as part of thearchie2000-10-241-0/+135
bind distribution, but until now was not being built as a separate entity. For documentation, see these man pages: assertions(3), eventlib(3), heap(3), logging(3), memcluster(3), tree(3). Reviewed by: jdp
OpenPOWER on IntegriCloud