| Commit message (Expand) | Author | Age | Files | Lines |
* | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... |  espie | 2015-01-23 | 1 | -1/+2 |
* | remove a bunch of dangerous casts (useless casts from void * to something |  espie | 2015-01-23 | 1 | -5/+5 |
* | wrappers for is*/to* that make damn sure their arguments are |  espie | 2013-11-22 | 1 | -27/+27 |
* | complement "need an operator" fatal error message with the actual line content. |  espie | 2012-11-24 | 1 | -2/+3 |
* | say goodbye to killing trailing spaces. |  espie | 2012-11-07 | 1 | -2/+1 |
* | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING |  espie | 2012-10-09 | 1 | -38/+82 |
* | more changes, discussed and tested by various people. |  espie | 2012-10-02 | 1 | -76/+6 |
* | major overhaul of the way make handle jobs, inspired by dpb: |  espie | 2012-09-21 | 1 | -18/+28 |
* | dyslexy strikes again |  espie | 2012-04-20 | 1 | -3/+3 |
* | this error message was impossible to understand without the source code. |  espie | 2012-04-17 | 1 | -3/+28 |
* | make has had heuristics to avoid parallel make recursion. |  espie | 2012-04-11 | 1 | -1/+5 |
* | minor cleanup: error messages include lineno and fileno together, so |  espie | 2012-03-22 | 1 | -5/+3 |
* | nits with current being NULL or not. |  espie | 2010-12-26 | 1 | -3/+5 |
* | Correct $OpenBSD$ stuff |  espie | 2010-07-19 | 1 | -2/+1 |
* | whitespace |  espie | 2010-07-15 | 1 | -4/+4 |
* | use unsigned values where applicable |  espie | 2009-08-16 | 1 | -42/+42 |
* | simple check for cvs conflicts, avoids some "duh" moments (some people like |  espie | 2009-05-10 | 1 | -2/+10 |
* | put parsing of operator (:, ::, !) into its own function |  espie | 2007-09-23 | 1 | -22/+33 |
* | reindent a few lines in parse.c which are missing it. |  espie | 2007-09-18 | 1 | -93/+84 |
* | missing prototype for static function |  espie | 2007-09-18 | 1 | -1/+2 |
* | rewrite of the basic suffix/target parsing: use hash for suffixes. |  espie | 2007-09-17 | 1 | -691/+601 |
* | clean-up Parse_File toplevel: add functions to make it clearer what's going |  espie | 2007-09-17 | 1 | -158/+176 |
* | Parse_DoVar -> Parse_As_Var_Assignment |  espie | 2007-09-17 | 1 | -2/+2 |
* | parseIncPath -> userIncludePath and assorted renames |  espie | 2007-09-17 | 1 | -13/+13 |
* | more zap spaces |  espie | 2007-09-17 | 1 | -2/+2 |
* | zap more spaces at end of line |  espie | 2007-09-17 | 1 | -2/+2 |
* | partial reindent |  espie | 2007-09-17 | 1 | -183/+187 |
* | kill extra spaces at end of line |  espie | 2007-09-17 | 1 | -13/+13 |
* | kill += 1, -= 1 -> ++, -- |  espie | 2007-09-17 | 1 | -2/+2 |
* | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories |  espie | 2007-09-16 | 1 | -5/+5 |
* | kill .SHELL, make doesn't even support it in non-parallel mode. |  espie | 2007-09-16 | 1 | -9/+1 |
* | cut up dir.c into dir.c/direxpand.c as there is very little interface between |  espie | 2007-09-16 | 1 | -1/+2 |
* | fix curly in targets... broke it and no-one saw the difference, so it's |  espie | 2007-08-05 | 1 | -2/+2 |
* | introduce a Var_Substi to substitute on intervals. |  espie | 2007-07-30 | 1 | -314/+274 |
* | everywhere except in Var_Parse, we always add/append variables to the |  espie | 2007-07-30 | 1 | -2/+2 |
* | separate and name functions to add target nodes to the graph. |  espie | 2007-07-30 | 1 | -38/+47 |
* | simplify computations in the var module: instead of advancing a char * |  espie | 2007-07-24 | 1 | -1/+1 |
* | move the code that grabs a value in Var_Parse in its own function, |  espie | 2007-07-24 | 1 | -1/+1 |
* | change Var_ParseSkip API to increment the position instead of returning a |  espie | 2007-07-24 | 1 | -2/+2 |
* | big clean-up patch: |  espie | 2007-07-20 | 1 | -3/+2 |
* | A set of big related changes. okay millert@, tested further by kettenis@ |  espie | 2007-07-08 | 1 | -2/+68 |
* | remove some bogus *p tests from charles longeau |  tedu | 2007-03-20 | 1 | -8/+8 |
* | * add an extra argument to the dir lookup functions to say whether we |  espie | 2007-01-18 | 1 | -26/+43 |
* | ISO function declarations, trim a few comments, rename a few variables to |  espie | 2004-04-07 | 1 | -62/+38 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -6/+2 |
* | This is the first step in sanitizing the conditional parser. |  espie | 2002-06-11 | 1 | -26/+26 |
* | Fixed version... don't see how this could work on i386, since it didn't |  espie | 2001-11-11 | 1 | -4/+4 |
* | undo changes that crash on (at least) the alpha |  deraadt | 2001-11-11 | 1 | -4/+4 |
* | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two |  espie | 2001-11-11 | 1 | -4/+4 |
* | Replace the most used static lists in make by persistent growable arrays. |  espie | 2001-06-12 | 1 | -70/+66 |