summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
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
2007-07-29reindent, no code changeMarc Espie
2007-07-24reindent, no binary changeMarc Espie
2007-07-24reindent (no binary change)Marc Espie
2007-07-24reformat to 8 chars tab, zap unneeded comment (no binary change)Marc Espie
2007-07-24zap unused variableMarc Espie
2007-07-24simplify computations in the var module: instead of advancing a char *Marc Espie
2007-07-24move the code that grabs a value in Var_Parse in its own function,Marc Espie
2007-07-24change Var_ParseSkip API to increment the position instead of returning aMarc Espie
2007-07-22make sure loop variables use their own buffers.Marc Espie
2007-07-21even though gcc doesn't reuse the utsname space, it could. Ensure MACHINEMarc Espie
2007-07-21zap unneeded stuffMarc Espie
2007-07-20big clean-up patch:Marc Espie
2007-07-20reorder stuff in var.c so that the next patch is more readable.Marc Espie
2007-07-17comment snicky usage of strchrMarc Espie
2007-07-09espie, you have got to be jokingTheo de Raadt
2007-07-09tweaks;Jason McIntyre
2007-07-09indent correctlyMarc Espie
2007-07-09repair, sorry about that (obvious typo, duh)Marc Espie
2007-07-08rename variable to errorIsOkay. What does oldVars mean anyway ?Marc Espie
2007-07-08missed part: add check to avoid poison checking inexistent local vars,Marc Espie
2007-07-08A set of big related changes. okay millert@, tested further by kettenis@Marc Espie
2007-06-12Fix a 10-year-old pointer-arithmetic bug in make,Constantine A. Murenin
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-05-17Remove extra return statement, from tbert from lint.Ray Lai
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-18allow this to build w/ cross-tools thru providing proper hostcflags; found by...Michael Shalayeff
2007-03-02strlen fixes from Charles Longeau.Ray Lai
2007-02-20typos; from Daniel DickmanJason McIntyre
2007-01-18* add an extra argument to the dir lookup functions to say whether weMarc Espie
2007-01-04extend make grammar slightly:Marc Espie
2007-01-04having a function that iterates through node's datum so that we retrieveMarc Espie
2007-01-02VarDelete is no longer used by list functions, so let it do type-checkingMarc Espie
2006-09-26It seems pointless to assign a variable the atoi() return value afterMichael Knudsen
2006-09-24revert for now, this breaks stuff elsewhere...Marc Espie
2006-09-17on .SUFFIXES: <empty>Marc Espie
2006-05-06do not bother defining End if !CLEANUP, reminded by lint.Marc Espie
2006-04-25same hack for .ln as .oMarc Espie
2006-02-26consistent error message; from ray laiJason McIntyre
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2006-01-12change incorrect FILES entries for makefiles;Jason McIntyre