aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err
Commit message (Collapse)AuthorAgeFilesLines
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74870
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-5/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* Zap $Source$Peter Wemm1999-09-061-1/+0
| | | | Notes: svn path=/head/; revision=51002
* Build this from contrib/ now.Mark Murray1999-09-0413-607/+7
| | | | Notes: svn path=/head/; revision=50881
* $Header$ -> $FreeBSD$Peter Wemm1999-08-285-8/+8
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50476
* Remove definition of malloc and realloc. Instead include stdlib.h.Warner Losh1998-09-111-5/+4
| | | | Notes: svn path=/head/; revision=39061
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22993
* Make this texinfo file info-aware.Joerg Wunsch1997-02-012-5/+69
| | | | | | | | | | I notice info(1) has some problems moving back and forth through the resulting info file, but emacs doesn't, so i figure it's rather a problem with info(1) itself. To the least, this file installs now finally. Notes: svn path=/head/; revision=22176
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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
* Back out the last backout. This should work now that the bsd.info.mkPeter Wemm1997-01-122-4/+4
| | | | | | | spammed revisions have been restored. Notes: svn path=/head/; revision=21589
* Disconnect the doc subdir as well, bsd.info.mk freaks out if therePeter Wemm1997-01-122-4/+4
| | | | | | | is no ${INFO} variable set.. :-( Notes: svn path=/head/; revision=21585
* This texinfo documentation isn't really enough texinfo-izedJoshua Peck Macdonald1997-01-111-2/+2
| | | | | | | | to construct an info file from, as documented at the top. There are no nodes, so I'm commenting out the INFO= list. Notes: svn path=/head/; revision=21523
* Removed unused `-I.'s from CFLAGS.Bruce Evans1996-09-041-2/+1
| | | | | | | | | | | "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'. Notes: svn path=/head/; revision=18035
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-3/+2
| | | | Notes: svn path=/head/; revision=17930
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+4
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* 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
* Don't call _doprnt, which doesn't exist; use vfprintf.Garrett Wollman1995-01-231-33/+2
| | | | Notes: svn path=/head/; revision=5817
* The Common Error Description Library, developed by MIT SIPB and used byGarrett Wollman1995-01-1415-0/+1210
a number of (ex-)Athena programs. Breaking my own rules for importing somewhat, as this code does not appear to be actively maintained by anyone (not that it really needs it). Notes: svn path=/cvs2svn/branches/sipb/; revision=5622