| Age | Commit message (Expand) | Author |
| 2023-06-16 | tests/make: clean up tests for the ':M' and ':S' modifiers | rillig |
| 2020-12-20 | make(1): move tests for indirect modifiers around | rillig |
| 2020-11-15 | make(1): update and add comments in tests | rillig |
| 2020-11-03 | make(1): clean up unit tests | rillig |
| 2020-10-24 | make(1): use consistent indentation in variable assignments | rillig |
| 2020-10-24 | make(1): indent directives like .info, .if, .for consistently | rillig |
| 2020-10-24 | make(1): use consistent RCS Id in test files | rillig |
| 2020-08-23 | make(1): move tests for the :tu and :_ modifiers into separate files | rillig |
| 2020-08-23 | make(1): move tests for :hash :range :localtime into separate files | rillig |
| 2020-08-23 | make(1): move tests for :H :E :R :T into separate files | rillig |
| 2020-08-16 | make(1): move tests for the :gmtime and ::= modifiers to separate files | rillig |
| 2020-08-16 | make(1): move tests for :S, :C, :@ from modmisc to their separate tests | rillig |
| 2020-08-09 | make(1): add more tests for Cmd_Exec | rillig |
| 2020-08-09 | make(1): add test for null byte in the output of a command | rillig |
| 2020-08-09 | make(1): add test that demonstrates possible delimiters for :S | rillig |
| 2020-08-09 | make(1): explain the mod-subst-dollar test | rillig |
| 2020-08-09 | make(1): add another test case for mod-subst-dollar | rillig |
| 2020-08-08 | make(1): add test for the :gmtime modifier with indirect time | rillig |
| 2020-08-08 | make(1): add test for unknown sub-modifier of the :S modifier | rillig |
| 2020-08-07 | make(1): add tests for creative variable names in the :@ modifier | rillig |
| 2020-08-03 | make(1): in lint mode, disallow dynamic variable names in :@ modifier | rillig |
| 2020-08-01 | make(1): add test for empty indirect modifier | rillig |
| 2020-08-01 | make(1): add tests for indirect modifiers | rillig |
| 2020-07-31 | make(1): add test for chaining the :S modifier without colon | rillig |
| 2020-07-29 | make(1): remove unnecessary assignments to st->next | rillig |
| 2020-07-29 | make(1): add unit tests for parse errors in modifiers | rillig |
| 2020-07-27 | make(1): replace macros with functions | rillig |
| 2020-07-26 | make(1): add basic tests for the :S modifier | rillig |
| 2020-07-26 | make(1): fix bug in :S modifier from 2020-07-19 | rillig |
| 2020-07-26 | make(1): demonstrate bug in the :S modifier with the 1 modifier | rillig |
| 2020-07-26 | make(1): use consistent test names in modmisc.mk | rillig |
| 2020-07-25 | make(1): add test for brk_string with more than 50 words | rillig |
| 2020-07-23 | make(1): demonstrate wrong error message about missing delimiter | rillig |
| 2020-07-21 | make(1): add test for :S,,sep | rillig |
| 2020-07-21 | make(1): add test for :Q and .newline | rillig |
| 2020-07-20 | make(1): add test for nested assignments | rillig |
| 2020-07-20 | make(1): add test for :tu modifier with spaces | rillig |
| 2020-07-19 | make(1): add tests for the ::= modifiers | rillig |
| 2020-07-19 | make(1): add tests for maximum number of capturing groups in :C | rillig |
| 2020-07-19 | make(1): demonstrate off-by-one bug in :C modifier | rillig |
| 2020-07-19 | make(1): add test for stray dollar signs in :@ modifier | rillig |
| 2020-07-04 | make(1): add tests for dollar characters in modifiers | rillig |
| 2020-07-04 | make(1): expand the test for variable expansion in the :@ modifier | rillig |
| 2020-07-04 | make(1): add debugging output for :@ modifier | rillig |
| 2020-07-04 | make(1): add test for an obscure edge case of using the :@ modifier | rillig |
| 2020-07-04 | make(1): add tests for the :S and :C modifiers | rillig |
| 2020-07-03 | make(1): clean up documentation, small refactorings for variables | rillig |
| 2020-07-03 | make(1): fix bug in :E modifier, introduced in r1.239 today | rillig |
| 2020-07-03 | make(1): add test for :R modifier | rillig |
| 2020-07-03 | make(1): add more tests for :H, :T and :E modifiers | rillig |