Age | Commit message (Expand) | Author |
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 |
2007-01-18 | * add an extra argument to the dir lookup functions to say whether we | Marc Espie |
2007-01-04 | extend make grammar slightly: | Marc Espie |
2007-01-04 | having a function that iterates through node's datum so that we retrieve | Marc Espie |
2007-01-02 | VarDelete is no longer used by list functions, so let it do type-checking | Marc Espie |
2006-09-26 | It seems pointless to assign a variable the atoi() return value after | Michael Knudsen |
2006-09-24 | revert for now, this breaks stuff elsewhere... | Marc Espie |
2006-09-17 | on .SUFFIXES: <empty> | Marc Espie |
2006-05-06 | do not bother defining End if !CLEANUP, reminded by lint. | Marc Espie |
2006-04-25 | same hack for .ln as .o | Marc Espie |
2006-02-26 | consistent error message; from ray lai | Jason McIntyre |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie |
2006-01-12 | change incorrect FILES entries for makefiles; | Jason McIntyre |
2005-12-29 | correction from ray lai; | Jason McIntyre |
2005-07-15 | fixes 4286. | Marc Espie |
2005-06-26 | fail if cwd is not available; pr4265; espie@ ok | Michael Shalayeff |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-02-17 | alyte spelling-in-comment fixes | Jolan Luff |
2005-01-15 | Operator for comparisons is '==' and not '='. | Marc Balmer |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-07-19 | Remove obsolete note about V7 Bourne Shell; espie@ OK | Todd C. Miller |
2004-07-19 | Start working at providing a tutorial for our make, not PMake, which | Marc Espie |
2004-07-19 | fix signal race in job.c: the signal handler only sets a flag, and | Marc Espie |