| Age | Commit message (Expand) | Author |
| 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 |
| 1997-07-01 | Add WARNS=1 | christos |
| 1997-05-07 | Ignore `-t' when the .MAKE attribute is set. | mycroft |
| 1997-05-06 | Make sure `-n' is actually disabled for targets with the .MAKE attribute. | mycroft |
| 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 |
| 1995-11-22 | Updates for POSIX/SVR4 compiling: | christos |
| 1995-11-02 | Minor: | christos |
| 1995-09-27 | Update lseek() constants: | jtc |
| 1995-06-14 | - $NetBSD$ rcsids | christos |
| 1994-11-25 | Don't remove targets when the -n flag is given and make is interrupted. | christos |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc |
| 1994-06-06 | Fixes from Christos Zoulas, who used purify, objectcenter and testcenter | jtc |
| 1994-03-07 | kill some warnings, from Christos. | cgd |
| 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 |
| 1993-08-01 | Add RCS identifiers. | mycroft |