| Age | Commit message (Expand) | Author |
| 2016-11-10 | Report node name rather than (null) when modified before src | sjg |
| 2016-02-18 | Collapse the 3 boolean parameter to 1 flags parameter. No functional change. | christos |
| 2016-01-17 | remove free NULL checks (Tilman Sauerbeck) | christos |
| 2016-01-09 | Preserve $$ in := assignments.. | christos |
| 2015-10-11 | Add Boolean wantit to Var_Parse and Var_Subst | sjg |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-09-07 | Revert all make changes except the unit tests to the state of three | joerg |
| 2014-08-23 | PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086) | christos |
| 2012-11-09 | Do not stop looking for children, just because one has a .ORDER dependency. | sjg |
| 2012-06-12 | Replace __dead, __unused and the various printf format attributes | joerg |
| 2012-05-10 | Don't use the cache when building nodes that might have changed since the | christos |
| 2012-04-07 | Remove recheck hackery that caused extra stats, and explicitly ask for | christos |
| 2011-09-16 | Use __dead consistently. If it doesn't exist, define it away. | joerg |
| 2010-11-25 | Instead of keeping around the mtime of the youngest child, keep a pointer | christos |
| 2010-09-13 | Add meta.c which implements "meta" mode for make. | sjg |
| 2010-07-06 | Revert 1.80, which somehow manages to produce different (wrong) | dholland |
| 2010-06-30 | Set .PREFIX early the same place .TARGET is set. This makes sure it's | dholland |
| 2010-04-07 | Add: | sjg |
| 2009-01-23 | Change 'ClientData' to 'void *' so that relevant parameters can | dsl |
| 2008-12-13 | Use NULL instead of -1 cast to the relavant type (usually via NIL). | dsl |
| 2008-02-15 | back all changes out until I fix it properly. | christos |
| 2008-02-14 | - use pid_t/size_t as appropriate instead of int. | christos |
| 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 |