summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests
AgeCommit message (Expand)Author
2009-11-19Add .unexport - the exact opposite of .exportsjg
2009-11-19PR: make.unexportsjg
2009-11-19Add .unexport - the exact opposite of .exportsjg
2009-10-07The parser used to break dependency lines at ';' without regardsjg
2009-09-07PR: 41998sjg
2009-02-03Update expected results to match recent changes!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-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-03-31If the name passed to Var_Exists contains '$' run it through Var_Subst.sjg
2007-10-09Fix an off-by-one error in handing mal-formed modifiers.sjg
2007-10-05Add the ability to .export variables to the environment.sjg
2006-05-11Remove the modterm case from moderrs, the syntax errorssjg
2006-05-11Extract the variable modifier logic to a separate function.sjg
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-13Escape dots in sed regexps. Without this patch, and withoutapb
2005-07-11Expected results were not updated for comment testing.sjg
2005-06-18Add a new test case to reflect the problem found on PR toolchain/30536.rpaulo
2005-06-15Add a unit-test for comments.rpaulo
2005-06-01Add :Ox for random ordering, based on patch fromsjg
2004-06-30Add missing NetBSD ID tagsjmc
2004-05-07Remove use of sh -e when running in compat mode.sjg
2004-04-13Allow "string" and "${varspec}" on lhs of conditionals.sjg
2004-04-08Revised patch for catching extraneous .else'ssjg
2004-04-08Add check for extraneous .else's - based on patch from Arne H. Juulsjg
2004-02-20Fix :M so that modifiers in nested variables don't terminate parsingsjg
2004-01-19ternary is .PHONYsjg
2004-01-09Add unit test for ternary modifiersjg
2003-09-27Implement :[] modifier to allow picking a range of words out of a variable.sjg
2003-08-08Hook make unit-tests into regresssjg
2003-08-01Avoid \a as a test of invalid separator, since if we make ksh the defaultsjg
2003-07-31Test behavior of commandline variable assignments.sjg
2003-07-29First bug picked up by the unit tests - delim wasn't always initialized.sjg
2003-07-29Use single quotes to protect everything from shell's that mightsjg
2003-07-29Regardless of the name of TEST_MAKE, force it to make in test.expsjg
2003-07-28Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com>sjg