| Age | Commit message (Expand) | Author |
| 2006-06-29 | Fixed the bug reported in PR 33866, which is that the :Q operator does not | rillig |
| 2006-03-31 | There is no need to count jobs and job tokens. | dsl |
| 2006-03-15 | nJobs and jobTokensRunning are both counting the same thing. | dsl |
| 2006-03-13 | JOB_FIRST is always set (since we only execute the shell once for every | dsl |
| 2006-03-12 | Remove the 'never non-NULL' 'previous' argument to JobStart. | dsl |
| 2006-03-12 | It isn't possibly to execute any part of job.c that references compatMake | dsl |
| 2006-03-11 | Remove most of the code seemed to be there to support 'remote jobs'. | dsl |
| 2006-03-08 | Avoid calling JobRestartJobs() from the SIGCONT signal handler, instead | dsl |
| 2006-02-11 | Actually SIG_DFL the correct signal (not SIGINT every time) just prior to | dsl |
| 2006-01-22 | Make .NOTPARALLEL stop the job engine issuing more than one token (instead | dsl |
| 2006-01-21 | Check the 'job_pipe' for the error token 'E' before every job, including | dsl |
| 2006-01-04 | When a parallel make job completes, always put the job token back into the | dsl |
| 2006-01-04 | F_DUPFD the job_pipe fds onto higher numbers (>15) to make it less likely | dsl |
| 2006-01-04 | If -s (silent) is specified, don't output the target name before target | dsl |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-06-29 | Don't apply .DEFAULT commands to special targets (.BEGIN, .END, .INTERRUPT). | christos |
| 2005-06-17 | Add new debugging option '-dn' which will leave the scripts fed into make on | jmc |
| 2005-06-16 | If the line being passed to the shell is a blank line and we're not in compat | jmc |
| 2005-05-08 | Don't complain that we cannot make .END. | christos |
| 2005-05-08 | Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them. | christos |
| 2005-05-03 | Mark the interrupt job as special so that when we hit ^C with -j and we | christos |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2005-01-31 | PR/22559: Valeriy E. Ushakov: make -j can execute commands in wrong directory | christos |
| 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 | Remove use of sh -e when running in compat mode. | sjg |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 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 |