Age | Commit message (Expand) | Author |
2007-11-24 | more parallel make fixes. | Marc Espie |
2007-11-17 | simplify dynamic variable handling a great deal: | Marc Espie |
2007-11-06 | bug-fix: try the empty suffix when we cannot find any transformation, not | Marc Espie |
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-09-18 | better comments, sNum -> order. SUFF_EXISTS -> SUFF_ACTIVE | Marc Espie |
2007-09-18 | make -DCLEANUP compile again | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | remove prototypes that now live in engine.h, adjust suff.c accordingly | Marc Espie |
2007-09-17 | reindent garray.h, add new function, to be used later | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | reindent | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie |
2007-09-16 | more dead code: we always define LIBRARIES and INCLUDES | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | 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 |
2006-09-24 | revert for now, this breaks stuff elsewhere... | Marc Espie |
2006-09-17 | on .SUFFIXES: <empty> | Marc Espie |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-06-19 | avoid a null pointer dereference if the .DEFAULT target has no commands; | Robert Nagy |
2004-05-05 | constify char *. | 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-02-26 | close PR 2311 | Marc Espie |
2001-11-23 | back out changes that break kernel compiles. good testing jobmk install! | Theo de Raadt |
2001-11-22 | Explicitly mark nodes whose commands have been filled with | 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-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-03 | Synch with my current work. | Marc Espie |
2000-11-24 | Clean-ups: | Marc Espie |
2000-11-22 | Don't use light-weight Lst_ForEach when the list is going away from under | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | Use the new hash scheme to store the target nodes. | 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 | 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 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-17 | This removes the few instances of Lst_New left. | Marc Espie |
2000-06-17 | This patch introduces a distinction between | Marc Espie |
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie |