| Age | Commit message (Expand) | Author |
| 2006-08-26 | Fix non-native build. | christos |
| 2006-08-26 | More programs using efun. | christos |
| 2006-07-28 | Fix minor mem leak in PrintOnError(). | sjg |
| 2006-06-29 | Fixed gcc warnings about signed vs. unsigned in comparisons. | rillig |
| 2006-05-19 | Coverity CID 3147: Plug memory leak. | christos |
| 2006-04-22 | Coverity CID 527: Make it painfully obvious that av is freed. | christos |
| 2006-04-12 | Change ReadMakefile to return 0 on success so that it better meets | sjg |
| 2006-03-31 | There is no need to count jobs and job tokens. | dsl |
| 2006-03-17 | Coverity CID 2719: argvalue can be NULL when passed into functions. | christos |
| 2006-03-11 | Remove most of the code seemed to be there to support 'remote jobs'. | dsl |
| 2006-02-26 | Make ".WAIT" apply recursively to all children of nodes on the right | apb |
| 2006-02-18 | Don't use data in freed stack. | tsutsui |
| 2006-01-22 | Make .NOTPARALLEL stop the job engine issuing more than one token (instead | dsl |
| 2006-01-04 | When a parallel make job completes, always put the job token back into the | dsl |
| 2005-08-09 | Add typedefs for DuplicateProc and FreeProc from Max Okumoto. | christos |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-08-03 | from Max Okumoto: debug should be int, not boolean. | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-06-24 | Revert rev 1.110 and restore the previous "automagic objdir" support; | lukem |
| 2005-06-23 | Deprecate support for automagically setting the .OBJDIR to | lukem |
| 2005-06-17 | Add new debugging option '-dn' which will leave the scripts fed into make on | jmc |
| 2005-06-03 | appease gcc -Wuninitialized | lukem |
| 2005-06-01 | Add :Ox for random ordering, based on patch from | sjg |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-07-13 | Sync usage with man page; from Kouichirou Hiratsuka in PR 26223. | wiz |
| 2004-07-01 | Change to use __unused instead and provide a compat definition in make.h if | jmc |
| 2004-07-01 | Add some checks for gcc around a few function declarations and note the | jmc |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2004-04-22 | Recognize -- (dash dash) and apply the usual interpretation. | ross |
| 2004-03-27 | Validate existence of arguemnt. PR#24933. | enami |
| 2004-03-24 | Fix comment per PR 24437; make(1) tries "makefile" first, and then | fair |
| 2004-02-05 | Parse args with open code to eliminate use of getopt(3). | ross |
| 2004-02-03 | add parent directory search for make as discussed on tech-toolchain. | chuck |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-18 | When looking for a makefile and curdir != objdir (i.e. working inside of an | jmc |
| 2003-12-07 | Add a -Dg3 which outputs the 'input graph' only on error exit. | dsl |
| 2003-09-10 | Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target | jmmv |
| 2003-09-05 | Allow -V '${FOO}' to print the expanded version of FOO. | sjg |
| 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 |
| 2003-05-10 | Remove extra space in usage message. | jmmv |
| 2003-03-14 | Add a -X option, which prevents make(1) from putting variables | thorpej |
| 2003-02-26 | Add -B to MAKEFLAGS so that it propagates to sub-makes. | sjg |
| 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-14 | JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also | pk |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2001-12-11 | Allow MAKE_MACHINE to be unset if MAKE_BOOTSTRAP. | tv |