summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/parse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS...espie2015-01-231-1/+2
* remove a bunch of dangerous casts (useless casts from void * to somethingespie2015-01-231-5/+5
* wrappers for is*/to* that make damn sure their arguments areespie2013-11-221-27/+27
* complement "need an operator" fatal error message with the actual line content.espie2012-11-241-2/+3
* say goodbye to killing trailing spaces.espie2012-11-071-2/+1
* - SPECIAL_DEPRECATED -> SPECIAL_NOTHINGespie2012-10-091-38/+82
* more changes, discussed and tested by various people.espie2012-10-021-76/+6
* major overhaul of the way make handle jobs, inspired by dpb:espie2012-09-211-18/+28
* dyslexy strikes againespie2012-04-201-3/+3
* this error message was impossible to understand without the source code.espie2012-04-171-3/+28
* make has had heuristics to avoid parallel make recursion.espie2012-04-111-1/+5
* minor cleanup: error messages include lineno and fileno together, soespie2012-03-221-5/+3
* nits with current being NULL or not.espie2010-12-261-3/+5
* Correct $OpenBSD$ stuffespie2010-07-191-2/+1
* whitespaceespie2010-07-151-4/+4
* use unsigned values where applicableespie2009-08-161-42/+42
* simple check for cvs conflicts, avoids some "duh" moments (some people likeespie2009-05-101-2/+10
* put parsing of operator (:, ::, !) into its own functionespie2007-09-231-22/+33
* reindent a few lines in parse.c which are missing it.espie2007-09-181-93/+84
* missing prototype for static functionespie2007-09-181-1/+2
* rewrite of the basic suffix/target parsing: use hash for suffixes.espie2007-09-171-691/+601
* clean-up Parse_File toplevel: add functions to make it clearer what's goingespie2007-09-171-158/+176
* Parse_DoVar -> Parse_As_Var_Assignmentespie2007-09-171-2/+2
* parseIncPath -> userIncludePath and assorted renamesespie2007-09-171-13/+13
* more zap spacesespie2007-09-171-2/+2
* zap more spaces at end of lineespie2007-09-171-2/+2
* partial reindentespie2007-09-171-183/+187
* kill extra spaces at end of lineespie2007-09-171-13/+13
* kill += 1, -= 1 -> ++, --espie2007-09-171-2/+2
* rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectoriesespie2007-09-161-5/+5
* kill .SHELL, make doesn't even support it in non-parallel mode.espie2007-09-161-9/+1
* cut up dir.c into dir.c/direxpand.c as there is very little interface betweenespie2007-09-161-1/+2
* fix curly in targets... broke it and no-one saw the difference, so it'sespie2007-08-051-2/+2
* introduce a Var_Substi to substitute on intervals.espie2007-07-301-314/+274
* everywhere except in Var_Parse, we always add/append variables to theespie2007-07-301-2/+2
* separate and name functions to add target nodes to the graph.espie2007-07-301-38/+47
* simplify computations in the var module: instead of advancing a char *espie2007-07-241-1/+1
* move the code that grabs a value in Var_Parse in its own function,espie2007-07-241-1/+1
* change Var_ParseSkip API to increment the position instead of returning aespie2007-07-241-2/+2
* big clean-up patch:espie2007-07-201-3/+2
* A set of big related changes. okay millert@, tested further by kettenis@espie2007-07-081-2/+68
* remove some bogus *p tests from charles longeautedu2007-03-201-8/+8
* * add an extra argument to the dir lookup functions to say whether weespie2007-01-181-26/+43
* ISO function declarations, trim a few comments, rename a few variables toespie2004-04-071-62/+38
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* This is the first step in sanitizing the conditional parser.espie2002-06-111-26/+26
* Fixed version... don't see how this could work on i386, since it didn'tespie2001-11-111-4/+4
* undo changes that crash on (at least) the alphaderaadt2001-11-111-4/+4
* Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoespie2001-11-111-4/+4
* Replace the most used static lists in make by persistent growable arrays.espie2001-06-121-70/+66