summaryrefslogtreecommitdiff
path: root/usr.bin/make/util.c
AgeCommit message (Expand)Author
2015-06-16Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh
2005-05-13Use the print_flags function to print the OP_ flags of a target.Hartmut Brandt
2005-03-11Simplify the print routines by using LST_FOREACH instead of Lst_ForEachHartmut Brandt
2005-03-08Add a debugging function that prints a message and appends theHartmut Brandt
2005-02-04Move PrintAddr() from util.c into suff.c - the only file where it isHartmut Brandt
2005-02-02Make enomem static - it's referenced only in util.c.Hartmut Brandt
2005-02-01Clean up include files and file including. Split nonints.h into piecesHartmut Brandt
2004-11-30Stylification: missing spaces, extra space after function names, castsHartmut Brandt
2002-10-10Move utilitarian routines to util.c, which isn't the same as the oldJuli Mallett
2002-03-23o unifdef -D__STDC__Warner Losh
2001-01-21Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingWill Andrews
2000-11-30Format string paranoia. This should avoid potential buffer overflows fromWill Andrews
2000-07-09Use __RCSID()Wilfredo Sanchez
2000-07-09Use __RCSID()Wilfredo Sanchez
2000-04-14#include <errno.h> where needed. Kill extern int errno;.Warner Losh
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-10-08O' to be bitten by CVS. Cleanup after importSteve Price
1996-10-06Merge in NetBSD's changes to make(1). Changes include:Steve Price