summaryrefslogtreecommitdiffstats
path: root/lib/liby
Commit message (Collapse)AuthorAgeFilesLines
* Build lib/ with WARNS=6 by default.ed2010-01-021-1/+3
| | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
* Remove California Regent's clause 3, per letterimp2007-01-092-8/+0
|
* Drop useless with NO_PIC SHLIB_MAJOR.ru2005-07-201-3/+0
|
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-1/+1
| | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Include <stdlib.h> for exit() and add a prototype for yyparse().stefanf2004-05-241-0/+4
| | | | Approved by: das (mentor)
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-25/+0
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/*peter2001-11-031-1/+1
| | | | dont exist. IMHO, this is kinda silly.
* Add __FBSDID()s to libydillon2001-09-302-0/+6
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Don't install an elf liby.so[.2] in /usr/lib/compat. We have never hadpeter1998-10-111-4/+13
| | | | any elf binaries linked against it. Try and clean up the mess left over..
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Oops, we still want to build/install the static libraries.wollman1996-11-201-2/+1
|
* Copy a slightly modified version of the `libgnumalloc hack' to allowwollman1996-11-201-2/+24
| | | | | us to finally phase out the 8K shared version of liby in favor of the 600-byte static one, as was done years ago for libl/libfl.
* General -Wall warning cleanup, part I.jkh1996-07-122-1/+3
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-273-0/+92
OpenPOWER on IntegriCloud