Age | Commit message (Expand) | Author |
2022-08-03 | make(1) first appeared outside of Bell Labs in PWB/UNIX 1.0 | Jonathan Gray |
2022-06-09 | point developers to the other place where the remaining flags values are | Marc Espie |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-02 | make searches for makefile before Makefile; | Jason McIntyre |
2022-01-05 | remove unused defines | Jonathan Gray |
2021-11-11 | add some missing Ns; from leon fischer | Jason McIntyre |
2021-10-25 | Zap unused variables/functions under /usr/src/*bin/ | Klemens Nanni |
2021-03-08 | use a journal reference instead of cstr when possible | Jonathan Gray |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-03-06 | put back Lst_Destroy(paths) where it belongs | Marc Espie |
2021-03-04 | warn about proper usage of Lst_Destroy. | Marc Espie |
2021-03-04 | better if I commit the version which actually includes the header ;) | Marc Espie |
2021-03-04 | somehow I forgot to add copyright and to include the right prototypes. | Marc Espie |
2020-08-30 | Fix :S with anchors and replacement | Theo Buehler |
2020-06-03 | somehow, when I used more bool, I forgot to check with WARNINGS=Yes | Marc Espie |
2020-06-03 | Init_Sigset() isn't a prototype without the void! | Marc Espie |
2020-06-02 | kill dead line | Marc Espie |
2020-06-02 | use the right abstraction to abort jobs, also show debug info as this | Marc Espie |
2020-04-20 | in case there are several operators on a dependency line, prefer the | Marc Espie |
2020-01-29 | in the very strange case where make's child gets ptrace'd by its own infant | Marc Espie |
2020-01-26 | remove OP_* for deprecated keywords (document that :: still uses | Marc Espie |
2020-01-26 | remove documentation for .MADE | Marc Espie |
2020-01-26 | deprecate old keywords, some already removed, some now hitting the bitbucket. | Marc Espie |
2020-01-26 | simplify logic in compat engine, we can set ABORTED directly instead of | Marc Espie |
2020-01-16 | turns out there WAS something fishy in signal handling in the "generic" | Marc Espie |
2020-01-13 | move function around to minimize conflicts | Marc Espie |
2020-01-13 | forgot to remove Job_Begin/Job_End | Marc Espie |
2020-01-13 | proper prototype | Marc Espie |
2020-01-13 | forgot gc'ing one function | Marc Espie |
2020-01-13 | make the choice of engine explicit | Marc Espie |
2020-01-13 | unify compat mode and parallelmode a bit: there's no longer a need for | Marc Espie |
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 |