| Age | Commit message (Expand) | Author |
| 2017-04-16 | Assert archive member syntax. Cite who guarantees it. | riastradh |
| 2017-04-16 | Use, don't kludge, MAKE_ATTR_UNUSED. | riastradh |
| 2016-06-30 | Fix DEBUG_SRC build. Partly from PR 51191. | dholland |
| 2016-06-30 | Cleanse an old mangy way of avoiding an unused variable warning. | dholland |
| 2016-06-30 | Fix botched logic; PR 51191 from David Binderman. | dholland |
| 2016-03-15 | Another small change to make archive member rules work. With this change | matthias |
| 2016-03-15 | dynamic dependencies for library member targets are working again. | matthias |
| 2016-03-14 | make $@ an alias for $! in archive member rules (compatibility with | matthias |
| 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-12-20 | Suff_ClearSuffixes() needs to re-initialize suffNull, | sjg |
| 2015-10-11 | Add Boolean wantit to Var_Parse and Var_Subst | sjg |
| 2014-09-07 | Revert all make changes except the unit tests to the state of three | joerg |
| 2014-08-27 | Make .INVISIBLE nodes be ignored by suffix transformations. | christos |
| 2014-08-23 | PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086) | christos |
| 2013-05-18 | We cannot skip all Suff processing for .PHONY targets, | sjg |
| 2011-09-29 | Make sure .PHONY targets get .TARGET set. | sjg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2009-01-23 | Sprinkle some const. | dsl |
| 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-10-06 | Don't use emalloc and friends directly, but call them consistently | joerg |
| 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 |
| 2006-11-17 | A rather large rototil in the way the parallel make code schedules jobs. | dsl |
| 2006-11-11 | Point a few diagnostic printfs (the ones that got away) to debug_file | dsl |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-25 | Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore() | dsl |
| 2006-10-25 | Fix previous - need to add a lstPrev() | dsl |
| 2006-10-25 | Only do dynamic dependecy expansion once, and follow by a single filename | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-06-29 | Fixed gcc warnings about signed vs. unsigned in comparisons. | rillig |
| 2006-03-31 | Add some coverity allocation comments, and change the way the allocator | christos |
| 2006-01-08 | Don't (try to) use files marked .OPTIONAL as implicit sources. | dsl |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups 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-12-29 | Add comments in the pmake style, and factor out a local variable. | christos |
| 2004-12-29 | Dir_MTime did not search for a file using the correct parh; i.e. it was | christos |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2004-02-13 | Spell the plural of suffix "suffixes", not "suffices". | wiz |
| 2004-01-11 | Reindent search loop in SuffFindCmds using 'continue' and 'break' instead | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2002-12-05 | Lst exp -> Lst explist, to avoid warnings about gcc-current's | scw |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-02-04 | Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADE | christos |
| 2002-02-03 | Bring down the number of stat(2) system calls from 682 to 294. This change | christos |