Age | Commit message (Expand) | Author |
2009-11-11 | If this is an else-type conditional and previous corresponding one | Federico G. Schwindt |
2009-08-16 | modify timestamp handling to grab current time instead of relying on a | Marc Espie |
2009-08-16 | use unsigned values where applicable | Marc Espie |
2009-08-16 | remove useless comments | Marc Espie |
2009-08-16 | write sensible error message | Marc Espie |
2009-08-16 | avoid touching .PHONY targets, they don't exist. | Marc Espie |
2009-05-13 | fix loopvar debug prints. Issue reported by naddy@ | Marc Espie |
2009-05-12 | zap double prototype | Marc Espie |
2009-05-12 | fix obvious bug: .PHONY targets don't match files, so they're precious (we | Marc Espie |
2009-05-10 | simple check for cvs conflicts, avoids some "duh" moments (some people like | Marc Espie |
2009-05-10 | simplify job handling a great deal: we don't care when jobs get | Marc Espie |
2009-04-26 | move code around a bit, extract code from run_prepared_gnode | Marc Espie |
2009-02-10 | STANDARDS: | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-11-24 | fix a very old bug. Fix discovered in NetBSD by miod@ | Marc Espie |
2008-11-11 | allocate job only when it's needed. | Marc Espie |
2008-11-10 | missing static | Marc Espie |
2008-11-10 | adjust comment to reflect reality (CompatRunCommand is gone) | Marc Espie |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2008-09-01 | section headings do not need to be quoted; from Alan R. S. Bueno | Jason McIntyre |
2008-08-01 | Document the MAKEFILE variable as unreliable. | Alexander Bluhm |
2008-03-24 | bye, bye recalloc. Bad interface for various reasons. | Marc Espie |
2008-03-03 | tweak previous; | Jason McIntyre |
2008-03-02 | document the two big bugs left that somewhat hinder parallel mode. | Marc Espie |
2008-01-29 | A few changes: | Marc Espie |
2008-01-12 | better error reporting/job handling error: | Marc Espie |
2008-01-12 | new function: lstRequeue, to be used by the job handler | Marc Espie |
2008-01-10 | fix stupid typo in grouping, make PWD work correctly again. | Marc Espie |
2008-01-02 | fix obvious bug in .NODEFAULT handling | Marc Espie |
2007-12-31 | if our node doesn't have a lineno/fname, inherit from `used' node. | Marc Espie |
2007-12-10 | zap field nothing uses. | Marc Espie |
2007-12-01 | zap trailing whitespace; | Jason McIntyre |
2007-12-01 | I was sure I had committed this already, grrrr. | Marc Espie |
2007-11-28 | grrr | Marc Espie |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie |
2007-11-28 | PHONY targets never correspond to real files. | Marc Espie |
2007-11-26 | keep unmade uptodate all the time, even for targets we're not making yet, | Marc Espie |
2007-11-24 | more parallel make fixes. | Marc Espie |
2007-11-18 | simplify, no sense to break just to do return afterwards | Marc Espie |
2007-11-17 | simplify dynamic variable handling a great deal: | Marc Espie |
2007-11-17 | .PHONY targets should not look at files. | Marc Espie |
2007-11-17 | read only .depend if !make(depend) | Marc Espie |
2007-11-10 | UNMADE -> UNKNOWN | Marc Espie |
2007-11-10 | clearer debug code | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-06 | bug-fix: try the empty suffix when we cannot find any transformation, not | Marc Espie |
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie |
2007-11-06 | get make.c in a more readable state, by extracting code into separate | Marc Espie |
2007-11-04 | prevent gcc from complaining | Marc Espie |