| Age | Commit message (Expand) | Author |
| 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 |
| 2002-02-18 | Make_HandleUse() no longer has a return value, | pk |
| 2002-02-18 | The use of OP_MARK in the MakeHandleUse() list callback function prevents | pk |
| 2002-02-17 | Add the default main target to the ${.TARGETS} variable, too. | pk |
| 2002-02-17 | Prevent a premature end of the iteration if the first element in the list | pk |
| 2002-02-10 | Targ_PrintType(): include .PHONY and .MADE attributes. | pk |
| 2002-02-10 | Fix for previous: JobRestart() return value check was reversed. | pk |
| 2002-02-08 | JobRestartJobs() should cease scheduling stopped jobs if the maximum | pk |
| 2002-02-08 | JobStart(): if there no commands to execute for a node, set its status | pk |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-07 | When making a node which is the source of both a .MADE target and a | pk |
| 2002-02-07 | Edit -mdoc usage. | ross |
| 2002-02-06 | Add `tu' and `tl' variable expansion modifiers, which transform the | pk |
| 2002-02-06 | JobPrintCommand: avoid stale pointers on a node's command list. | pk |
| 2002-02-04 | Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADE | christos |
| 2002-02-03 | Bring down the number of stat(2) system calls from 682 to 294. This change | christos |
| 2002-02-03 | Resurrect revision 1.23: no need to stat .PHONY targets. | pk |
| 2002-02-03 | Don't bother to apply suffix rules to find sources for a target marked | pk |
| 2002-02-01 | - Several paragraphs were indented one level further than needed. | bgrayson |
| 2002-01-31 | Fix the bug addressed in revision 1.27 properly. Analysis of the problem | pk |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2002-01-26 | Don't bother to lookup for files in `.' that start with a `/'. Cuts in the | christos |
| 2002-01-26 | Process escaped characters properly. Now: | christos |
| 2002-01-25 | Make util.c replacement functions use autoconf conditionals to probe | tv |
| 2002-01-24 | Small update to make(1) to let it follow more its own guidelines ! ... This | reinoud |
| 2002-01-18 | In Dir_FindFile() add a missing Lst_Close() and move another one to the | pk |
| 2002-01-18 | Before we #define __attribute__ away, #undef it. | thorpej |
| 2002-01-18 | Make sure to eat __attribute__'s argument, too. | thorpej |
| 2002-01-17 | __attribute__() if we're doing MAKE_BOOTSTRAP is a no-no. | eeh |