summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2015-10-25PrintOnError: fflush stdout before running .ERRORsjg
2015-10-20Ensure emsg initializedsjg
2015-10-12Add unit-test for discarded :?sjg
2015-10-12The conditional expressions used with ':?' can be expensivesjg
2015-10-11Avoid echo -n in unit-testssjg
2015-10-11Add Boolean wantit to Var_Parse and Var_Substsjg
2015-10-10Do not hard-code ingnoring of makeDependfilesjg
2015-10-06don't check for NULL before free() (Tilman Sauerbeck)christos
2015-09-21Add more compat defs for code compiled for !NetBSD targets.pooka
2015-09-10Output Entering/Leaving messages for objdir when != srcdir and -w flagsjg
2015-06-21remove <sys/cdefs.h> for portability reasonschristos
2015-06-19make needshell customizable, so that xinstall can use it.christos
2015-06-19create needshell so we don't scan the string multiple times.christos
2015-06-19use isspace()christos
2015-06-19Adjust metachar handling to previous behaviour:mlelstv
2015-06-18grr too many different compilation options.christos
2015-06-18this is not buf.cchristos
2015-06-18Fix non native build on metachar.cjustin
2015-06-17Centralize the "is a meta char" test, instead of using two different arrays.christos
2015-06-17centralize shell metachar handling.christos
2015-06-05Drop trailing whitespace.wiz
2015-06-05Document .OBJDIR target.sjg
2015-05-25Fix warning about uninitialized variablemanu
2015-05-05When evaluating condtionals from .if we want to requiresjg
2015-04-16Explain what max is and handle i reaching it again.joerg
2015-04-16Don't use memcpy for overlapping ranges. Simplify, memmove is goodjoerg
2015-04-11Use separate vars to track cwd and last dir a process read.sjg
2015-04-10export-all.mk should be including export.mksjg
2015-04-10It's 2015.wiz
2015-04-10Remove trailing whitespace.wiz
2015-04-09Forgot to tweak datesjg
2015-04-09jobs mode handles '-' very differently to compat mode, but this is notsjg
2015-04-01Close child's reference to meta file.sjg
2015-03-26Move initialization of savederr to the block where it is usedsjg
2014-11-06Ensure -- filemon is at start of linesjg
2014-10-20Use read and fwrite rather than fgets and printf when reading filemon data.sjg
2014-10-20Extract broken testssjg
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-09-30Define some of the missing macros. The only error now is:christos
2014-09-18Comments, and one very minor tidyup.dholland
2014-09-14Small markup fixes:apb
2014-09-14bump date; I think I'm done for tonightdholland
2014-09-14Add some notes on compatibility with other make dialects.dholland
2014-09-14Improve the documentation of rule-local variables. Cherry-picked fromdholland
2014-09-14Improvements pertaining to shell commands and chdir. Some of thisdholland
2014-09-14Fix handling of the silly $(@D) $(@F) etc. vars so modifiers on themdholland
2014-09-13Recognize the crazy POSIXisms $(?D) and $(?F); issue 2 in PR 49085dholland
2014-09-13typo in comment, from the first reverted patchdholland
2014-09-09Add a test for backslash-newline at the very end of a command script.apb
2014-09-09Change @echo to echo in several places in escape.mk,apb