Age | Commit message (Expand) | Author |
2007-09-17 | parseIncPath -> userIncludePath and assorted renames | Marc Espie |
2007-09-17 | more blank space removal | Marc Espie |
2007-09-17 | byebye shellspecs | Marc Espie |
2007-09-17 | we have valid err/echo flags | Marc Espie |
2007-09-17 | we have echoctl and errctl | Marc Espie |
2007-09-17 | hardcode some more shell | Marc Espie |
2007-09-17 | start hardcoding the shell. we always run with sh anyways. | Marc Espie |
2007-09-17 | make DBPRINTF into a real function with variable number of arguments | Marc Espie |
2007-09-17 | reindent garray.h, add new function, to be used later | Marc Espie |
2007-09-17 | fix the arch code mostly. | Marc Espie |
2007-09-17 | forgot one space | Marc Espie |
2007-09-17 | more zap spaces | Marc Espie |
2007-09-17 | zap more spaces at end of line | Marc Espie |
2007-09-17 | partial reindent | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | reindent | Marc Espie |
2007-09-17 | reindent, zap useless comments | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | finish reindenting str.c | Marc Espie |
2007-09-16 | remove some totally useless comments | Marc Espie |
2007-09-16 | remove some of the complexity of Str_Matchi by separating code into | Marc Espie |
2007-09-16 | reindent | Marc Espie |
2007-09-16 | reindent | Marc Espie |
2007-09-16 | remove old debug code nothing uses | Marc Espie |
2007-09-16 | reindent compat.c | Marc Espie |
2007-09-16 | reindent targ.c | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | minor reindent issues | Marc Espie |
2007-09-16 | rename Path to less misleading PathEntry. Get rid of typedef. | 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 | reindent varmodifiers.c, no binary change | Marc Espie |
2007-09-16 | remove warnings | Marc Espie |
2007-09-16 | reuse free_hash | Marc Espie |
2007-09-16 | reindent arch.c | Marc Espie |
2007-09-16 | kill .SHELL, make doesn't even support it in non-parallel mode. | Marc Espie |
2007-09-16 | move free_ohash function so that we can reuse it. | Marc Espie |
2007-09-16 | first step towards sanity: take the functions common to parallel/not parallel | Marc Espie |
2007-09-16 | scaffolding to recognize special targets/sources using ohash functions. | 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 | more dead code: we always define LIBRARIES and INCLUDES | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2007-09-03 | use calloc() for the sake of regularity, prompted by deraadt@ | Marc Espie |
2007-08-05 | fix curly in targets... broke it and no-one saw the difference, so it's | Marc Espie |
2007-07-30 | introduce a Var_Substi to substitute on intervals. | 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-07-30 | now that it's clean enough, one can extract some common code from | Marc Espie |
2007-07-30 | clean-up. Basically: | Marc Espie |
2007-07-30 | separate and name functions to add target nodes to the graph. | Marc Espie |
2007-07-30 | simplify the handling of assignment operators, by introducing a VAR_INVALID | Marc Espie |