summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/main.c
Commit message (Expand)AuthorAgeFilesLines
* Buf_GetAll wants a pointer as its second argument, not a boolean -harti2005-02-281-1/+1
* Change the return value of Var_Subst to return a Buffer insteadharti2005-02-251-22/+29
* Fix two typos in comments.harti2005-02-171-2/+2
* Mostly stylistic issues: move a variable into local scope, makeharti2005-02-161-36/+48
* Better version of the patch in 1.117: bring a variable into local scopeharti2005-02-161-10/+15
* Back out the previous commit. There is an obvious bug in it.harti2005-02-131-12/+10
* Stylistic fixes: push variable into a local context (this part is goingharti2005-02-111-10/+12
* Introduce Buf_StripNewLines() and use it where appropriate.harti2005-02-071-51/+25
* Some more easy constification.harti2005-02-041-11/+16
* Convert several typedefs from beeing pointers to structs to be the structsharti2005-02-021-1/+2
* Remove debugging stuff that crept in in the previous commit.harti2005-02-011-5/+0
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-13/+23
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesharti2005-01-261-8/+19
* Remove all the cleanup functions. There is no reason to free memoryharti2004-12-171-8/+0
* Fix a long-standing bug when make(1) is passed the -V andru2004-12-161-8/+5
* Instead of dynamically allocating list heads allocated them staticallyharti2004-12-161-41/+50
* Constify the arguments to the list compare function. This temporarilyharti2004-12-081-3/+4
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-071-10/+10
* Make needs no circular lists so remove them from the list code.harti2004-12-071-5/+5
* Fix breakage introduced on 64-bit platforms with my last commit. Needharti2004-12-031-11/+10
* Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-011-11/+9
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-38/+39
* Use typedefs for the types of the functions that are passed as argumentsharti2004-11-291-1/+1
* Include sys/sysctl.h on all architectures not only i386.harti2004-11-251-2/+0
* Gentle code cleanup for the maximum make(1) level foo. This moves it to ajmallett2004-11-241-18/+28
* Eliminate the define for POSIX and build with Posix behaviour.harti2004-11-171-8/+0
* If -B is specified to get compat mode (as opposed to just not givingphk2004-11-121-0/+1
* Add code to enforce the paralleism count (-j N) for the entire treephk2004-11-121-0/+2
* Get rid of more local/remote leftoversphk2004-11-111-1/+1
* Get rid of now unused maxLocal variables.phk2004-11-111-11/+2
* Remove the remote stuff from make. This actually never worked in our makeharti2004-11-041-25/+1
* Expand the scope of the .SHELL specification to also coverru2004-10-231-10/+4
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoharti2004-08-121-6/+7
* Put variable assignments from the command line into the MAKEFLAGSharti2004-08-031-31/+39
* Make the SIGCHLD handler static and declare its argumentharti2004-08-031-2/+2
* Unbreak compilation on RELENG_4.ru2004-04-051-1/+1
* Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>),des2004-04-051-4/+6
* Install a SIGCHLD handler so select(2) will be interrupted when a childdes2003-12-131-0/+20
* Make the -q option DTRT in the compat mode.ru2003-10-031-0/+1
* - Cut out the code that caches the "." directory out of Dir_Init()ru2003-09-141-57/+59
* Sync usage() with SYNOPSIS.ru2003-04-151-3/+3
* No need to check to see if we're running a version of FreeBSD 3.0 current orimp2003-04-041-3/+0
* Check the return status of chdir() when using the -C option.seanc2002-12-171-1/+2
* Remove efree(), it isn't used consistently enough to even pretend that itjmallett2002-10-231-2/+2
* Move utilitarian routines to util.c, which isn't the same as the oldjmallett2002-10-101-233/+1
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-091-37/+19
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-091-1/+0
* Remove unused local-locals, where upper-level locals may safely be used.jmallett2002-10-091-8/+8
* Reference the correct local variable in all parts of a for loop, so wejmallett2002-10-081-1/+1
* In lieu of a good way to prevent every possible looping in make(1), stopjmallett2002-10-031-0/+21
OpenPOWER on IntegriCloud