aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/util.c
Commit message (Expand)AuthorAgeFilesLines
* Use the print_flags function to print the OP_ flags of a target.Hartmut Brandt2005-05-131-4/+6
* Simplify the print routines by using LST_FOREACH instead of Lst_ForEachHartmut Brandt2005-03-111-0/+20
* Add a debugging function that prints a message and appends theHartmut Brandt2005-03-081-0/+18
* Move PrintAddr() from util.c into suff.c - the only file where it isHartmut Brandt2005-02-041-11/+0
* Make enomem static - it's referenced only in util.c.Hartmut Brandt2005-02-021-1/+3
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-9/+6
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-301-19/+22
* Move utilitarian routines to util.c, which isn't the same as the oldJuli Mallett2002-10-101-0/+285
* o unifdef -D__STDC__Warner Losh2002-03-231-344/+0
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingWill Andrews2001-01-211-3/+0
* Format string paranoia. This should avoid potential buffer overflows fromWill Andrews2000-11-301-3/+3
* Use __RCSID()Wilfredo Sanchez2000-07-091-4/+5
* Use __RCSID()Wilfredo Sanchez2000-07-091-4/+4
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-141-4/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-1/+1
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-0/+349