| Age | Commit message (Expand) | Author |
| 2009-06-26 | JobExec: child of vfork must not empty the sigset_t that parent will | sjg |
| 2009-04-11 | Honour the TMPDIR environment variable instead of always using /tmp | apb |
| 2009-01-23 | Change 'ClientData' to 'void *' so that relevant parameters can | dsl |
| 2008-12-19 | if brk_string fail, so do we. | christos |
| 2008-12-13 | Use NULL instead of -1 cast to the relavant type (usually via NIL). | dsl |
| 2008-10-29 | If Parse_Error is called after curFile is invalid, set it to a dummy | sjg |
| 2008-10-06 | Don't use emalloc and friends directly, but call them consistently | joerg |
| 2008-02-15 | back all changes out until I fix it properly. | christos |
| 2008-02-15 | Improve dh's fix: | christos |
| 2008-02-15 | Avoid SIGSEGV caused by signed/unsigned mismatch. (hi xtos) | dholland |
| 2008-02-14 | - use pid_t/size_t as appropriate instead of int. | christos |
| 2008-01-19 | Implement -dl (aka LOUD) to override '@' at the start of script lines. | sjg |
| 2007-12-21 | If make can't find a rule to create a file it needs to satisfy a rule | dsl |
| 2007-10-14 | Make it easier for the build environment (such as a configure script) | apb |
| 2007-10-13 | Revert to revision 1.128. Now that the Var* functions no longer try to | apb |
| 2007-10-13 | The 'job_prefix' string can be static but not const 'hi xtos'. | dsl |
| 2007-10-12 | improve on previous | christos |
| 2007-10-12 | Var_Subst() seems to write into its input string! So we do need a copy. | dsl |
| 2007-10-12 | Remove tmp[] buffer and strncpy() call. | dsl |
| 2007-10-11 | If _BASENAME_DEFSHELL is defined, it might be a full path, | sjg |
| 2007-10-05 | Add the ability to .export variables to the environment. | sjg |
| 2007-10-01 | Add the ability to tweak the token output before targets in job mode. | sjg |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-10-11 | There is no need to resize the pollfd array, it can only ever have 2+maxJobs | dsl |
| 2006-10-09 | Allow make(1) to be built with something other than "sh" as the | apb |
| 2006-10-09 | Rip out the code for the undocumented -P (don't use pipes for command | dsl |
| 2006-10-09 | Rip out the code for not 'USE_PGRP', I can't imagine it being useful! | dsl |
| 2006-10-09 | Instead of trying to report all the 'job suspended' and 'job resumed' | dsl |
| 2006-09-29 | Reap any dead children that we have at startup. | dsl |
| 2006-09-23 | Complete revamp of the way make handles job control signals. | dsl |
| 2006-09-22 | Fix build on 64 bit systems. | dsl |
| 2006-09-22 | Replace the two lists 'job_list' (previously 'jobs') and 'stoppedJobs' | dsl |
| 2006-09-21 | Rename the variable 'jobs' to 'job_list' in preparation for making it an array. | dsl |
| 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 |