| Age | Commit message (Expand) | Author |
| 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 |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2001-11-14 | Fix a very old and annoying bug: Adding suffixes to sufflist wasn't setting | tv |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-05-08 | Fix core dump triggered by a .DEFAULT target with no commands. | aymeric |
| 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 | Introduce an OP_MARK bit, and use it to suppress duplicates during .ALLSRC | mycroft |
| 2000-01-22 | Don't apply suffix rules for .PHONY targets. (gmake doesn't do this either.) | mycroft |
| 1999-09-16 | Some minor cleanup of :: tests. | mycroft |
| 1999-09-15 | Rework how :: dependencies are handled. | mycroft |
| 1999-09-15 | Don't bother iterating through all the data structures to free(3) everything | mycroft |
| 1999-09-15 | Avoid using Lst_Member() in SuffExpandChildren(), by avoiding Lst_ForEach() and | mycroft |
| 1998-11-01 | Reduced memory leaks. | itohy |
| 1998-11-01 | If the target name is shorter than the suffix, | itohy |
| 1998-09-18 | PR/6162: Greg A. Woods: pmake does not add suffix rules if gnodes have children. | christos |
| 1998-07-04 | Fix access to freed memory; pointed out by Todd Miller. | christos |
| 1998-07-02 | PR/5690: Wolfgang Rupprecht: deleting a suffix that has 0 source references | christos |
| 1997-09-28 | wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP | lukem |
| 1997-07-01 | Add WARNS=1 | christos |
| 1997-05-08 | Add the new .NOPATH feature which can be used to disable .PATH search | gwr |
| 1997-05-06 | Don't do a suffix search for a .PHONY target. | mycroft |
| 1997-05-02 | - Target searching addition: | christos |
| 1996-11-06 | - Merge in FreeBSD and Lite2 changes. | christos |
| 1996-08-13 | Add estrdup(), a checked version of strdup and use it. | christos |