| Age | Commit message (Expand) | Author |
| 2007-01-01 | Request the 'verbose' node print when aborting and scheduling nodes. | dsl |
| 2007-01-01 | Add the other half of the fix to stop stuff that depends on .WAIT nodes | dsl |
| 2007-01-01 | Don't force things that have dependencies against .WAIT nodes to be rebuilt. | dsl |
| 2006-12-21 | Fix breakage of previous commit. | dsl |
| 2006-12-20 | Fix detection and reporting of dependency loops in parallel makes. | dsl |
| 2006-12-18 | From Anon Ymous: | christos |
| 2006-11-17 | A rather large rototil in the way the parallel make code schedules jobs. | dsl |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-10-11 | There is no need to resize the pollfd array, it can only ever have 2+maxJobs | dsl |
| 2006-10-09 | Rip out the code for the undocumented -P (don't use pipes for command | dsl |
| 2006-09-23 | Complete revamp of the way make handles job control signals. | dsl |
| 2006-03-31 | There is no need to count jobs and job tokens. | dsl |
| 2006-02-11 | Add some more debug prints. | dsl |
| 2006-02-11 | Debug trace all the targets we are actually intending making. | dsl |
| 2006-01-04 | For parallel makes, don't recycle the job token when we decide not to | dsl |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-07-01 | Change to use __unused instead and provide a compat definition in make.h if | jmc |
| 2004-07-01 | Add some checks for gcc around a few function declarations and note the | jmc |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2003-11-14 | Don't create targets if dependant files marked .OPTIONAL are missing. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-03-21 | Darn.. remove test code from previous commit. | pk |
| 2002-03-21 | When looking at predecessor/successor dependencies, we need to consult a | pk |
| 2002-03-20 | Xref: parse.c, rev 1.46; make.c, rev 1.23 | pk |
| 2002-03-12 | MakeAddAllSrc(): check for empty .ALLSRC variable before using its value. | pk |
| 2002-03-08 | Propagate a .JOIN node's .ALLSRC contents to the parent's .ALLSRC. | pk |
| 2002-02-18 | Make{_}HandleUse(): update comments and layout, re-arrange to avoid some | pk |
| 2002-02-18 | The use of OP_MARK in the MakeHandleUse() list callback function prevents | pk |
| 2002-02-07 | When making a node which is the source of both a .MADE target and a | pk |
| 2002-02-03 | Don't bother to apply suffix rules to find sources for a target marked | pk |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2001-07-03 | add .USEBEFORE Attribute | christos |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-03-05 | Test for non-existant LIB was incorrect (using cmtime cf. mtime). | sjg |
| 2001-01-15 | .PHONY gnode's don't get a PREFIX, so don't try to set the parent's prefixes | christos |
| 2001-01-01 | Delete forceSerial; just use compatMake for that. | sommerfeld |
| 2000-12-30 | Fix token accounting for .BEGIN/.END jobs | sommerfeld |
| 2000-12-30 | Add a token-passing scheme to allow a recursive make to successfully | sommerfeld |
| 2000-06-11 | Readd optimization last night. Problems earlier were partially due to the | mycroft |
| 2000-06-10 | Back out last night's optimization for now. | mycroft |
| 2000-06-10 | Don't use OP_MARK when attaching suffix transformations. | mycroft |
| 2000-06-10 | Introduce an OP_MARK bit, and use it to suppress duplicates during .ALLSRC | mycroft |
| 2000-02-29 | Fixed the oodate test to include the check of gn->cmtime == 0 without | sjg |
| 2000-02-15 | Non-existent libs are always out of date. | sjg |
| 2000-01-31 | You cannot meaningfully test if a non-existent file has a correct | sjg |