aboutsummaryrefslogtreecommitdiff
path: root/gnu/include
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
| | | | | | | 'RELENG_3_5_0_RELEASE'. This commit was manufactured to restore the state of the 3.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50569
* 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
* missed these parts of Bruce's changes last time..Peter Wemm1996-08-301-3/+1
| | | | | | | Submitted by: bde (again :-) Notes: svn path=/head/; revision=17960
* Too verbose, typo (I missed the -C :-)Peter Wemm1996-08-301-7/+3
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=17952
* cmp -s || install -c -> install -CPeter Wemm1996-08-301-7/+6
| | | | Notes: svn path=/head/; revision=17944
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-2/+2
| | | | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. Notes: svn path=/head/; revision=9970
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8858
* Put #warning "this file is obsoleted ... etc."Andrey A. Chernov1994-11-171-1/+3
| | | | Notes: svn path=/head/; revision=4550
* Add comment about SYSV-ismAndrey A. Chernov1994-11-151-0/+2
| | | | Notes: svn path=/head/; revision=4497
* Add missing values.h (it isn't part of libg++ anymore) but itAndrey A. Chernov1994-11-082-0/+189
accords ANSI standard, provides backward 1.x compatibility and used in many applications. Notes: svn path=/head/; revision=4247