| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-08-30 | Add regress test case for make/varmodifiers.c r1.48 |  tb | 2 | -1/+20 |
| 2019-12-22 | turns out I did fix the POSIX behavior of SHELL a while back. |  espie | 1 | -7/+3 |
| 2019-06-19 | use REGRESS_EXPECTED_FAILURES |  espie | 1 | -22/+11 |
| 2019-05-21 | forgot to add the testcase sorry |  espie | 1 | -0/+6 |
| 2019-05-21 | while writing new code, I just figured out I fucked up |  espie | 1 | -2/+5 |
| 2017-07-20 | extra test because mk38 triggers two issues and fixing the first one |  espie | 2 | -5/+10 |
| 2017-07-07 | Disable tests that fail due to known make bugs, fix the others. |  bluhm | 4 | -20/+50 |
| 2017-07-07 | trigger default .l.o rule and check the produced file has the right name |  espie | 2 | -3/+15 |
| 2017-01-29 | ouch, smallest regress ever. Can't believe no-one got bitten by this |  espie | 2 | -3/+15 |
| 2016-10-31 | MALLOC_OPTION 'A' no longer exists. |  tb | 1 | -2/+2 |
| 2016-10-31 | fix a few suspicious (according to emacs) lines |  jasper | 1 | -5/+5 |
| 2015-12-21 | add parsing tests that must not segfault based on Jonathan Gray initial |  espie | 3 | -2/+17 |
| 2015-11-29 | now that targets are dedup'd, we can fix that one too. |  espie | 1 | -1/+2 |
| 2015-11-08 | groupling tests that now pass |  espie | 3 | -2/+17 |
| 2014-12-08 | Add some more makefiles that often cause a crash. |  jsg | 3 | -2/+12 |
| 2014-12-07 | Add a test which would previously often cause make to crash when run |  jsg | 2 | -2/+8 |
| 2014-09-17 | Stop using the Z malloc option which has been tedu'd by tedu@ sometime |  lteo | 1 | -2/+2 |
| 2014-01-06 | add a proper test for error message location as well. |  espie | 2 | -4/+9 |
| 2014-01-06 | turn mk34 into a proper full-fledged test. |  espie | 3 | -6/+20 |
| 2014-01-04 | to do: this is a fatal error, we want a decent error message |  espie | 1 | -0/+5 |
| 2013-12-26 | to be dealt with |  espie | 1 | -0/+5 |
| 2012-10-13 | we are now warning about this ! |  espie | 2 | -0/+2 |
| 2012-10-13 | fix test now that we forbid unclosed specs |  espie | 2 | -6/+1 |
| 2012-08-20 | consensus says this should be an error |  espie | 2 | -3/+2 |
| 2012-08-17 | ouch, this should not work |  espie | 3 | -1/+15 |
| 2011-06-30 | regress for fixed bug |  espie | 1 | -2/+5 |
| 2011-06-30 | "normal" failure implies actual exit. If $? >= 128, that means a signal |  espie | 1 | -9/+9 |
| 2009-11-11 | Regress for skipping evaluation of else-type conditional if previous |  fgsch | 6 | -2/+31 |
| 2008-11-24 | new regress test, bug from NetBSD |  espie | 2 | -2/+20 |
| 2007-09-17 | Add a test for .BEGIN/.END keywords |  espie | 3 | -2/+38 |
| 2007-08-06 | Add a regress test for -lthing dependencies. As bizarre as it may seem, |  espie | 4 | -3/+39 |
| 2007-08-05 | check curly targets work. No need to look at the output. If curly targets don't |  espie | 2 | -2/+14 |
| 2007-08-02 | update output to match recent make changes; ok espie@ |  david | 1 | -1/+2 |
| 2006-09-17 | fix badly named regress, and add suffixes rules. |  espie | 2 | -6/+42 |
| 2005-07-15 | testcase for recent bug-report. |  espie | 2 | -3/+10 |
| 2004-11-29 | checking lazy evaluation of recursive variables |  espie | 4 | -3/+22 |
| 2004-11-21 | subtle bug in for loop expansions, |  espie | 3 | -4/+24 |
| 2002-09-09 | Some posix tests we don't pass yet, and won't until I've added a `magic' |  espie | 5 | -4/+24 |
| 2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. |  avsm | 1 | -2/+2 |
| 2002-04-16 | and Makefile, oops. |  espie | 1 | -3/+6 |
| 2002-04-16 | Another test case: this one holds too many open conditionals, and exactly enough |  espie | 1 | -0/+14 |
| 2002-04-16 | Bug in cond-parser, ends up having too many open conds. |  espie | 2 | -4/+17 |
| 2002-04-16 | Stumbled upon a very inefficient construct by mistake... |  espie | 2 | -2/+219 |
| 2002-02-26 | Add test for PR 2311 |  espie | 2 | -4/+15 |
| 2002-01-03 | Add some missing CLEANFILES. |  art | 1 | -2/+2 |
| 2002-01-01 | convert to bsd.regress.mk. This allows us to have the tests |  art | 1 | -6/+3 |
| 2001-11-21 | make currently incorrectly uses annotations for suffixes rules for |  espie | 2 | -5/+20 |
| 2001-09-07 | Add one further test |  espie | 3 | -5/+10 |
| 2001-07-11 | Space stripping |  espie | 3 | -2/+14 |
| 2001-05-26 | Check curly braces expansion. |  espie | 3 | -2/+30 |