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