summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
AgeCommit message (Expand)Author
2023-09-04GC old code that was originally implemented to facilitate adoption byMarc Espie
2023-05-30Due to the way make is designed, not being able to read a makefileMarc Espie
2021-03-06put back Lst_Destroy(paths) where it belongsMarc Espie
2020-04-20in case there are several operators on a dependency line, prefer theMarc Espie
2020-01-26remove OP_* for deprecated keywords (document that :: still usesMarc Espie
2020-01-26deprecate old keywords, some already removed, some now hitting the bitbucket.Marc Espie
2020-01-13simplify the way we account for different jobs:Marc Espie
2020-01-13concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longerMarc Espie
2020-01-13move documentation around to be more specific to suff.cMarc Espie
2020-01-13a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releasesMarc Espie
2020-01-13introduce a "Buf_Reinit" function for handling static buffers that canMarc Espie
2020-01-13tweak special node creation to be simpler: nodes created for special keywordsMarc Espie
2020-01-13document special values.Marc Espie
2019-12-22- give a specific value to OP_ERROR that doesn't occur in natureMarc Espie
2019-12-21rename a few variable/functions to have better names.Marc Espie
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