summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce a new pseudo-target .EXPORTVAR which allows to put aharti2005-05-061-1/+4
* Implement a pseudo-target .WARN that allows toggeling the warning flagsharti2005-04-291-4/+56
* Introduce a flag to enable extended warnings (-x) and make them offharti2005-04-281-4/+13
* Remove an unneccesary forward declaration for MainParseArgs().harti2005-04-111-20/+34
* Remove the call to Parse_Init() - there is no need to initializeharti2005-04-111-2/+0
* Style: Indentation.harti2005-04-011-133/+133
* Almost complete rewrite of the archive code (except for the Makefile parsingharti2005-03-311-3/+7
* Make paths an explicite datatype instead of using the generic Lst.harti2005-03-231-9/+10
* An automatic variable in a local scope is (conceptionally) destroyed withharti2005-03-221-1/+1
* Simplify buffer access by using Buf_Data() and Buf_Peel() whereharti2005-03-221-1/+1
* Replace a bogus use of Lst_Find with explicite LST_FOREACH callsharti2005-03-181-8/+14
* Remove leading underscores from the pathname defines. All identifiersharti2005-03-111-8/+8
* Use Buf_Peel to get rid of a local variable.harti2005-03-081-4/+3
* 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
OpenPOWER on IntegriCloud