Age | Commit message (Expand) | Author |
2014-05-15 | remove unused variable | Charles Longeau |
2013-11-24 | simplify determination of OBJDIR to what we actually use. | Marc Espie |
2013-07-07 | old option -P bites the dust. It's not been doing anything for years. | Marc Espie |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-09 | recognize new debug options for double commands, heldjobs, target group | Marc Espie |
2012-10-06 | - extra juice for debugging signal passing. Note when we can't pass the | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-15 | whitespace | Marc Espie |
2010-02-03 | Add a new default variable in Makefile context, MACHINE_CPU. Its value is | Miod Vallat |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2008-01-10 | fix stupid typo in grouping, make PWD work correctly again. | Marc Espie |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie |
2007-11-17 | read only .depend if !make(depend) | Marc Espie |
2007-11-03 | token is a confusing name, rename to banner | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-10-24 | fix logic of command line/ MAKEFLAGS parsing. | Marc Espie |
2007-09-23 | kill local/jobs distinction. Correctly this time... | Marc Espie |
2007-09-18 | revert maxLocal removal, there's something fishy going on. | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | make usePipes the default, zap undocumented -P. | Marc Espie |
2007-09-17 | parseIncPath -> userIncludePath and assorted renames | Marc Espie |
2007-09-17 | kill extra spaces at end of line | 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 | 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 | clean-up. Basically: | 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-21 | even though gcc doesn't reuse the utsname space, it could. Ensure MACHINE | Marc Espie |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |
2006-09-26 | It seems pointless to assign a variable the atoi() return value after | Michael Knudsen |
2006-05-06 | do not bother defining End if !CLEANUP, reminded by lint. | Marc Espie |
2006-02-26 | consistent error message; from ray lai | Jason McIntyre |
2005-02-17 | alyte spelling-in-comment fixes | Jolan Luff |
2004-04-21 | - correct SYNOPSIS | Jason McIntyre |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2004-01-30 | a collection of flags is an int. | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-21 | Stop parsing arguments when we hit "--". | Todd C. Miller |
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie |
2002-12-30 | Don't pass a NULL arg to Parse_DoVar which can happen if user specifies | Todd C. Miller |
2002-12-30 | Avoid setting optind to 0 since in GNU getopt() that means the same | Todd C. Miller |
2002-03-02 | kill #ifdef REMOTE stuff that only obfuscates issues. | 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 |