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