| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-08 | use a journal reference instead of cstr when possible |  jsg | 1 | -4/+6 |
| 2021-03-08 | Add some references, most of these were removed when we stopped building |  jsg | 1 | -2/+16 |
| 2021-03-06 | put back Lst_Destroy(paths) where it belongs |  espie | 1 | -2/+6 |
| 2021-03-04 | warn about proper usage of Lst_Destroy. |  espie | 1 | -1/+6 |
| 2021-03-04 | better if I commit the version which actually includes the header ;) |  espie | 1 | -1/+2 |
| 2021-03-04 | somehow I forgot to add copyright and to include the right prototypes. |  espie | 2 | -0/+50 |
| 2020-08-30 | Fix :S with anchors and replacement |  tb | 1 | -16/+13 |
| 2020-06-03 | somehow, when I used more bool, I forgot to check with WARNINGS=Yes |  espie | 1 | -2/+2 |
| 2020-06-03 | Init_Sigset() isn't a prototype without the void! |  espie | 1 | -2/+2 |
| 2020-06-02 | kill dead line |  espie | 1 | -2/+1 |
| 2020-06-02 | use the right abstraction to abort jobs, also show debug info as this |  espie | 1 | -3/+7 |
| 2020-04-20 | in case there are several operators on a dependency line, prefer the |  espie | 1 | -2/+5 |
| 2020-01-29 | in the very strange case where make's child gets ptrace'd by its own infant |  espie | 1 | -2/+5 |
| 2020-01-26 | remove OP_* for deprecated keywords (document that :: still uses |  espie | 8 | -74/+28 |
| 2020-01-26 | remove documentation for .MADE |  espie | 1 | -4/+2 |
| 2020-01-26 | deprecate old keywords, some already removed, some now hitting the bitbucket. |  espie | 2 | -9/+23 |
| 2020-01-26 | simplify logic in compat engine, we can set ABORTED directly instead of |  espie | 1 | -10/+7 |
| 2020-01-16 | turns out there WAS something fishy in signal handling in the "generic" |  espie | 5 | -10/+29 |
| 2020-01-13 | move function around to minimize conflicts |  espie | 1 | -17/+17 |
| 2020-01-13 | forgot to remove Job_Begin/Job_End |  espie | 1 | -11/+1 |
| 2020-01-13 | proper prototype |  espie | 1 | -2/+2 |
| 2020-01-13 | forgot gc'ing one function |  espie | 1 | -7/+1 |
| 2020-01-13 | make the choice of engine explicit |  espie | 13 | -136/+137 |
| 2020-01-13 | unify compat mode and parallelmode a bit: there's no longer a need for |  espie | 5 | -82/+24 |
| 2020-01-13 | make things more complex so that they can become simpler: |  espie | 3 | -8/+11 |
| 2020-01-13 | less confusing function name |  espie | 3 | -6/+6 |
| 2020-01-13 | introduce a JOB_KEEPERROR flag so that the logic for moving jobs |  espie | 3 | -12/+17 |
| 2020-01-13 | cleanup header |  espie | 1 | -10/+10 |
| 2020-01-13 | zap more unneeded indirection, may_continue_job is enough |  espie | 1 | -15/+9 |
| 2020-01-13 | remove_job no longer pulls its weight |  espie | 1 | -4/+3 |
| 2020-01-13 | better name for function |  espie | 3 | -8/+8 |
| 2020-01-13 | simplify the way we account for different jobs: |  espie | 7 | -50/+76 |
| 2020-01-13 | and actually comment about it |  espie | 1 | -1/+5 |
| 2020-01-13 | move expensive heuristics a bit and explain better why we do that |  espie | 2 | -9/+8 |
| 2020-01-13 | concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer |  espie | 4 | -57/+49 |
| 2020-01-13 | move a large chunk of suff.c into its own file (independent functions which |  espie | 6 | -221/+288 |
| 2020-01-13 | move documentation around to be more specific to suff.c |  espie | 3 | -60/+49 |
| 2020-01-13 | a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releases |  espie | 2 | -37/+20 |
| 2020-01-13 | introduce a "Buf_Reinit" function for handling static buffers that can |  espie | 4 | -14/+23 |
| 2020-01-13 | tweak special node creation to be simpler: nodes created for special keywords |  espie | 3 | -43/+51 |
| 2020-01-13 | document special values. |  espie | 2 | -11/+17 |
| 2020-01-08 | fix -q: in compatMode, compute and return outofdate just like parallel mode. |  espie | 4 | -11/+18 |
| 2020-01-04 | create a separate function "may_continue_heldback_jobs" and invoke |  espie | 1 | -2/+9 |
| 2020-01-04 | remove redundant test, !keepgoing is already a condition for |  espie | 1 | -3/+2 |
| 2019-12-31 | plug memory leak |  espie | 1 | -2/+3 |
| 2019-12-30 | 7 years later, I think the commit message was not enough. |  espie | 1 | -1/+5 |
| 2019-12-25 | exit_type is already set up with exactly the information we need, |  espie | 1 | -11/+10 |
| 2019-12-24 | Remove non-sensical line. The node certainly hasn't been rebuilt yet, |  espie | 1 | -3/+1 |
| 2019-12-22 | - give a specific value to OP_ERROR that doesn't occur in nature |  espie | 4 | -53/+72 |
| 2019-12-22 | we also have "VAR_*" constants in parsevar with totally different meanings. |  espie | 1 | -4/+4 |