| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-20 | in case there are several operators on a dependency line, prefer the |  espie | 1 | -2/+5 |
| 2020-01-26 | remove OP_* for deprecated keywords (document that :: still uses |  espie | 1 | -5/+5 |
| 2020-01-26 | deprecate old keywords, some already removed, some now hitting the bitbucket. |  espie | 1 | -8/+20 |
| 2020-01-13 | simplify the way we account for different jobs: |  espie | 1 | -7/+2 |
| 2020-01-13 | concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer |  espie | 1 | -44/+42 |
| 2020-01-13 | move documentation around to be more specific to suff.c |  espie | 1 | -2/+2 |
| 2020-01-13 | a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releases |  espie | 1 | -35/+16 |
| 2020-01-13 | introduce a "Buf_Reinit" function for handling static buffers that can |  espie | 1 | -8/+6 |
| 2020-01-13 | tweak special node creation to be simpler: nodes created for special keywords |  espie | 1 | -5/+4 |
| 2020-01-13 | document special values. |  espie | 1 | -3/+3 |
| 2019-12-22 | - give a specific value to OP_ERROR that doesn't occur in nature |  espie | 1 | -45/+62 |
| 2019-12-21 | rename a few variable/functions to have better names. |  espie | 1 | -8/+7 |
| 2018-09-20 | fix indentation |  jsg | 1 | -2/+2 |
| 2017-12-19 | More NUL (not NULL) checks. |  zhuk | 1 | -2/+2 |
| 2017-12-05 | strip_comments is also called for dot lines, so sometimes the comment |  espie | 1 | -2/+1 |
| 2016-10-23 | add !!= |  espie | 1 | -2/+2 |
| 2016-10-21 | small obvious cleanups: |  espie | 1 | -9/+8 |
| 2016-05-13 | have sinclude/include be more compatible with sysv, handle list of files |  espie | 1 | -33/+45 |
| 2015-12-22 | in case we have a parse error, dispell the target list early to avoid |  espie | 1 | -3/+9 |
| 2015-11-29 | fix duplicate targets in target list for good: split previous groupling fix |  espie | 1 | -27/+66 |
| 2015-11-06 | I was very optimistic in groupling creation. Turns out lists of targets |  espie | 1 | -6/+48 |
| 2015-01-23 | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... |  espie | 1 | -1/+2 |
| 2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something |  espie | 1 | -5/+5 |
| 2013-11-22 | wrappers for is*/to* that make damn sure their arguments are |  espie | 1 | -27/+27 |
| 2012-11-24 | complement "need an operator" fatal error message with the actual line content. |  espie | 1 | -2/+3 |
| 2012-11-07 | say goodbye to killing trailing spaces. |  espie | 1 | -2/+1 |
| 2012-10-09 | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING |  espie | 1 | -38/+82 |
| 2012-10-02 | more changes, discussed and tested by various people. |  espie | 1 | -76/+6 |
| 2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: |  espie | 1 | -18/+28 |
| 2012-04-20 | dyslexy strikes again |  espie | 1 | -3/+3 |
| 2012-04-17 | this error message was impossible to understand without the source code. |  espie | 1 | -3/+28 |
| 2012-04-11 | make has had heuristics to avoid parallel make recursion. |  espie | 1 | -1/+5 |
| 2012-03-22 | minor cleanup: error messages include lineno and fileno together, so |  espie | 1 | -5/+3 |
| 2010-12-26 | nits with current being NULL or not. |  espie | 1 | -3/+5 |
| 2010-07-19 | Correct $OpenBSD$ stuff |  espie | 1 | -2/+1 |
| 2010-07-15 | whitespace |  espie | 1 | -4/+4 |
| 2009-08-16 | use unsigned values where applicable |  espie | 1 | -42/+42 |
| 2009-05-10 | simple check for cvs conflicts, avoids some "duh" moments (some people like |  espie | 1 | -2/+10 |
| 2007-09-23 | put parsing of operator (:, ::, !) into its own function |  espie | 1 | -22/+33 |
| 2007-09-18 | reindent a few lines in parse.c which are missing it. |  espie | 1 | -90/+81 |
| 2007-09-18 | missing prototype for static function |  espie | 1 | -1/+2 |
| 2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. |  espie | 1 | -685/+595 |
| 2007-09-17 | clean-up Parse_File toplevel: add functions to make it clearer what's going |  espie | 1 | -154/+172 |
| 2007-09-17 | Parse_DoVar -> Parse_As_Var_Assignment |  espie | 1 | -2/+2 |
| 2007-09-17 | parseIncPath -> userIncludePath and assorted renames |  espie | 1 | -13/+13 |
| 2007-09-17 | more zap spaces |  espie | 1 | -2/+2 |
| 2007-09-17 | zap more spaces at end of line |  espie | 1 | -2/+2 |
| 2007-09-17 | partial reindent |  espie | 1 | -180/+184 |
| 2007-09-17 | kill extra spaces at end of line |  espie | 1 | -13/+13 |
| 2007-09-17 | kill += 1, -= 1 -> ++, -- |  espie | 1 | -2/+2 |