| Age | Commit message (Expand) | Author |
| 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-10-05 | Add the ability to .export variables to the environment. | sjg |
| 2007-04-05 | kill clobbered warning from Tobias Nygren | christos |
| 2006-11-17 | A rather large rototil in the way the parallel make code schedules jobs. | dsl |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-22 | sprinkle volatile. | christos |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-10-09 | In a non-native build, always use a shell to execute commands. This may | apb |
| 2006-04-22 | Coverity CID 530: Don't leak the argument vector. | christos |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-05-08 | Don't complain that we cannot make .END. | christos |
| 2005-05-08 | Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them. | christos |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-07-01 | Add some checks for gcc around a few function declarations and note the | jmc |
| 2004-05-07 | Remove use of sh -e when running in compat mode. | sjg |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2003-09-10 | Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target | jmmv |
| 2003-09-09 | when displaying the 'Failed command:', collapse runs of whitespace in the | lukem |
| 2003-09-08 | don't free cmdStart too early, as cmd points somewhere in there and we | lukem |
| 2003-09-02 | Also display failed target. Given | lukem |
| 2003-09-02 | display the command that failed. | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Allow .SHELL: to control the shell used by compat mode too. | sjg |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-04-27 | Rather than hardcoding "/bin/sh", use _PATH_BSHELL. To allow bootstrapping, | bjh21 |
| 2002-03-21 | don't print extra newlines on errors. | christos |
| 2002-03-14 | JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also | pk |
| 2002-02-07 | When making a node which is the source of both a .MADE target and a | pk |
| 2002-02-04 | Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADE | christos |
| 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-10-16 | Don't ignore errors during .END processing. | sjg |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-06-01 | A number of semi-related changes. | sjg |
| 2001-05-29 | better error messages on exec* failures. From Simon Burge. | christos |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2001-01-01 | Delete forceSerial; just use compatMake for that. | sommerfeld |
| 2000-04-20 | Changes to make MAKEOBJDIRPREFIX useful. | sjg |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 1999-09-16 | Fix a bug in the previous. In the `compat' case, we don't actually use the | mycroft |
| 1999-03-24 | report a sensible error if wait() fails. | sommerfe |
| 1998-11-11 | This patch fixes the problem introduced in the previous commit where | christos |
| 1998-11-01 | Reduced memory leaks. | itohy |
| 1998-03-26 | PR/5210: Hauke Fath: make core dumps with .SHELL | christos |
| 1997-12-31 | Change an exit() to _exit(), so that it's safe for vfork(). | thorpej |
| 1997-09-28 | wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP | lukem |