summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2008-11-29Split For_Eval() into two functions.dsl
2008-11-29Before deciding to use the default function in a .if, check whether thedsl
2008-11-29Common up parsing .if defined() make() exists() target() commands() and empty()dsl
2008-11-26I think ':' is called "colon", not "column" :)wiz
2008-11-25PR/40026: Aleksej Saushev: make(1) doesn't document VPATH, document it.christos
2008-11-23Do a string compare if the rh argument doesn't completely convert to a numberdsl
2008-11-22Fix conversion of hex numerics in comparisons.dsl
2008-11-22Move two great chunks of code out of a switch statement and intodsl
2008-11-22If there is a syntax error in a .if expression then ignore the entiredsl
2008-11-22Convert ADDWORD() to do { ... } while (0)dsl
2008-11-22Convert Buf_AddByte(0 to a more normal do { ... } while (0) form.dsl
2008-11-12intFile.fd should be initialised to -1, not 0.apb
2008-11-12avoid using c99 struct named initializers because this is a host tool andchristos
2008-10-31Don't use putenv() because it is not portable.christos
2008-10-30Whitespace.wiz
2008-10-30Update the modification datesjg
2008-10-29Add some examples of how to use :?sjg
2008-10-29If Parse_Error is called after curFile is invalid, set it to a dummysjg
2008-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-10-22Send debugging output to stderr by default, not to stderr.apb
2008-10-19Add missing dot before macro.wiz
2008-10-19Always make the debugging output unbuffered; in addition, if debuggingapb
2008-10-18Document how "-dF[+]filename" works.apb
2008-10-18Allow optional "+" in "-dF[+]filename" even if the filename is "stdout"apb
2008-10-06Don't use emalloc and friends directly, but call them consistentlyjoerg
2008-08-10Drop trailing whitespace. Use .Dq.wiz
2008-08-10Clarify a bit .SUFFIXES and .IMPSRC. Should fix PR#37822.cube
2008-07-31Micro-optimise VarQuote by exploiting that meta characters are normallyjoerg
2008-07-31Meta characters are a constant, mark it so.joerg
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-06-03PR/38840: Pierre Pronchery: make crashes while parsing long lines in Makefileschristos
2008-05-26PR/38756: dominik: make dumps core on invalid makefilechristos
2008-05-15VAR_CMD context is used by conditionals and other purposes, sosjg
2008-05-15Disable this for now, VAR_CMD is abused for other purposes...sjg
2008-05-14Do not set vars in VAR_GLOBAL context, if they have been set on thesjg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-31If the name passed to Var_Exists contains '$' run it through Var_Subst.sjg
2008-02-15back all changes out until I fix it properly.christos
2008-02-15Improve dh's fix:christos
2008-02-15fix typo in commentdholland
2008-02-15Avoid SIGSEGV caused by signed/unsigned mismatch. (hi xtos)dholland
2008-02-15remove error/noerror constchristos
2008-02-15fix != expansion bug I introduced.christos
2008-02-15- symbolic names for error and no errorchristos
2008-02-14- use pid_t/size_t as appropriate instead of int.christos
2008-02-07Print the complain about random stuff after empty only once.joerg
2008-02-06Warn for constructs likejoerg
2008-02-05Be pedantic and use unsigned int here as uwe@ suggested.joerg
2008-02-05Merge from pkgsrc's bmake: don't use signed short for bitfields.joerg
2008-01-19Implement -dl (aka LOUD) to override '@' at the start of script lines.sjg