| Age | Commit message (Expand) | Author |
| 2008-08-10 | Drop trailing whitespace. Use .Dq. | wiz |
| 2008-08-10 | Clarify a bit .SUFFIXES and .IMPSRC. Should fix PR#37822. | cube |
| 2008-01-19 | Implement -dl (aka LOUD) to override '@' at the start of script lines. | sjg |
| 2007-10-08 | Use .MAKE.MAKEFILES to track all the makefiles that have been read | sjg |
| 2007-10-05 | Add the ability to .export variables to the environment. | sjg |
| 2007-10-01 | Add the ability to tweak the token output before targets in job mode. | sjg |
| 2007-08-13 | A small word can sometimes express things clearer ... | rillig |
| 2007-01-23 | 4 -> 4.0, since Nx does not accept all arguments without complaint. | wiz |
| 2006-12-23 | Fix a typo. Use Nx. | wiz |
| 2006-11-19 | Update information on .ORDER and .WAIT. | dsl |
| 2006-06-29 | Fixed the bug reported in PR 33866, which is that the :Q operator does not | rillig |
| 2006-06-17 | Fix mispelling. | reed |
| 2006-03-19 | New sentence, new line. | wiz |
| 2006-03-19 | Document an interesting kwirk in := handling of undefined variables. | sjg |
| 2006-03-11 | Markup fixes. | wiz |
| 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 | Update man page and add test case for specifying modifiers via variable. | sjg |
| 2006-01-22 | Make .NOTPARALLEL stop the job engine issuing more than one token (instead | dsl |
| 2005-06-27 | Consistency. Use Pp instead of br. | wiz |
| 2005-06-27 | Restore the rework from rev 1.115 and expand the description of .OBJDIR | lukem |
| 2005-06-26 | Since the obj dir handling changes in the code have been | wiz |
| 2005-06-23 | Deprecate support for automagically setting the .OBJDIR to | lukem |
| 2005-06-19 | Fix an article, and drop trailing whitespace. | wiz |
| 2005-06-18 | Change "non-escaped" to "unescaped". | rpaulo |
| 2005-06-17 | Bump date for -jn, and add some formatting. | wiz |
| 2005-06-17 | Add new debugging option '-dn' which will leave the scripts fed into make on | jmc |
| 2005-06-15 | We now support comments until the end of a non-escaped line. | rpaulo |
| 2005-06-01 | New sentence, new line; grammar improvements. | wiz |
| 2005-06-01 | Add :Ox for random ordering, based on patch from | sjg |
| 2005-05-08 | Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them. | christos |
| 2005-05-01 | PR/9566: Arne H. Juul: Document special targets that do not obey dependencies. | christos |
| 2005-02-23 | In the case of :? modifier, variable can be an expression - say so. | sjg |
| 2004-07-13 | Sort options in synopsis. | wiz |
| 2004-05-07 | Add comma in enumerations; fix a sentence; plural needs no apostrophe. | wiz |
| 2004-05-07 | Remove use of sh -e when running in compat mode. | sjg |
| 2004-02-05 | Bump date; uppercase POSIX. | wiz |
| 2004-02-05 | Briefly document the posix command line order and add that this | ross |
| 2004-02-04 | Use more mdoc macros; new sentence, new line; bump date for previous. | wiz |
| 2004-02-03 | add parent directory search for make as discussed on tech-toolchain. | chuck |
| 2004-01-27 | Document more SPECIAL SOURCES (aka ATTRIBUTES). | lukem |
| 2003-12-26 | Bump date for previous; use macros for marking up | wiz |
| 2003-12-26 | Note that variable expansion can occur within SYSV style = substitions. | jmc |
| 2003-12-07 | Drop trailing spaces. | wiz |
| 2003-12-07 | Add back 'on error' that got deleted by mistake. | dsl |
| 2003-12-07 | Add a -Dg3 which outputs the 'input graph' only on error exit. | dsl |
| 2003-11-07 | Add some subsections in the VARIABLE ASSIGNMENTS section. | lukem |
| 2003-10-09 | properly dottify .\" comments; this fixes output of [range] paragraph | jdolecek |
| 2003-09-27 | Implement :[] modifier to allow picking a range of words out of a variable. | sjg |
| 2003-09-10 | Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target | jmmv |