aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err
Commit message (Collapse)AuthorAgeFilesLines
* MFC: install docs.Jordan K. Hubbard1998-03-051-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=34048
* Merge in from -current all the changes needed to make world with theSatoshi Asami1997-04-111-2/+2
| | | | | | | latest texinfo. Notes: svn path=/stable/2.2/; revision=24813
* YAMFC (rev 1.1: make this texinfo file info-aware)Joerg Wunsch1997-03-072-5/+69
| | | | Notes: svn path=/stable/2.2/; revision=23486
* 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