summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2007-10-06replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@Constantine A. Murenin
2007-09-29simple refactoring: replace convoluted code with simple equivalent testMarc Espie
2007-09-29use constant FD_CLOEXEC, more readable than 1.Marc Espie
2007-09-29remove comment that no longer apply.Marc Espie
2007-09-23don't even attempt to reuse the same temp file name.Marc Espie
2007-09-23now, JOB_FIRST is always set, so kill more conditional code.Marc Espie
2007-09-23last parameter to JobStart is always NULL, so nuke it.Marc Espie
2007-09-23compatMake is never true in there, so kill dead code.Marc Espie
2007-09-23zap keywords we don't have. remove exercise that says we don't have $$V,Marc Espie
2007-09-23put parsing of operator (:, ::, !) into its own functionMarc Espie
2007-09-23replace if (DEBUG(job)) { fprintf(stdout,...); fflush(stdout); }Marc Espie
2007-09-23kill local/jobs distinction. Correctly this time...Marc Espie
2007-09-23more specific error messages if dup2 failsMarc Espie
2007-09-23zap sunos bug work-aroundMarc Espie
2007-09-22rename functions and data structures for clarityMarc Espie
2007-09-22reindentMarc Espie
2007-09-18reindent cond.cMarc Espie
2007-09-18better comments, sNum -> order. SUFF_EXISTS -> SUFF_ACTIVEMarc Espie
2007-09-18internal macro should be invisible from outsideMarc Espie
2007-09-18reindent a few lines in parse.c which are missing it.Marc Espie
2007-09-18make -DCLEANUP compile againMarc Espie
2007-09-18reindent new partMarc Espie
2007-09-18missing prototype for static functionMarc Espie
2007-09-18revert maxLocal removal, there's something fishy going on.Marc Espie
2007-09-17avoid printing out special targets in debug modeMarc Espie
2007-09-17always define the svr4namelist. Doesn't hurt, even if we don't use it.Marc Espie
2007-09-17rewrite of the basic suffix/target parsing: use hash for suffixes.Marc Espie
2007-09-17reindentMarc Espie
2007-09-17fix indentMarc Espie
2007-09-17reorg the directory code a bit.Marc Espie
2007-09-17minor tweaksMarc Espie
2007-09-17separate rewrite_times functionMarc Espie
2007-09-17better variable nameMarc Espie
2007-09-17remove C99ismMarc Espie
2007-09-17make usePipes the default, zap undocumented -P.Marc Espie
2007-09-17one single printfMarc Espie
2007-09-17remove prototypes that now live in engine.h, adjust suff.c accordinglyMarc Espie
2007-09-17clean-up Parse_File toplevel: add functions to make it clearer what's goingMarc Espie
2007-09-17Parse_DoVar -> Parse_As_Var_AssignmentMarc Espie
2007-09-17parseIncPath -> userIncludePath and assorted renamesMarc Espie
2007-09-17more blank space removalMarc Espie
2007-09-17byebye shellspecsMarc Espie
2007-09-17we have valid err/echo flagsMarc Espie
2007-09-17we have echoctl and errctlMarc Espie
2007-09-17hardcode some more shellMarc Espie
2007-09-17start hardcoding the shell. we always run with sh anyways.Marc Espie
2007-09-17make DBPRINTF into a real function with variable number of argumentsMarc Espie
2007-09-17reindent garray.h, add new function, to be used laterMarc Espie
2007-09-17fix the arch code mostly.Marc Espie
2007-09-17forgot one spaceMarc Espie