Age | Commit message (Expand) | Author |
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 |
2001-06-05 | Use Str_concat instead of fixed buffers and snprintf in building paths. | Marc Espie |
2001-06-03 | Make sure targs get initialized. | Marc Espie |
2001-05-31 | Simple guard against overflow. Better code to appear. | Marc Espie |
2001-05-29 | Protect against copying a too long PWD. | 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-07 | avoid closing the same file twice. parse module assumes ownership of | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie |