| Age | Commit message (Expand) | Author |
| 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 |
| 1999-09-16 | Some minor cleanup of :: tests. | mycroft |
| 1999-09-15 | Rework how :: dependencies are handled. | mycroft |
| 1998-11-11 | This patch fixes the problem introduced in the previous commit where | christos |
| 1998-11-11 | PR/6426: Jim Bernard: make sometimes does not make directories on top of | christos |
| 1998-03-26 | PR/5210: Hauke Fath: make core dumps with .SHELL | christos |
| 1997-09-28 | wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP | lukem |
| 1997-07-01 | Add WARNS=1 | christos |
| 1997-06-07 | Deal with archive.a(member.o) nodes when expanding .USE dependencies or | christos |
| 1997-05-06 | Make sure `-n' is actually disabled for targets with the .MAKE attribute. | mycroft |
| 1997-05-02 | - Target searching addition: | christos |
| 1997-03-28 | Make sure that the children of nodes that are marked .MADE, are marked | christos |
| 1997-03-23 | Locate all the children of a node marked as MADE. | christos |
| 1997-03-10 | Add a .MADE directive to indicated that the children of a target are | christos |
| 1997-02-20 | Reported by cgd: fix .USE directive problems: | christos |
| 1996-11-06 | - Merge in FreeBSD and Lite2 changes. | christos |
| 1996-08-30 | Fix bug reported by Greg Hudson where leaf (source only) nodes were | christos |
| 1996-03-15 | Add PHONY attribute and target. This is the first step to cleanup the | christos |
| 1995-06-14 | - $NetBSD$ rcsids | christos |
| 1995-01-06 | Fixes from Paul Borman (prb@bsdi.com) | christos |
| 1994-06-06 | Fixes from Christos Zoulas, who used purify, objectcenter and testcenter | jtc |
| 1994-03-05 | fixes/improvements from Christos Zoulas <christos@deshaw.com>. | cgd |
| 1994-01-13 | Include appropriate header files to bring prototypes into scope. | jtc |