| Age | Commit message (Expand) | Author |
| 2014-11-06 | Ensure -- filemon is at start of line | sjg |
| 2014-10-20 | Use read and fwrite rather than fgets and printf when reading filemon data. | sjg |
| 2014-10-20 | Extract broken tests | sjg |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-09-30 | Define some of the missing macros. The only error now is: | christos |
| 2014-09-18 | Comments, and one very minor tidyup. | dholland |
| 2014-09-14 | Small markup fixes: | apb |
| 2014-09-14 | bump date; I think I'm done for tonight | dholland |
| 2014-09-14 | Add some notes on compatibility with other make dialects. | dholland |
| 2014-09-14 | Improve the documentation of rule-local variables. Cherry-picked from | dholland |
| 2014-09-14 | Improvements pertaining to shell commands and chdir. Some of this | dholland |
| 2014-09-14 | Fix handling of the silly $(@D) $(@F) etc. vars so modifiers on them | dholland |
| 2014-09-13 | Recognize the crazy POSIXisms $(?D) and $(?F); issue 2 in PR 49085 | dholland |
| 2014-09-13 | typo in comment, from the first reverted patch | dholland |
| 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-09-09 | Restore -r1.234 of make.1, which was an unrelated fix from sjg pertaining | dholland |
| 2014-09-09 | Revert the man page as well. (hi joerg) | dholland |
| 2014-09-09 | Restore apb's 20140820 commit (-r1.228 of main.c): | dholland |
| 2014-09-07 | Revert all make changes except the unit tests to the state of three | joerg |
| 2014-09-05 | Reduce pirate slang. | wiz |
| 2014-09-04 | document commented out .INVISIBLE and .JOIN. | christos |
| 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-29 | undo eating the trailing backslash now that the shell has been fixed. | christos |
| 2014-08-28 | Enter/leave flag is -w not -dw | sjg |
| 2014-08-28 | don't leave trailing backlashes on commands, just like gmake does. What does | christos |
| 2014-08-27 | Make .INVISIBLE nodes be ignored by suffix transformations. | christos |
| 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 | Bump date for previous. | wiz |
| 2014-08-23 | Convert test in PR/49085 | christos |
| 2014-08-23 | PR/49085: Jarmo Jaakkola: fix several parsing errors | 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 |