Age | Commit message (Expand) | Author |
2012-12-14 | a few more comments | Marc Espie |
2012-12-08 | document a bit of job.c | Marc Espie |
2012-11-24 | Don't output a . at the end of directory, as it is confusing. | Marc Espie |
2012-10-23 | fix fringe case where length is around 140. | Marc Espie |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-09 | tweak error messages yet some more, lots of feedback from | Marc Espie |
2012-10-06 | truncate silent command output to two lines. okay millert@ | Marc Espie |
2012-10-06 | - extra juice for debugging signal passing. Note when we can't pass the | Marc Espie |
2012-10-04 | backout pgroup/job control from make, there is something deeply bogus | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-09-21 | vax, found by fries@ | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2012-08-25 | - make wrong variable specs (unterminated) parse errors. | Marc Espie |
2012-04-11 | make has had heuristics to avoid parallel make recursion. | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-15 | whitespace | Marc Espie |
2009-08-16 | remove useless comments | Marc Espie |
2009-05-10 | simplify job handling a great deal: we don't care when jobs get | Marc Espie |
2009-04-26 | move code around a bit, extract code from run_prepared_gnode | Marc Espie |
2008-11-11 | allocate job only when it's needed. | Marc Espie |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2008-03-24 | bye, bye recalloc. Bad interface for various reasons. | Marc Espie |
2008-01-29 | A few changes: | Marc Espie |
2008-01-12 | better error reporting/job handling error: | Marc Espie |
2007-12-01 | I was sure I had committed this already, grrrr. | Marc Espie |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-06 | get make.c in a more readable state, by extracting code into separate | Marc Espie |
2007-11-03 | simplify: Job_CheckCommands deals with silent and ignerr now, so there's | Marc Espie |
2007-11-03 | token is a confusing name, rename to banner | Marc Espie |
2007-11-03 | fix an obnoxious bug: in parallel mode, dieing in the job controller is not | Marc Espie |
2007-11-03 | zap confusing old comment | Marc Espie |
2007-11-03 | mark nodes as made when there is no command around the target. | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-10-14 | allows node to be run twice, by not destroying the cmdnode contents. | Marc Espie |
2007-10-09 | factor out identical code | Marc Espie |
2007-10-09 | cut up JobStart, prepare the job to be run in a separate function | Marc Espie |
2007-10-09 | don't bother returning anything from JobStart, we don't look at it anyways | Marc Espie |
2007-10-09 | minor refactor: introduce function start_queued_job, to make it more apparent | Marc Espie |
2007-10-09 | rename jobs to more descriptive runningJobs (and easier to grep) | Marc Espie |
2007-10-09 | just-in-time signal handling: do not setup the handlers until we need them. | Marc Espie |
2007-10-09 | rename functions for clarity. | Marc Espie |
2007-10-06 | replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@ | Constantine A. Murenin |
2007-09-29 | simple refactoring: replace convoluted code with simple equivalent test | Marc Espie |
2007-09-29 | use constant FD_CLOEXEC, more readable than 1. | Marc Espie |
2007-09-29 | remove comment that no longer apply. | Marc Espie |
2007-09-23 | don't even attempt to reuse the same temp file name. | Marc Espie |
2007-09-23 | now, JOB_FIRST is always set, so kill more conditional code. | Marc Espie |
2007-09-23 | last parameter to JobStart is always NULL, so nuke it. | Marc Espie |