Age | Commit message (Expand) | Author |
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 |
2011-11-03 | Garbage collect an unused variable. | Ingo Schwarze |
2011-08-16 | recommit, now that release is done (handle sysv if bsd is incorrect, may | Marc Espie |
2011-07-30 | deemed unsafe by theo, will wait after 5.0 | Marc Espie |
2011-07-29 | systemV trumps our modifiers. | Marc Espie |
2011-06-20 | fix a segfault found by jasper@ | Marc Espie |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-01-23 | Remove an ugly workaround that was needed to cope with the 9-argument-limit | Ingo Schwarze |
2010-12-26 | nits with current being NULL or not. | Marc Espie |
2010-11-02 | exit 1 (not -1) for -q; PR 6494 | Theo de Raadt |
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2010-07-19 | document new. hints from jmc@ | Marc Espie |