Age | Commit message (Expand) | Author |
2012-12-08 | document a bit of job.c | Marc Espie |
2012-12-07 | job.h is also used for compat sequential mode. | Marc Espie |
2012-12-07 | document engine interface, remove internal function from visible interface | Marc Espie |
2012-12-07 | gc dead code | Marc Espie |
2012-12-07 | gc old define | Marc Espie |
2012-12-06 | missing extern | Marc Espie |
2012-12-06 | ... and zap redundant declaration. | Marc Espie |
2012-12-06 | old code is gone, remove comments and prototypes | Marc Espie |
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie |
2012-11-24 | Don't output a . at the end of directory, as it is confusing. | Marc Espie |
2012-11-24 | be more strict in recognizing .if keyword() constructs, don't ignore | Marc Espie |
2012-11-24 | clean-up: move up .USE handling, so that the rest becomes a simple switch() | Marc Espie |
2012-11-21 | ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists | Marc Espie |
2012-11-07 | say goodbye to killing trailing spaces. | 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-12 | Document duplicate inference rules. That's posix behavior, and what we do. | Marc Espie |
2012-10-12 | fix infinite loops on regexps that match the empty word, which is | Marc Espie |
2012-10-11 | amend bug section with some fixed stuff. | Marc Espie |
2012-10-11 | fix make's cond parser to be able to handle .if 5 < 7 directly. | Marc Espie |
2012-10-09 | ... yet more documentation, lots of inputs from jmc@ as usual. | Marc Espie |
2012-10-09 | steal .if commands() concept from NetBSD. | Marc Espie |
2012-10-09 | warn about targets with multiple command lists (debug option), as it's | Marc Espie |
2012-10-09 | actual engine change: prevent jobs from stomping on each other's files. | Marc Espie |
2012-10-09 | recognize new debug options for double commands, heldjobs, target group | Marc Espie |
2012-10-09 | tweak error messages yet some more, lots of feedback from | Marc Espie |
2012-10-09 | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING | Marc Espie |
2012-10-09 | new interface: look in command lines for variables that indicate a list of | Marc Espie |
2012-10-06 | truncate silent command output to two lines. okay millert@ | Marc Espie |
2012-10-06 | rework section about special targets/prereq to be somewhat readable. | Marc Espie |
2012-10-06 | - extra juice for debugging signal passing. Note when we can't pass the | Marc Espie |
2012-10-05 | document implicit rules and target dependency operators better. | 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-10-02 | rework make documentation to correspond to usual terms (prerequisites | Marc Espie |
2012-09-21 | zap lint remains | 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-09-14 | more accurate fix: don't mark '!' as a meta character, recognize "!" as | Marc Espie |
2012-09-14 | ! is a meta character, this lets | Marc Espie |
2012-09-01 | put back out-of-line version of function. | Marc Espie |
2012-08-25 | - make wrong variable specs (unterminated) parse errors. | Marc Espie |
2012-08-20 | make use of __only_inline to ask for gnu inline semantics | Jonathan Gray |
2012-04-21 | When a new parent is attached to an already examined child (prerequisite), | Philip Guenthe |
2012-04-20 | dyslexy strikes again | Marc Espie |
2012-04-17 | this error message was impossible to understand without the source code. | Marc Espie |
2012-04-11 | make has had heuristics to avoid parallel make recursion. | Marc Espie |
2012-03-22 | tweak: consistent include guards, no change in generated code. | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2011-12-10 | Use clock_gettime() to get a high precision timestamp, instead of | Philip Guenthe |