summaryrefslogtreecommitdiff
path: root/usr.bin/make/nonints.h
AgeCommit message (Expand)Author
2005-05-10Move the remaining two prototypes from nonints.h to make.h andHartmut Brandt
2005-05-10Move Cmd_Exec() from main.c to job.c and fix its prototype. ThisHartmut Brandt
2005-04-29Implement a pseudo-target .WARN that allows toggeling the warning flagsHartmut Brandt
2005-02-07Introduce Buf_StripNewLines() and use it where appropriate.Hartmut Brandt
2005-02-04Some more easy constification.Hartmut Brandt
2005-02-01Clean up include files and file including. Split nonints.h into piecesHartmut Brandt
2005-01-26Fix quoting of the MAKEFLAGS environment variable by only quoting spacesHartmut Brandt
2004-12-17Remove all the cleanup functions. There is no reason to free memoryHartmut Brandt
2004-12-16Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt
2004-12-08Consify the arguments to str_concat. Remove the STR_DOFREE flag for thatHartmut Brandt
2004-12-07Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt
2004-12-03Fix breakage introduced on 64-bit platforms with my last commit. NeedHartmut Brandt
2004-08-12Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoHartmut Brandt
2004-08-03Put variable assignments from the command line into the MAKEFLAGSHartmut Brandt
2004-07-29Implement POSIX's '+' flag for command lines. This flag causes a lineHartmut Brandt
2004-03-10Reworked the fix to print the useful line number on error inRuslan Ermilov
2002-10-28Split var.c into var.c and var_modify.c and move all the modification funcsJuli Mallett
2002-10-23Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett
2002-09-18Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett
2002-09-17#define<space> -> #define<tab>Juli Mallett
2002-08-19Remove local prototypes for main().Juli Mallett
2002-06-12The error functions take constant pointers to strings for their format.Juli Mallett
2002-05-22str_concat() doesn't really take const arguments.Juli Mallett
2002-04-13Fix copyrights, and undo SCS ID damage.David E. O'Brien
2002-04-13De'register.David E. O'Brien
2002-03-22remove __PWarner Losh
2000-12-02There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-17Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek
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
1995-01-23Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes