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