| Age | Commit message (Expand) | Author |
| 2003-02-26 | Add -B to MAKEFLAGS so that it propagates to sub-makes. | sjg |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz |
| 2003-01-09 | Be more specific how to call arguments of modifiers. | uebayasi |
| 2003-01-03 | Tyop fixes | mjl |
| 2002-12-30 | Treat an unquoted '#' as end of line when parsing conditionals. | sjg |
| 2002-12-09 | When JobExec() was called from JobRestartJobs() via JobRestart(), it | gson |
| 2002-12-05 | Lst exp -> Lst explist, to avoid warnings about gcc-current's | scw |
| 2002-12-01 | Parse_DoVar: don't free cp until we are done with it! | sjg |
| 2002-11-29 | Bump date for .PATH description; begin sentence with upper case letter; | wiz |
| 2002-11-26 | Whenever we update .PATH, set the variable ${.PATH} to reflect the | sjg |
| 2002-11-26 | Call fcntl() on the right file descriptors. | enami |
| 2002-11-16 | Fixed race condition that would cause make -j to pause for five | gson |
| 2002-11-02 | environment variables, not environmental variables | perry |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-09-24 | Fix an Xr, add a comma and join two short lines. In short, minor changes :) | wiz |
| 2002-09-24 | add missing Lt. | christos |
| 2002-09-22 | HP/UX fixes from Giles Lean: | lukem |
| 2002-09-14 | If MAKE_BOOTSTRAP and HAVE_CONFIG_H, pull in "config.h" so that | thorpej |
| 2002-08-19 | End some sentences with a dot. bin/17987 by Julio Merino. | wiz |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-06-11 | err/errx/warn/warnx do not need \n at the end | itojun |
| 2002-05-16 | Comment out token after #endif. | wiz |
| 2002-05-16 | Comment out token after #endif. (Hmmmmmmm.) | wiz |
| 2002-04-27 | Rather than hardcoding "/bin/sh", use _PATH_BSHELL. To allow bootstrapping, | bjh21 |
| 2002-04-24 | Allow the makefile to override _PATH_DEFSHELLDIR as well. | bjh21 |
| 2002-04-15 | PR/16361: J. Mallett: make(1)'s job.c does not properly initialise postCommands | christos |
| 2002-03-21 | Darn.. remove test code from previous commit. | pk |
| 2002-03-21 | When looking at predecessor/successor dependencies, we need to consult a | pk |
| 2002-03-21 | don't print extra newlines on errors. | christos |
| 2002-03-20 | Xref: parse.c, rev 1.46; make.c, rev 1.23 | pk |
| 2002-03-19 | clarify how :U works | lukem |
| 2002-03-18 | Fix some of the syntax errors (in unused code) and layout glitches. | pk |
| 2002-03-18 | Block signals during Lst_Open/Lst_Close list traverals and in JobExec | pk |
| 2002-03-18 | Fix signal-handling bogons in JobPassSig(): | pk |
| 2002-03-18 | JobInterrupt(): don't try to unlink JOIN or PHONY targets. | pk |
| 2002-03-18 | Remove bogons from JobMatchShell() | pk |
| 2002-03-15 | Job_ParseShell(): fix keyword counting error. | pk |
| 2002-03-14 | JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also | pk |
| 2002-03-14 | Job_AbortAll(): add missing Lst_Close(). | pk |
| 2002-03-13 | JobInterrupt(): add missing and fix a misplaced Lst_Close(). | pk |
| 2002-03-13 | Add the job's name to the `*** Error/Suspended/Continuing' informational | pk |
| 2002-03-12 | MakeAddAllSrc(): check for empty .ALLSRC variable before using its value. | pk |
| 2002-03-12 | PR/15888: Jarkko Teppo: Problems building on HP/UX | christos |
| 2002-03-08 | Propagate a .JOIN node's .ALLSRC contents to the parent's .ALLSRC. | pk |
| 2002-03-04 | We don't want token while we're aborting. Otherwise, make spins wasting cpu. | enami |
| 2002-03-02 | Add <errno.h> to list of includes, from <imago@13thmonkey.org>, | tv |
| 2002-02-21 | Pull every file parsing context into one structure instead of using a few | reinoud |
| 2002-02-18 | Make{_}HandleUse(): update comments and layout, re-arrange to avoid some | pk |