Age | Commit message (Expand) | Author |
2018-09-20 | fix indentation | Jonathan Gray |
2017-12-19 | More NUL (not NULL) checks. | Vadim Zhukov |
2017-12-05 | strip_comments is also called for dot lines, so sometimes the comment | Marc Espie |
2016-10-23 | add !!= | Marc Espie |
2016-10-21 | small obvious cleanups: | Marc Espie |
2016-05-13 | have sinclude/include be more compatible with sysv, handle list of files | Marc Espie |
2015-12-22 | in case we have a parse error, dispell the target list early to avoid | Marc Espie |
2015-11-29 | fix duplicate targets in target list for good: split previous groupling fix | Marc Espie |
2015-11-06 | I was very optimistic in groupling creation. Turns out lists of targets | Marc Espie |
2015-01-23 | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... | Marc Espie |
2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something | Marc Espie |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie |
2012-11-07 | say goodbye to killing trailing spaces. | Marc Espie |
2012-10-09 | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2012-04-20 | dyslexy strikes again | Marc Espie |
2012-04-17 | this error message was impossible to understand without the source code. | Marc Espie |
2012-04-11 | make has had heuristics to avoid parallel make recursion. | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2010-12-26 | nits with current being NULL or not. | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-15 | whitespace | Marc Espie |
2009-08-16 | use unsigned values where applicable | Marc Espie |
2009-05-10 | simple check for cvs conflicts, avoids some "duh" moments (some people like | Marc Espie |
2007-09-23 | put parsing of operator (:, ::, !) into its own function | Marc Espie |
2007-09-18 | reindent a few lines in parse.c which are missing it. | Marc Espie |
2007-09-18 | missing prototype for static function | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | clean-up Parse_File toplevel: add functions to make it clearer what's going | Marc Espie |
2007-09-17 | Parse_DoVar -> Parse_As_Var_Assignment | Marc Espie |
2007-09-17 | parseIncPath -> userIncludePath and assorted renames | Marc Espie |
2007-09-17 | more zap spaces | Marc Espie |
2007-09-17 | zap more spaces at end of line | Marc Espie |
2007-09-17 | partial reindent | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | kill .SHELL, make doesn't even support it in non-parallel mode. | Marc Espie |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie |
2007-08-05 | fix curly in targets... broke it and no-one saw the difference, so it's | Marc Espie |
2007-07-30 | introduce a Var_Substi to substitute on intervals. | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-30 | separate and name functions to add target nodes to the graph. | Marc Espie |
2007-07-24 | simplify computations in the var module: instead of advancing a char * | Marc Espie |
2007-07-24 | move the code that grabs a value in Var_Parse in its own function, | Marc Espie |
2007-07-24 | change Var_ParseSkip API to increment the position instead of returning a | Marc Espie |
2007-07-20 | big clean-up patch: | Marc Espie |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |