summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
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
2007-09-17more zap spacesMarc Espie
2007-09-17zap more spaces at end of lineMarc Espie
2007-09-17partial reindentMarc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2007-09-17reindentMarc Espie
2007-09-17reindent, zap useless commentsMarc Espie
2007-09-17kill += 1, -= 1 -> ++, --Marc Espie
2007-09-16finish reindenting str.cMarc Espie
2007-09-16remove some totally useless commentsMarc Espie
2007-09-16remove some of the complexity of Str_Matchi by separating code intoMarc Espie
2007-09-16reindentMarc Espie
2007-09-16reindentMarc Espie
2007-09-16remove old debug code nothing usesMarc Espie
2007-09-16reindent compat.cMarc Espie
2007-09-16reindent targ.cMarc Espie
2007-09-16rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectoriesMarc Espie
2007-09-16minor reindent issuesMarc Espie
2007-09-16rename Path to less misleading PathEntry. Get rid of typedef.Marc Espie
2007-09-16rename Targ_FmtTime into time_to_string and move it, as it's not relatedMarc Espie
2007-09-16reindent varmodifiers.c, no binary changeMarc Espie
2007-09-16remove warningsMarc Espie
2007-09-16reuse free_hashMarc Espie
2007-09-16reindent arch.cMarc Espie
2007-09-16kill .SHELL, make doesn't even support it in non-parallel mode.Marc Espie
2007-09-16move free_ohash function so that we can reuse it.Marc Espie
2007-09-16first step towards sanity: take the functions common to parallel/not parallelMarc Espie
2007-09-16scaffolding to recognize special targets/sources using ohash functions.Marc Espie
2007-09-16cut up dir.c into dir.c/direxpand.c as there is very little interface betweenMarc Espie
2007-09-16more dead code: we always define LIBRARIES and INCLUDESMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2007-09-03use calloc() for the sake of regularity, prompted by deraadt@Marc Espie
2007-08-05fix curly in targets... broke it and no-one saw the difference, so it'sMarc Espie
2007-07-30introduce a Var_Substi to substitute on intervals.Marc Espie
2007-07-30everywhere except in Var_Parse, we always add/append variables to theMarc Espie
2007-07-30local is always true, so zap it.Marc Espie
2007-07-30now that it's clean enough, one can extract some common code fromMarc Espie
2007-07-30clean-up. Basically:Marc Espie
2007-07-30separate and name functions to add target nodes to the graph.Marc Espie
2007-07-30simplify the handling of assignment operators, by introducing a VAR_INVALIDMarc Espie