Age | Commit message (Expand) | Author |
2019-04-22 | fix thinko from tb@'s commit. | Marc Espie |
2019-01-31 | thinko, from Scott Cheloha | Marc Espie |
2018-11-27 | handle -s and -i in a uniform fashion, do not try to change the node type | Marc Espie |
2018-11-13 | commit again the cleanup part that didn't break anything | Marc Espie |
2018-10-08 | back it out for now. | Marc Espie |
2018-10-06 | fix problem reported by markweston@cock.li | Marc Espie |
2018-09-20 | fix indentation | Jonathan Gray |
2018-07-04 | remove ambiguity; from ross l richardson | Jason McIntyre |
2017-12-19 | More NUL (not NULL) checks. | Vadim Zhukov |
2017-12-19 | somehow, I lost that static. | Marc Espie |
2017-12-05 | Fix a case where we could go off the end of the buffer. | Todd C. Miller |
2017-12-05 | strip_comments is also called for dot lines, so sometimes the comment | Marc Espie |
2017-07-30 | Remove outdated count of the number of available assignment operators. | anton |
2017-07-24 | turn stupid message into a proper warning. | Marc Espie |
2017-07-24 | GC old cruft. | Marc Espie |
2017-07-21 | fix two nasty out-of-bound accesses that killed (sporadically mk38 and mk38bis. | Marc Espie |
2017-07-19 | depend is dead | Marc Espie |
2017-07-10 | Also check for NUL termination at the first character of tstr in | Alexander Bluhm |
2017-07-09 | there's no need to fork/exec to execute comments | Marc Espie |
2017-06-22 | zap trailing spaces from the previous commits and also other trailing | Marc Espie |
2017-06-22 | better display of cycles in -j mode. | Marc Espie |
2017-06-21 | error out if an exists condition tests an empty path, because that makes | Marc Espie |
2017-04-20 | use strtonum instead of strtoll to parse the argument to -j | David Gwynne |
2017-04-19 | spelling fixes from michael w. bombardieri | Jason McIntyre |
2017-02-24 | add support for variables in the lhs of SYSV modifiers. | Marc Espie |
2017-01-29 | obvious protection against null pointer, because it's quite possible for cgn | Marc Espie |
2017-01-25 | off-by-one, leading to segfaults. Trivial fix. | Marc Espie |
2017-01-21 | Dedup prototype for really_kill(). | Martin Natano |
2017-01-21 | Use errno to make the debug message more descriptive. | Martin Natano |
2017-01-21 | Stop calling out to sudo/doas to kill processes. Reliance on system | Theo de Raadt |
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze |
2016-10-23 | zap trailing whitespace; | Jason McIntyre |
2016-10-23 | add !!= | Marc Espie |
2016-10-21 | small obvious cleanups: | Marc Espie |
2016-10-14 | Implement the ${<D} and ${<F} variables, as documented in the manual. | Martin Natano |
2016-10-12 | make -t uses the "fattr" syscall utimes(2) for its touch(1) built-in. | Theo Buehler |
2016-10-02 | Avoid two printf("%s", NULL) with 'make -d v'. | Theo Buehler |
2016-05-13 | have sinclude/include be more compatible with sysv, handle list of files | Marc Espie |
2016-03-28 | remove unused variable | Charles Longeau |
2016-03-05 | safer pattern: if you're interested in one child, get THAT one, don't steal | Marc Espie |
2016-01-04 | Use err(3) instead of various handrolled combinations of perror(3) and | tb |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-12-22 | in case we have a parse error, dispell the target list early to avoid | Marc Espie |
2015-12-11 | Use %zu to print size_t's rather than casting to u_long. | mmcc |
2015-12-05 | yet another feof check, just to be sure. | Marc Espie |
2015-11-29 | fix duplicate targets in target list for good: split previous groupling fix | Marc Espie |
2015-11-15 | unifdef MAKE_BOOTSTRAP now that Makefile.boot is gone. | Daniel Dickman |
2015-11-15 | exit needs stdlib, switch to "return 0" to fix. | Daniel Dickman |
2015-11-06 | I was very optimistic in groupling creation. Turns out lists of targets | Marc Espie |