Age | Commit message (Expand) | Author |
2007-09-23 | put parsing of operator (:, ::, !) into its own function | Marc Espie |
2007-09-18 | reindent a few lines in parse.c which are missing it. | Marc Espie |
2007-09-18 | missing prototype for static function | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | clean-up Parse_File toplevel: add functions to make it clearer what's going | Marc Espie |
2007-09-17 | Parse_DoVar -> Parse_As_Var_Assignment | Marc Espie |
2007-09-17 | parseIncPath -> userIncludePath and assorted renames | Marc Espie |
2007-09-17 | more zap spaces | Marc Espie |
2007-09-17 | zap more spaces at end of line | Marc Espie |
2007-09-17 | partial reindent | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | kill .SHELL, make doesn't even support it in non-parallel mode. | Marc Espie |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie |
2007-08-05 | fix curly in targets... broke it and no-one saw the difference, so it's | Marc Espie |
2007-07-30 | introduce a Var_Substi to substitute on intervals. | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-30 | separate and name functions to add target nodes to the graph. | Marc Espie |
2007-07-24 | simplify computations in the var module: instead of advancing a char * | Marc Espie |
2007-07-24 | move the code that grabs a value in Var_Parse in its own function, | Marc Espie |
2007-07-24 | change Var_ParseSkip API to increment the position instead of returning a | Marc Espie |
2007-07-20 | big clean-up patch: | Marc Espie |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-01-18 | * add an extra argument to the dir lookup functions to say whether we | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-11 | This is the first step in sanitizing the conditional parser. | Marc Espie |
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie |
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt |
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie |
2001-06-12 | Replace the most used static lists in make by persistent growable arrays. | Marc Espie |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-15 | thinko in my rewrite. Repair var:sh = something | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-11-24 | Clean-ups: | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | - new DirReadDir internal function, that just reads a directory from | Marc Espie |
2000-09-14 | Use the new hash scheme to store the target nodes. | Marc Espie |
2000-09-14 | Clean-up, systematic use of UNUSED, white space... | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | This is complementary to the previous patch. | Marc Espie |
2000-06-23 | This patch is worth a lot, speed-wise. | Marc Espie |
2000-06-23 | This patch separates local contexts from global contexts for good. | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |