summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2006-08-29protect libutil with HOSTPROGchristos
2006-08-26Fix non-native build.christos
2006-08-26Don't include <util.h> if we are not NetBSD. Other OS's don't have it.christos
2006-08-26More programs using efun.christos
2006-08-11If a word is "" eat the last quote since we ate the first.christos
2006-07-28Indicate which modifier a result applies to, helps debug complex cases.sjg
2006-07-28Add debug output for CondDoExists() - the results can be surprising.sjg
2006-07-28Fix minor mem leak in PrintOnError().sjg
2006-06-29Fixed gcc warnings about signed vs. unsigned in comparisons.rillig
2006-06-29Fixed the bug reported in PR 33866, which is that the :Q operator does notrillig
2006-06-17Fix mispelling.reed
2006-06-15Remove a hack that's no longer needed with gcc 3.3.6.skrll
2006-05-19Coverity CI D3758: Plug memory leak.christos
2006-05-19Coverity CID 3757: Plug memory leak.christos
2006-05-19Coverity CID 3147: Plug memory leak.christos
2006-05-11Remove the modterm case from moderrs, the syntax errorssjg
2006-05-11Extract the variable modifier logic to a separate function.sjg
2006-05-08Our gcc 3.3.3 (nb3) for hppa gets an "unrecognized insn" internalhe
2006-04-22Coverity CID 529: Call VarFreeEnv to prevent leak.christos
2006-04-22Coverity CID 534: Free junk variables on return from Var_Parse.christos
2006-04-22Coverity CID 533: Plug memory leak.christos
2006-04-22Coverity CID 526: Check for condTop < 0 where we decrement it, not laterchristos
2006-04-22Coverity CID 527: Make it painfully obvious that av is freed.christos
2006-04-22Coverity CID 528: Avoid NULL deref.christos
2006-04-22Coverity CID 530: Don't leak the argument vector.christos
2006-04-22Coverity CID 523: Fix off by one mistake.christos
2006-04-12Change ReadMakefile to return 0 on success so that it better meetssjg
2006-04-02Remove bogus debugging code I accidentally committed.christos
2006-03-31Add some coverity allocation comments, and change the way the allocatorchristos
2006-03-31There is no need to count jobs and job tokens.dsl
2006-03-31Coverity CID 544: Fix memory leak.christos
2006-03-28- Change where variable substitution is done when processing traditionalginsbach
2006-03-19New sentence, new line.wiz
2006-03-19Fix :P modifier so it actually works as described.sjg
2006-03-19Document an interesting kwirk in := handling of undefined variables.sjg
2006-03-17Coverity CID 2719: argvalue can be NULL when passed into functions.christos
2006-03-15nJobs and jobTokensRunning are both counting the same thing.dsl
2006-03-13JOB_FIRST is always set (since we only execute the shell once for everydsl
2006-03-12Remove the 'never non-NULL' 'previous' argument to JobStart.dsl
2006-03-12It isn't possibly to execute any part of job.c that references compatMakedsl
2006-03-11Remove most of the code seemed to be there to support 'remote jobs'.dsl
2006-03-11Markup fixes.wiz
2006-03-10PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags.christos
2006-03-08Avoid calling JobRestartJobs() from the SIGCONT signal handler, insteaddsl
2006-02-26Make ".WAIT" apply recursively to all children of nodes on the rightapb
2006-02-26Fix typo.wiz
2006-02-26Using ./bin in the test case, causes problems when 'make test' issjg
2006-02-26Update man page and add test case for specifying modifiers via variable.sjg
2006-02-18Don't use data in freed stack.tsutsui
2006-02-18Allow variable modifiers to be specified via variable.sjg