| Age | Commit message (Expand) | Author |
| 2018-12-16 | use %s formats to avoid -flag confusion (from sjg) | christos |
| 2018-12-16 | Use printf instead of echo since we can't portably use \ in string (from sjg@) | christos |
| 2018-05-27 | - Introduce :q modifier for make variables and make it double escape $'s so | christos |
| 2018-05-24 | unit test for $ underquoting in :Q modifier | christos |
| 2017-12-08 | Ensure VAR+=val on command line is handled correctly | sjg |
| 2017-11-18 | Do not append to variable set on command line | sjg |
| 2017-10-08 | Ensure consistent results on different platforms. | sjg |
| 2017-04-21 | Str_Match: fix closure tests for [^] and add unit-test. | sjg |
| 2017-04-13 | Add test case for :M[^A-Z] | sjg |
| 2017-01-31 | Add check to cmpv test to ensure that target specific vars with | sjg |
| 2017-01-30 | Add :range and :_ | sjg |
| 2017-01-14 | Allow providing a utc value to :{gm,local}time | sjg |
| 2016-03-07 | For :ts numeric escapes \x* is hex, anything else is octal. | sjg |
| 2016-02-18 | Add .export-literal to avoid the need for $$ dance when trying to put | sjg |
| 2015-12-02 | Fix evaluation of defined(FOO) and ${FOO} > 0 | sjg |
| 2015-10-25 | PrintOnError: fflush stdout before running .ERROR | sjg |
| 2015-10-12 | Add unit-test for discarded :? | sjg |
| 2015-10-11 | Avoid echo -n in unit-tests | sjg |
| 2015-10-11 | Add Boolean wantit to Var_Parse and Var_Subst | sjg |
| 2015-05-05 | When evaluating condtionals from .if we want to require | sjg |
| 2015-04-10 | export-all.mk should be including export.mk | sjg |
| 2014-10-20 | Extract broken tests | sjg |
| 2014-09-09 | Add a test for backslash-newline at the very end of a command script. | apb |
| 2014-09-09 | Change @echo to echo in several places in escape.mk, | apb |
| 2014-08-30 | Replace use of $() with ${} | sjg |
| 2014-08-29 | *.rawout are out-of-date if ${TEST_MAKE} is newer. | sjg |
| 2014-08-29 | posix1.mk and suffixes.mk need to cleanup in order to achieve | sjg |
| 2014-08-24 | Let "make clean" delete the files and dirs created by some of the tests. | apb |
| 2014-08-24 | In either a variable assignmentor a command, backslash-backslash-newline | apb |
| 2014-08-24 | Our practice is that an even number of backslashes before a newline | apb |
| 2014-08-24 | Our practice, despite what POSIX might say, is that "\#" | apb |
| 2014-08-24 | Convert the variable printing tests to use .USE rules, | apb |
| 2014-08-24 | Adjust tests to correct for the fact that end-of-line comments | apb |
| 2014-08-24 | Fix more typos in variable names. | apb |
| 2014-08-24 | Fix typos in variable names, and in a comment. | apb |
| 2014-08-24 | Add tests for backslash escaping in make(1). | apb |
| 2014-08-23 | fix output based on new sources | christos |
| 2014-08-23 | Instead of adding the test in 48095 I added the tests in 48096. Add the | christos |
| 2014-08-23 | PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086) | christos |
| 2014-08-23 | Convert test in PR/49085 | christos |
| 2014-08-21 | Add a .PATH, so you can be in any other directory and run | apb |
| 2014-08-21 | Add varmisc.mk, for miscellaneous variable tests. | apb |
| 2014-08-21 | Give each group of tests its own output file. | apb |
| 2014-08-21 | Stricter sed expression for matching an optional PID in square brackets. | apb |
| 2014-08-21 | When sanitising test output, replace "${TEST_MAKE}" with "make". | apb |
| 2014-08-20 | Add tests for VAR != command. | apb |
| 2013-08-28 | Fix parsing of SUNSHCMD style :sh = assigments. | sjg |
| 2013-07-16 | Fix unit-tests to cope with recent change to progname | sjg |
| 2013-03-22 | Add unit-test for export-env and gmake export | sjg |
| 2012-11-09 | Add a unit-test for .ORDER | sjg |