aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
Commit message (Expand)AuthorAgeFilesLines
* Implement "Remaking Makefiles" feature:Max Khon2007-03-081-0/+1
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andHartmut Brandt2005-05-131-1/+1
* Move the definitions of the OP_* constants from make.h into GNode.hHartmut Brandt2005-05-101-77/+3
* Move the remaining two prototypes from nonints.h to make.h andHartmut Brandt2005-05-101-0/+3
* Make shellPath and shellName static - they're used in job.c only.Hartmut Brandt2005-05-101-8/+0
* Introduce a flag to enable extended warnings (-x) and make them offHartmut Brandt2005-04-281-0/+7
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-256/+13
* Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt2004-12-161-19/+24
* Get rid of the sequential access feature of the lists. This was usedHartmut Brandt2004-12-081-0/+3
* Consify the arguments to str_concat. Remove the STR_DOFREE flag for thatHartmut Brandt2004-12-081-4/+1
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt2004-12-071-14/+14
* Improve make's diagnostic of mistmatched .if-.endif. This patch isHartmut Brandt2004-07-201-0/+16
* Move utilitarian routines to util.c, which isn't the same as the oldJuli Mallett2002-10-101-0/+1
* Remove extern declarations from functions and source files where they wouldJuli Mallett2002-10-091-0/+2
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett2002-09-181-3/+2
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett2002-09-171-0/+7
* #define<space> -> #define<tab>Juli Mallett2002-09-171-54/+54
* More consistancy. file system > filesystemTom Rhodes2002-05-161-1/+1
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-1/+1
* remove __PWarner Losh2002-03-221-33/+6
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingWill Andrews2001-01-211-0/+2
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-021-6/+1
* Add loud debugging facility (-dl option) which allows programmers/developersWill Andrews2000-05-141-0/+1
* Remove the #include of sys/param.h. It was meant to improve portabilityTim Vanderhoek1999-09-111-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-171-12/+23
* Add a -E flag, similar to -e (overide variables from environment) exceptTim Vanderhoek1999-07-311-2/+5
* Added a -v (verbose) option and hid multi-job file banner generationDavid Greenman1998-11-141-1/+2
* 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-0/+1
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-2/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-6/+14
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+357