| Age | Commit message (Expand) | Author |
| 2007-01-01 | Remove the (now redundant) MAKE_BSIZE, BUF_DEF_SIZE from buf.c is used instead. | dsl |
| 2006-12-20 | Fix detection and reporting of dependency loops in parallel makes. | dsl |
| 2006-12-04 | There really is no point calling estrdup() to get a copy of the makefile name | dsl |
| 2006-11-17 | A rather large rototil in the way the parallel make code schedules jobs. | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-10-09 | Rip out the code for the undocumented -P (don't use pipes for command | dsl |
| 2006-08-26 | Don't include <util.h> if we are not NetBSD. Other OS's don't have it. | christos |
| 2006-08-26 | More programs using efun. | christos |
| 2006-03-10 | PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags. | christos |
| 2006-02-26 | Make ".WAIT" apply recursively to all children of nodes on the right | apb |
| 2006-01-22 | Make .NOTPARALLEL stop the job engine issuing more than one token (instead | dsl |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-06-17 | Add new debugging option '-dn' which will leave the scripts fed into make on | jmc |
| 2005-05-08 | Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them. | christos |
| 2005-05-01 | Don't accept dependencies for .BEGIN, .END, and .INTERRUPT since they | christos |
| 2004-07-15 | define __GNUC_PREREQ__ if it isn't available on host. | yamt |
| 2004-07-01 | Change to use __unused instead and provide a compat definition in make.h if | jmc |
| 2003-12-07 | Add a -Dg3 which outputs the 'input graph' only on error exit. | dsl |
| 2003-09-27 | Implement :[] modifier to allow picking a range of words out of a variable. | sjg |
| 2003-09-10 | Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target | jmmv |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2003-03-14 | Add a -X option, which prevents make(1) from putting variables | thorpej |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-03-20 | Xref: parse.c, rev 1.46; make.c, rev 1.23 | pk |
| 2002-02-18 | Make_HandleUse() no longer has a return value, | pk |
| 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 |
| 2001-10-31 | Overhaul the initialization and handling of .OBJDIR: | tv |
| 2001-10-31 | Allow "-m" to be used in a .MAKEFLAGS: special target and get it to work. | tv |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-07-03 | add .USEBEFORE Attribute | christos |
| 2001-06-09 | Modify handling of command line variable assignments and their exporting | sjg |
| 2001-06-01 | A number of semi-related changes. | sjg |
| 2001-01-14 | - make the second list of commands override the first like gmake does | christos |
| 2001-01-10 | PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings. | christos |
| 2001-01-01 | Missing bit of last change | 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 | Introduce an OP_MARK bit, and use it to suppress duplicates during .ALLSRC | mycroft |
| 2000-06-01 | Create a `for' context, and substitute iteration variable from it using the | mycroft |
| 2000-05-04 | make cleaner C for more picky compilers | drochner |
| 2000-04-20 | Changes to make MAKEOBJDIRPREFIX useful. | sjg |
| 1999-09-16 | Make this compile on Solaris... | kim |
| 1999-09-15 | Replace the linear variable list in the GNode with a hash table. Gives a | mycroft |
| 1998-11-11 | This patch fixes the problem introduced in the previous commit where | christos |
| 1998-10-18 | Only define const and volatile when __STDC__ is not defined (for BOOTSTRAP) | christos |
| 1998-05-21 | Make a MAKE_BOOTSTRAP case work on NetBSD, too, for cross-compile cases | tv |
| 1997-09-23 | fix some ints that should be "time_t" per PR#4139 | fair |