Age | Commit message (Expand) | Author |
2020-01-13 | make things more complex so that they can become simpler: | Marc Espie |
2020-01-13 | less confusing function name | Marc Espie |
2020-01-13 | introduce a JOB_KEEPERROR flag so that the logic for moving jobs | Marc Espie |
2020-01-13 | cleanup header | Marc Espie |
2020-01-13 | zap more unneeded indirection, may_continue_job is enough | Marc Espie |
2020-01-13 | remove_job no longer pulls its weight | Marc Espie |
2020-01-13 | better name for function | Marc Espie |
2020-01-13 | simplify the way we account for different jobs: | Marc Espie |
2020-01-13 | and actually comment about it | Marc Espie |
2020-01-13 | move expensive heuristics a bit and explain better why we do that | Marc Espie |
2020-01-13 | concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer | Marc Espie |
2020-01-13 | move a large chunk of suff.c into its own file (independent functions which | Marc Espie |
2020-01-13 | move documentation around to be more specific to suff.c | Marc Espie |
2020-01-13 | a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releases | Marc Espie |
2020-01-13 | introduce a "Buf_Reinit" function for handling static buffers that can | Marc Espie |
2020-01-13 | tweak special node creation to be simpler: nodes created for special keywords | Marc Espie |
2020-01-13 | document special values. | Marc Espie |
2020-01-08 | fix -q: in compatMode, compute and return outofdate just like parallel mode. | Marc Espie |
2020-01-04 | create a separate function "may_continue_heldback_jobs" and invoke | Marc Espie |
2020-01-04 | remove redundant test, !keepgoing is already a condition for | Marc Espie |
2019-12-31 | plug memory leak | Marc Espie |
2019-12-30 | 7 years later, I think the commit message was not enough. | Marc Espie |
2019-12-25 | exit_type is already set up with exactly the information we need, | Marc Espie |
2019-12-24 | Remove non-sensical line. The node certainly hasn't been rebuilt yet, | Marc Espie |
2019-12-22 | - give a specific value to OP_ERROR that doesn't occur in nature | Marc Espie |
2019-12-22 | we also have "VAR_*" constants in parsevar with totally different meanings. | Marc Espie |
2019-12-21 | yet another mostly cosmetic diff | Marc Espie |
2019-12-21 | those fields only hold true/false value | Marc Espie |
2019-12-21 | rename a few variable/functions to have better names. | Marc Espie |
2019-12-21 | rename built_status constants to be less quirky | Marc Espie |
2019-12-21 | tweak buffer handling a bit: | Marc Espie |
2019-12-21 | The man page actually didn't explain its main parameters! | Marc Espie |
2019-08-22 | GC some old stuff | Marc Espie |
2019-05-21 | document brk_string slightly better | Marc Espie |
2019-05-21 | fix very stupid bug. | Marc Espie |
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 |