| Age | Commit message (Expand) | Author |
| 2007-10-22 | Allow .PATH<suffix> to be used for .include "". | sjg |
| 2007-10-13 | strlen returns size_t | christos |
| 2007-10-13 | When processing .include "../../foo.mk" lexically process the leading ../ | dsl |
| 2007-10-12 | If we are going to save the names of all opened makefiles, do so when files | dsl |
| 2007-10-12 | static a const string. | christos |
| 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-05-23 | Delete some comments that refer to long-extinct code. | dsl |
| 2007-02-24 | Don't increment 'cp' twice when looking for commands following ';' on a | dsl |
| 2007-02-04 | Add code to ensure that .if/.endif are correctly nested with .for/.endfor | dsl |
| 2007-01-24 | Check of open conditionals before we trash 'curFile' - so we can actually | dsl |
| 2007-01-18 | Don't delete '\' from before '#' in shell command lines. | dsl |
| 2007-01-15 | Avoid coredumping. Found by accidentally running make instead of gmake | christos |
| 2007-01-02 | Don't delete whitespace before a "\\\n" sequence. Somewhere I'd misread | dsl |
| 2007-01-01 | Rework the code that separates the makefile into lines. | dsl |
| 2006-12-18 | From Anon Ymous: | christos |
| 2006-12-16 | Use open/read/close instead of stdio for makefiles. | dsl |
| 2006-12-07 | Revert part of a recent commit. | dsl |
| 2006-12-07 | Put the big block of code that was common to ParseDoInclude() and | dsl |
| 2006-12-04 | There really is no point calling estrdup() to get a copy of the makefile name | dsl |
| 2006-12-03 | Unknot this code slightly by avoiding 'break/return; else' and by putting | dsl |
| 2006-11-17 | A rather large rototil in the way the parallel make code schedules jobs. | dsl |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-15 | Add some more explanitory comments. | dsl |
| 2006-10-15 | Change a 'while' loop to a 'for' loop so we can add 'free(line)' into the | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-08-26 | More programs using efun. | christos |
| 2006-03-31 | Add some coverity allocation comments, and change the way the allocator | christos |
| 2006-03-31 | There is no need to count jobs and job tokens. | dsl |
| 2006-03-31 | Coverity CID 544: Fix memory leak. | christos |
| 2006-03-28 | - Change where variable substitution is done when processing traditional | ginsbach |
| 2006-02-26 | Make ".WAIT" apply recursively to all children of nodes on the right | apb |
| 2006-02-11 | Add some more debug prints. | dsl |
| 2006-01-22 | Make .NOTPARALLEL stop the job engine issuing more than one token (instead | dsl |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-08-09 | Add typedefs for DuplicateProc and FreeProc from Max Okumoto. | christos |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-06-18 | PR standards/17732: make doesn't honour escaped comment lines. Now with | rpaulo |
| 2005-06-16 | Back it out while I'm working on a real fix without introducing new bugs. | rpaulo |
| 2005-06-15 | PR bin/17732: Allow make to understand escaped comments. | rpaulo |
| 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 |