summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-161-3/+2
| | | | | | | | | the compatibility library libcompat. - Add new implementations of lsearch() and lfind() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and add them to the makefile. - Add function prototypes for lsearch() and lfind() to the search.h header.
* - Remove the old insque() and remque() functions and their manualrobert2002-10-161-3/+1
| | | | | | | | | page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header.
* MAN[1-9] -> MAN.ru2001-03-271-5/+5
|
* Aargh, the $FreeBSD$ check caused an inconsistent commit by rejectingbde1999-12-221-2/+3
| | | | | | | | | | | this makefile update which should have been together with the file removal. Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c from the "MISSING" list. These were old variants of get/setrlimit() and getrusage(), respectively, and were never implemented in FreeBSD. vlimit.3 referred to <sys/vlimit.h> which was removed recently. vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD.
* Cleanup. Make it compile on alpha.dima1998-11-101-17/+0
|
* Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.kato1998-09-091-11/+11
|
* Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-101-8/+1
| | | | | | friend shmget(). PR: closes misc/6763
* Speedup in case locale not usedache1997-04-041-1/+1
|
* Remove unneded define from CFLAGS (from orand* compatibility)ache1997-03-291-1/+1
|
* Remove orand* compatibility as promised (next release)ache1997-03-291-5/+1
|
* Add orandom(), osrandom(), etc.ache1996-10-091-3/+7
|
* Convert to newly aded collate compare functionache1996-08-121-1/+1
|
* Use collate info for alpha character rangesache1996-08-121-1/+1
| | | | 8bit cleanup
* remove MLINKS regcomp.3 regexec.3 regerror.3 due name clash with libcwosch1996-05-271-2/+3
|
* Added some missing MLINKS for section 3 man pages.mpp1996-02-091-0/+1
| | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3.
* Add cfree.3ache1995-11-291-1/+1
|
* Added function and man page for ftok(3), used in conjunction withjoerg1995-05-011-1/+8
| | | | | | | the so-called "System V IPC". Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD
* My libcompat cleanup.joerg1995-04-101-2/+5
| | | | | | | | | | | | | | | o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work
* Make libcompat a static only library.nate1995-02-201-0/+1
| | | | | | | Since functions will come and go from libcompat as they are deprecated it makes no sense to build a shared library out of it as it will change. Based on freedback from Terry and Jonas on the mailing lists.
* Make it work with our make macros.wollman1994-08-051-3/+3
|
* Comment out missing sources.rgrimes1994-05-271-5/+8
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+58
OpenPOWER on IntegriCloud