Age | Commit message (Expand) | Author |
2013-11-12 | Do not use a char as index, unless first making it unsigned. | Theo de Raadt |
2013-11-01 | silence warning | Marc Espie |
2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) | Ingo Schwarze |
2013-10-13 | this Makefile does not really help anyone bring up make | Theo de Raadt |
2013-10-01 | in truth, noone uses these backwards compat stubs to compile make on other | Theo de Raadt |
2013-08-26 | "reactivate"; | Jason McIntyre |
2013-08-26 | replace rand(3)/random(3) calls with secure arc4random*() | Christian Weisgerber |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-07-07 | old option -P bites the dust. It's not been doing anything for years. | Marc Espie |
2013-06-24 | do not use literal displays when the display contains mark up; | Jason McIntyre |
2013-06-20 | fix typo | Marc Espie |
2013-06-15 | make explicit some hidden assumptions, make path handling clearer, | Marc Espie |
2013-05-30 | remove cmtime again, but with a proper test for nodes without children. | Marc Espie |
2013-05-25 | obviously missed something, so revert. | Marc Espie |
2013-05-22 | as checked through thorough tests, youngest->mtime == ctime, so ditch | Marc Espie |
2013-05-14 | keep track of the youngest child, helps a lot with out-of-date messages | Marc Espie |
2013-05-06 | clarify that the :C modifier uses extended regular expressions; ok espie@ jmc@ | Christian Weisgerber |
2013-05-06 | actually show list of mismatched for loops when a fatal error occurs. | Marc Espie |
2013-04-23 | remove TIMESTAMP abstraction layer, prodded by theo. | Marc Espie |
2013-04-22 | unifdef non full TIMESPEC code | Marc Espie |
2013-02-19 | Add missing trailing slash on the :S modifier in the BUGS section. | William Yodlowsky |
2013-02-15 | turns out if a line ends with a $, the var module will run off the cliff | Marc Espie |
2013-02-04 | synch with reality, okay jmc@ | Marc Espie |
2012-12-22 | cosmetic changes: | Marc Espie |
2012-12-14 | a few more comments | Marc Espie |
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 |