Age | Commit message (Expand) | Author |
2008-01-29 | A few changes: | Marc Espie |
2007-11-10 | UNMADE -> UNKNOWN | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie |
2007-11-03 | simplify: Job_CheckCommands deals with silent and ignerr now, so there's | Marc Espie |
2007-11-03 | do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-10-27 | fix indentation | Marc Espie |
2007-10-14 | allows node to be run twice, by not destroying the cmdnode contents. | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | 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 | reindent compat.c | Marc Espie |
2007-09-16 | rename Targ_FmtTime into time_to_string and move it, as it's not related | Marc Espie |
2007-09-16 | first step towards sanity: take the functions common to parallel/not parallel | 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-30 | local is always true, so zap it. | Marc Espie |
2007-01-04 | having a function that iterates through node's datum so that we retrieve | 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-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2001-12-02 | Put back the interrupt fixed code, since it's not the issue. | Marc Espie |
2001-11-23 | back out changes that break kernel compiles. good testing jobmk install! | Theo de Raadt |
2001-11-22 | Remove broken interrupt handler. | Marc Espie |
2001-11-22 | Explicitly mark nodes whose commands have been filled with | Marc Espie |
2001-11-17 | do not exit() from signal handler | Theo de Raadt |
2001-09-15 | fix a pasto, fix pr 1969 | Michael Shalayeff |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-29 | Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-06-30 | Recognize `+cmd' as a command that should always be executed, even in | 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-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 |
2000-06-10 | Thus, Lst_ForEach no longer needs returning a status. | Marc Espie |
2000-06-10 | Lst_Find and Lst_ForEach do the same thing, except that the comparison | Marc Espie |
2000-04-17 | Record location in target node as well. | Marc Espie |
2000-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |
2000-02-02 | Bug-fix: make should behave sensibly when presented with negative times... | Marc Espie |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
1999-12-18 | Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront, | Marc Espie |