| Commit message (Expand) | Author | Age | Files | Lines |
* | remove OP_* for deprecated keywords (document that :: still uses |  espie | 2020-01-26 | 1 | -20/+6 |
* | simplify logic in compat engine, we can set ABORTED directly instead of |  espie | 2020-01-26 | 1 | -10/+7 |
* | make the choice of engine explicit |  espie | 2020-01-13 | 1 | -13/+16 |
* | unify compat mode and parallelmode a bit: there's no longer a need for |  espie | 2020-01-13 | 1 | -5/+3 |
* | fix -q: in compatMode, compute and return outofdate just like parallel mode. |  espie | 2020-01-08 | 1 | -3/+8 |
* | rename a few variable/functions to have better names. |  espie | 2019-12-21 | 1 | -11/+11 |
* | rename built_status constants to be less quirky |  espie | 2019-12-21 | 1 | -7/+7 |
* | small obvious cleanups: |  espie | 2016-10-21 | 1 | -2/+2 |
* | typo |  espie | 2015-01-23 | 1 | -2/+2 |
* | remove a bunch of dangerous casts (useless casts from void * to something |  espie | 2015-01-23 | 1 | -3/+3 |
* | fix typo |  espie | 2013-06-20 | 1 | -2/+2 |
* | remove cmtime again, but with a proper test for nodes without children. |  espie | 2013-05-30 | 1 | -5/+5 |
* | obviously missed something, so revert. |  espie | 2013-05-25 | 1 | -5/+5 |
* | as checked through thorough tests, youngest->mtime == ctime, so ditch |  espie | 2013-05-22 | 1 | -10/+12 |
* | remove TIMESTAMP abstraction layer, prodded by theo. |  espie | 2013-04-23 | 1 | -1/+2 |
* | clean-up: move up .USE handling, so that the rest becomes a simple switch() |  espie | 2012-11-24 | 1 | -24/+28 |
* | major overhaul of the way make handle jobs, inspired by dpb: |  espie | 2012-09-21 | 1 | -22/+5 |
* | minor cleanup: error messages include lineno and fileno together, so |  espie | 2012-03-22 | 1 | -4/+4 |
* | exit 1 (not -1) for -q; PR 6494 |  deraadt | 2010-11-02 | 1 | -2/+2 |
* | Correct $OpenBSD$ stuff |  espie | 2010-07-19 | 1 | -2/+1 |
* | pure whitespace cleanup |  espie | 2010-04-25 | 1 | -4/+4 |
* | modify timestamp handling to grab current time instead of relying on a |  espie | 2009-08-16 | 1 | -4/+4 |
* | simplify job handling a great deal: we don't care when jobs get |  espie | 2009-05-10 | 1 | -2/+2 |
* | changes to get target equivalence to work better. |  espie | 2008-11-04 | 1 | -17/+78 |
* | A few changes: |  espie | 2008-01-29 | 1 | -4/+4 |
* | UNMADE -> UNKNOWN |  espie | 2007-11-10 | 1 | -2/+2 |
* | rename make -> must_make, made -> built_status |  espie | 2007-11-10 | 1 | -25/+25 |
* | simplify the way we deal with implicit rules and handle $<. |  espie | 2007-11-06 | 1 | -10/+1 |
* | simplify: Job_CheckCommands deals with silent and ignerr now, so there's |  espie | 2007-11-03 | 1 | -2/+2 |
* | do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works |  espie | 2007-11-03 | 1 | -9/+1 |
* | Work done at p2k7. |  espie | 2007-11-02 | 1 | -278/+7 |
* | fix indentation |  espie | 2007-10-27 | 1 | -7/+7 |
* | allows node to be run twice, by not destroying the cmdnode contents. |  espie | 2007-10-14 | 1 | -3/+1 |
* | rewrite of the basic suffix/target parsing: use hash for suffixes. |  espie | 2007-09-17 | 1 | -199/+156 |
* | kill extra spaces at end of line |  espie | 2007-09-17 | 1 | -11/+11 |
* | kill += 1, -= 1 -> ++, -- |  espie | 2007-09-17 | 1 | -2/+2 |
* | reindent compat.c |  espie | 2007-09-16 | 1 | -371/+384 |
* | rename Targ_FmtTime into time_to_string and move it, as it's not related |  espie | 2007-09-16 | 1 | -2/+2 |
* | first step towards sanity: take the functions common to parallel/not parallel |  espie | 2007-09-16 | 1 | -2/+2 |
* | remove dead code: #define RECHECK is always on |  espie | 2007-09-16 | 1 | -30/+1 |
* | everywhere except in Var_Parse, we always add/append variables to the |  espie | 2007-07-30 | 1 | -1/+1 |
* | local is always true, so zap it. |  espie | 2007-07-30 | 1 | -9/+2 |
* | having a function that iterates through node's datum so that we retrieve |  espie | 2007-01-04 | 1 | -10/+8 |
* | ISO function declarations, trim a few comments, rename a few variables to |  espie | 2004-04-07 | 1 | -16/+11 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -6/+2 |
* | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; deraadt@ ok |  mickey | 2002-07-31 | 1 | -2/+2 |
* | a real pid_t cleanup. |  mpech | 2002-06-12 | 1 | -3/+3 |
* | Use the volatile specifier to fix warnings about variables being |  millert | 2002-01-16 | 1 | -9/+3 |
* | Put back the interrupt fixed code, since it's not the issue. |  espie | 2001-12-02 | 1 | -46/+36 |
* | back out changes that break kernel compiles. good testing jobmk install! |  deraadt | 2001-11-23 | 1 | -42/+52 |