Age | Commit message (Expand) | Author |
2014-11-03 | introspection feature: ${MAKEFILE_LIST} contains the list of makefiles | Marc Espie |
2014-10-31 | redirect error output to stderr instead of stdout | Gleydson Soares |
2014-10-20 | document sinclude/-include | Marc Espie |
2014-10-18 | enable the sinclude/-include feature support I wrote long ago. | Marc Espie |
2014-09-21 | plug a small memory leak, fairly infrequent. | Marc Espie |
2014-07-16 | tweak previous; | Jason McIntyre |
2014-07-15 | remove support for the non-standard BSDmakefile, which make tries to | Theo de Raadt |
2014-05-30 | modern bourne shells handle ~. Unlikely in makefiles, but still, better | Marc Espie |
2014-05-18 | a bit more reallocarray (and kill ecalloc, which isn't used) | Marc Espie |
2014-05-15 | remove unused variable | Charles Longeau |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-04-22 | pure reindent | Marc Espie |
2014-04-22 | effectively use emult_realloc, okay guenther@ | Marc Espie |
2014-04-14 | STANDARDS: note that make is optional | Jason McIntyre |
2014-03-22 | don't use >$@ directly | Marc Espie |
2014-03-14 | .depend is definitely not *appended* to Makefile. Its rules are also | Marc Espie |
2014-03-14 | better wording; | Jason McIntyre |
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther |
2014-01-29 | I'm a bit dyslexic. Found out by Jan Klemkow. Thanks. | Marc Espie |
2014-01-06 | Suff_FindDeps must happen before SuffExpandChildren (expand_all_children) | Marc Espie |
2014-01-06 | this actually requires a comment. I would never have figured it out if | Marc Espie |
2014-01-06 | fix error messages, avoid dereferencing null pointers. | Marc Espie |
2013-11-24 | simplify determination of OBJDIR to what we actually use. | Marc Espie |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
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 |