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