| Age | Commit message (Expand) | Author |
| 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 |
| 2014-07-16 | PR/48367: David A. Holland: Mark possible submake nodes so that we can | christos |
| 2013-09-04 | Add VAR_INTERNAL as a context for variables set by make itself, | sjg |
| 2013-06-18 | Use a #define for the variable name we put in environment to pass .MAKE.LEVEL | sjg |
| 2013-02-25 | Fix obvious typo. | dholland |
| 2012-06-12 | Replace __dead, __unused and the various printf format attributes | joerg |
| 2012-06-04 | Var_UnExport() and setenv() can both realloc environ. | sjg |
| 2011-09-16 | Use __dead consistently. If it doesn't exist, define it away. | joerg |
| 2011-05-04 | Add .MAKE.META.BAILIWICK - to identify the scope of make's control. | sjg |
| 2011-02-20 | Use the current directory at start time for .PARSEDIR, if the filename | 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-04-23 | On darwin at least, vfork() fails in child of vfork(). | sjg |
| 2010-04-22 | Just because $TMPDIR is set does not mean it is valid. | sjg |
| 2010-04-07 | Add: | sjg |
| 2009-09-08 | Reviewed by: apb | sjg |
| 2009-01-24 | Fixes to includes of make_malloc.h to that it actually builds when | dsl |
| 2009-01-24 | Move the bmake_malloc() functions into their own .c and .h files. | dsl |
| 2008-12-13 | Use NULL instead of -1 cast to the relavant type (usually via NIL). | dsl |
| 2008-12-07 | add debug flag for cwd. | christos |
| 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 |
| 2008-01-19 | Implement -dl (aka LOUD) to override '@' at the start of script lines. | sjg |
| 2007-12-21 | If make can't find a rule to create a file it needs to satisfy a rule | dsl |
| 2007-10-08 | Use .MAKE.MAKEFILES to track all the makefiles that have been read | sjg |
| 2007-10-05 | Add the ability to .export variables to the environment. | sjg |
| 2007-10-01 | Add the ability to tweak the token output before targets in job mode. | sjg |
| 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 |