summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
AgeCommit message (Expand)Author
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
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-01-18* add an extra argument to the dir lookup functions to say whether weMarc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-11This is the first step in sanitizing the conditional parser.Marc Espie
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
2001-06-12Replace the most used static lists in make by persistent growable arrays.Marc Espie
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-15thinko in my rewrite. Repair var:sh = somethingMarc Espie
2001-05-03Synch with my current work.Marc Espie
2000-11-24Clean-ups:Marc Espie
2000-09-14Replace the old hash used to hold file names within a directory withMarc Espie
2000-09-14- new DirReadDir internal function, that just reads a directory fromMarc Espie
2000-09-14Use the new hash scheme to store the target nodes.Marc Espie
2000-09-14Clean-up, systematic use of UNUSED, white space...Marc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-06-23This patch replaces str_concat with a slightly unobfuscated version.Marc Espie
2000-06-23This is complementary to the previous patch.Marc Espie
2000-06-23This patch is worth a lot, speed-wise.Marc Espie
2000-06-23This patch separates local contexts from global contexts for good.Marc Espie
2000-06-23In various places, VAR_CMD is used to actually mean `no real context',Marc Espie
2000-06-23Once those special variable are taken care of, other Var functions can takeMarc Espie
2000-06-23Trivial consequences of the previous list changes:Marc Espie