summaryrefslogtreecommitdiff
path: root/gnu/lib/libobjc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.10.0_cvscvs2svn2004-05-251-1/+1
| | | | | | | 'RELENG_4_10_0_RELEASE'. This commit was manufactured to restore the state of the 4.10-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: bsd.incs.mk support and assorted header fixes:Ruslan Ermilov2002-07-221-5/+2
| | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: docs/29534, bin/28002 Notes: svn path=/stable/4/; revision=100501
* MFC: rev 1.11David E. O'Brien2000-03-301-1/+1
| | | | Notes: svn path=/stable/4/; revision=58824
* MFC: rev. 1.10 (switch to 2.95 libobjc codebase)David E. O'Brien2000-03-301-13/+26
| | | | Notes: svn path=/stable/4/; revision=58813
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.David E. O'Brien1999-11-151-1/+1
| | | | Notes: svn path=/head/; revision=53173
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Purely cosmetic changes -- fix Id'sDavid E. O'Brien1999-08-161-2/+1
| | | | Notes: svn path=/head/; revision=49865
* * Fix indentation style bug.David E. O'Brien1999-04-061-4/+4
| | | | | | | | | * Missed a "<" on the /dev/null redirection in the runtime-info.h generation. Submitted by: missing "<" by bde Notes: svn path=/head/; revision=45380
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2David E. O'Brien1999-04-041-8/+16
| | | | | | | (in contrib/egcs) Notes: svn path=/head/; revision=45299
* Document why the library is still not being build as shared.Martin Cracauer1998-09-091-2/+2
| | | | | | | PR: gnu/7811 Notes: svn path=/head/; revision=38989
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Add libobjc, the Objective-C runtime library.Peter Wemm1996-09-191-0/+33
Notes: svn path=/head/; revision=18391