| Age | Commit message (Expand) | Author |
| 2003-12-20 | Fixes for PR#18573 (make -j not stopping correctly on error). | jmc |
| 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-16 | backout. make(1) either uses strcpy() to malloc'ed region (enough size), | itojun |
| 2003-07-15 | strlcpy (fixed) | itojun |
| 2003-07-15 | strlcpy | itojun |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2003-04-08 | PR/1523: Chris Demetriou: don't count a library as built, if there is no way | christos |
| 2002-12-09 | When JobExec() was called from JobRestartJobs() via JobRestart(), it | gson |
| 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-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-04-15 | PR/16361: J. Mallett: make(1)'s job.c does not properly initialise postCommands | christos |
| 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-04 | We don't want token while we're aborting. Otherwise, make spins wasting cpu. | enami |
| 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-06 | JobPrintCommand: avoid stale pointers on a node's command list. | pk |
| 2001-10-16 | When attempting to chdir to .CURDIR because Check_Cwd_Cmd says we need to | sjg |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-07-24 | Print out errno when vfork fails. | matt |
| 2001-07-03 | add .USEBEFORE Attribute | christos |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-06-11 | Revert Job_CatchOutput() change; it adds a considerable delay to make, and | christos |
| 2001-06-01 | A number of semi-related changes. | sjg |
| 2001-05-29 | better error messages on exec* failures. From Simon Burge. | christos |
| 2001-05-01 | bin/12734: fix SIGTSTP/SIGCONT handling. | sommerfeld |
| 2001-01-10 | PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings. | christos |
| 2001-01-01 | Delete forceSerial; just use compatMake for that. | sommerfeld |
| 2000-12-30 | Include token counts in trace output. | sommerfeld |
| 2000-12-30 | Fix token accounting for .BEGIN/.END jobs | sommerfeld |
| 2000-12-30 | Avoid token leaks when aborting after an error. | sommerfeld |
| 2000-12-30 | Do lazy token release - don't return tokens to the pipe unless we're | sommerfeld |
| 2000-12-30 | Add a token-passing scheme to allow a recursive make to successfully | sommerfeld |
| 2000-12-05 | Make the fds[] realloc O(n). Also make the rethreading a lot simpler. | mycroft |
| 2000-12-05 | Make clearfd() take O(1) time instead of O(N) by moving only the last | sommerfeld |
| 2000-12-05 | correct performance regression of recent change from select() to | sommerfeld |
| 2000-12-04 | mycroft did not like my O(n^2) lookup algorithm, so I made things much | christos |
| 2000-12-03 | 1. switch to using poll by default; can be overriden by compiling with | christos |
| 2000-12-03 | 1. the tfile patch was incorrect. If we are doing multiple jobs, we | christos |