| Age | Commit message (Expand) | Author |
| 2005-05-08 | Don't complain that we cannot make .END. | christos |
| 2005-05-08 | Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them. | christos |
| 2005-05-03 | Mark the interrupt job as special so that when we hit ^C with -j and we | christos |
| 2005-05-01 | Don't accept dependencies for .BEGIN, .END, and .INTERRUPT since they | christos |
| 2005-05-01 | PR/9566: Arne H. Juul: Document special targets that do not obey dependencies. | christos |
| 2005-03-01 | When parsing conditional tokens, make sure that the token is followed by | christos |
| 2005-02-23 | In the case of :? modifier, variable can be an expression - say so. | sjg |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2005-01-31 | PR/22559: Valeriy E. Ushakov: make -j can execute commands in wrong directory | christos |
| 2004-12-29 | Add comments in the pmake style, and factor out a local variable. | christos |
| 2004-12-29 | Dir_MTime did not search for a file using the correct parh; i.e. it was | christos |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-07-15 | define __GNUC_PREREQ__ if it isn't available on host. | yamt |
| 2004-07-13 | Sync usage with man page; from Kouichirou Hiratsuka in PR 26223. | wiz |
| 2004-07-13 | Sort options in synopsis. | wiz |
| 2004-07-01 | Change to use __unused instead and provide a compat definition in make.h if | jmc |
| 2004-07-01 | Add some checks for gcc around a few function declarations and note the | jmc |
| 2004-06-30 | Add missing NetBSD ID tags | jmc |
| 2004-06-27 | Fit ASCII output onto an 80-column terminal. From FreeBSD. | uwe |
| 2004-06-27 | Fix a few typos. From FreeBSD. | uwe |
| 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-05-07 | Simplify build, no functional changes. | ross |
| 2004-05-06 | Instead of including from the wrong directory and then fixing it (-I) | ross |
| 2004-04-22 | Recognize -- (dash dash) and apply the usual interpretation. | ross |
| 2004-04-13 | Allow "string" and "${varspec}" on lhs of conditionals. | sjg |
| 2004-04-08 | Revised patch for catching extraneous .else's | sjg |
| 2004-04-08 | Back out previous patch for now. | sjg |
| 2004-04-08 | Add check for extraneous .else's - based on patch from Arne H. Juul | sjg |
| 2004-03-27 | Validate existence of arguemnt. PR#24933. | enami |
| 2004-03-24 | Fix comment per PR 24437; make(1) tries "makefile" first, and then | fair |
| 2004-03-06 | Print useful line number on error while executing .for directive. | enami |
| 2004-02-20 | Fix :M so that modifiers in nested variables don't terminate parsing | sjg |
| 2004-02-15 | Use ${.MAKE:S,^./,${.CURDIR}/,} so that when someone does | sjg |
| 2004-02-13 | Spell the plural of suffix "suffixes", not "suffices". | wiz |
| 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-05 | Parse args with open code to eliminate use of getopt(3). | 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 |
| 2004-01-24 | Restore correct name string when VarGetPattern() returns. | dsl |
| 2004-01-19 | ternary is .PHONY | sjg |
| 2004-01-11 | Reindent search loop in SuffFindCmds using 'continue' and 'break' instead | dsl |
| 2004-01-11 | Change DEBUG(DIR) traces to indent subsequent filenames instead of | dsl |
| 2004-01-09 | Add unit test for ternary modifier | sjg |
| 2004-01-08 | Fix :?: modifier so that it works again. | sjg |
| 2004-01-06 | Handle more complex conditional expressions. | sjg |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-26 | Bump date for previous; use macros for marking up | wiz |