| Age | Commit message (Expand) | Author |
| 2005-05-08 | Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them. | christos |
| 2005-05-01 | Don't accept dependencies for .BEGIN, .END, and .INTERRUPT since they | christos |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2004-03-06 | Print useful line number on error while executing .for directive. | enami |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2003-03-23 | Comment in ParseDoSrc was no longer accurate. | sjg |
| 2003-03-23 | We are supposed to pass the node for our expanded src to ParseAddDep | sjg |
| 2003-03-22 | ParseDoSpecialSrc: since we're already being called for each target | sjg |
| 2003-03-21 | don't mess with suffix rules. | christos |
| 2003-03-21 | Missed a s/tn->name/pref/ | sjg |
| 2003-03-21 | Add ParseDoSpecialSrc() to handle srcs that refer to ${.TARGET} etc. | sjg |
| 2002-12-01 | Parse_DoVar: don't free cp until we are done with it! | sjg |
| 2002-11-26 | Whenever we update .PATH, set the variable ${.PATH} to reflect the | sjg |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-03-20 | Xref: parse.c, rev 1.46; make.c, rev 1.23 | pk |
| 2002-02-21 | Pull every file parsing context into one structure instead of using a few | reinoud |
| 2002-02-17 | Add the default main target to the ${.TARGETS} variable, too. | pk |
| 2002-02-04 | Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADE | christos |
| 2002-02-03 | Bring down the number of stat(2) system calls from 682 to 294. This change | christos |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2002-01-26 | Process escaped characters properly. Now: | christos |
| 2002-01-24 | Small update to make(1) to let it follow more its own guidelines ! ... This | reinoud |
| 2001-10-31 | Overhaul the initialization and handling of .OBJDIR: | tv |
| 2001-10-31 | Allow "-m" to be used in a .MAKEFLAGS: special target and get it to work. | tv |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-07-03 | add .USEBEFORE Attribute | christos |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-06-10 | Simplify the exporting of VAR_CMD's via MAKEFLAGS. | sjg |
| 2001-06-09 | Modify handling of command line variable assignments and their exporting | sjg |
| 2001-06-02 | Avoid being overly specific since the unresolved merge conflict tags | sommerfeld |
| 2001-06-02 | mention `cvs' in the the previous hack so that the clueless get a clue. | christos |
| 2001-06-02 | Gratuitous make(1) hack of the morning: if operator-less lines start | sommerfeld |
| 2001-06-01 | A number of semi-related changes. | sjg |
| 2001-02-23 | PR/12251: Thomas Klausner: Make core dumps on unclosed conditional. | christos |
| 2001-01-14 | Once again, do the warning in a format that doesn't completely blow, and that | mycroft |
| 2001-01-14 | convert error messages into english | christos |
| 2001-01-14 | We cannot override commands yet, ignore the additional sets for now. | christos |
| 2001-01-14 | - make the second list of commands override the first like gmake does | christos |
| 2001-01-13 | back out the change in rev 1.57. it was misguided; see discussion | cgd |
| 2001-01-12 | only print the 'duplicate script for target' warning if | jdolecek |
| 2001-01-10 | PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings. | christos |
| 2001-01-07 | Always try an give the absolute pathname of the Makefile that we got an error... | sjg |
| 2000-12-05 | Boolean consistancy (use TRUE, not 1) | sommerfeld |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-06-11 | Readd optimization last night. Problems earlier were partially due to the | mycroft |
| 2000-06-10 | Back out last night's optimization for now. | mycroft |
| 2000-06-10 | Introduce an OP_MARK bit, and use it to suppress duplicates during .ALLSRC | mycroft |