Age | Commit message (Expand) | Author |
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 |
2007-07-29 | reindent, no code change | Marc Espie |
2007-07-24 | reindent, no binary change | Marc Espie |
2007-07-24 | reindent (no binary change) | Marc Espie |
2007-07-24 | reformat to 8 chars tab, zap unneeded comment (no binary change) | Marc Espie |
2007-07-24 | zap unused variable | 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-22 | make sure loop variables use their own buffers. | Marc Espie |
2007-07-21 | even though gcc doesn't reuse the utsname space, it could. Ensure MACHINE | Marc Espie |
2007-07-21 | zap unneeded stuff | Marc Espie |
2007-07-20 | big clean-up patch: | Marc Espie |
2007-07-20 | reorder stuff in var.c so that the next patch is more readable. | Marc Espie |
2007-07-17 | comment snicky usage of strchr | Marc Espie |
2007-07-09 | espie, you have got to be joking | Theo de Raadt |
2007-07-09 | tweaks; | Jason McIntyre |
2007-07-09 | indent correctly | Marc Espie |
2007-07-09 | repair, sorry about that (obvious typo, duh) | Marc Espie |
2007-07-08 | rename variable to errorIsOkay. What does oldVars mean anyway ? | Marc Espie |
2007-07-08 | missed part: add check to avoid poison checking inexistent local vars, | Marc Espie |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |
2007-06-12 | Fix a 10-year-old pointer-arithmetic bug in make, | Constantine A. Murenin |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-05-17 | Remove extra return statement, from tbert from lint. | Ray Lai |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-18 | allow this to build w/ cross-tools thru providing proper hostcflags; found by... | Michael Shalayeff |
2007-03-02 | strlen fixes from Charles Longeau. | Ray Lai |
2007-02-20 | typos; from Daniel Dickman | Jason McIntyre |