| Age | Commit message (Expand) | Author |
| 2014-09-18 | Comments, and one very minor tidyup. | dholland |
| 2014-09-07 | Revert all make changes except the unit tests to the state of three | joerg |
| 2014-08-29 | undo eating the trailing backslash now that the shell has been fixed. | christos |
| 2014-08-28 | don't leave trailing backlashes on commands, just like gmake does. What does | christos |
| 2014-08-23 | PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086) | christos |
| 2014-08-23 | PR/49085: Jarmo Jaakkola: fix several parsing errors | christos |
| 2014-07-16 | Avoid use of __arraycount in tools as not portable | justin |
| 2014-07-16 | Remove an accidental C99-ism in tools which needs to be portable | justin |
| 2014-07-16 | remove debugging | christos |
| 2014-07-16 | PR/48367: David A. Holland: Mark possible submake nodes so that we can | christos |
| 2014-02-15 | delete the correct variables on eof | christos |
| 2014-01-10 | add .INCLUDEDFROM{FILE,DIR} | christos |
| 2013-10-18 | fix unused variable warnings | christos |
| 2013-08-28 | Fix parsing of SUNSHCMD style :sh = assigments. | sjg |
| 2013-08-10 | ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't. | sjg |
| 2013-06-18 | Fix use after free bug. | sjg |
| 2013-03-22 | ParseGmakeExport: terminate variable at '=', or setenv(3) will fail | sjg |
| 2013-03-05 | Add a .STALE special target that gets invoked when dependency files contain | christos |
| 2013-03-05 | Keep track of the location where a dependency is defined, so we can report | christos |
| 2012-06-12 | Replace __dead, __unused and the various printf format attributes | joerg |
| 2012-04-24 | Restore previous behavior - supressing duplicate entries in | sjg |
| 2012-04-20 | Fix some typos in/around ParseGmakeExport. | sjg |
| 2012-03-31 | Add a gmake inspired export command | christos |
| 2012-03-24 | Avoid the need to escape the # in :[#] when parsing conditionals. | sjg |
| 2011-11-06 | add debugging for parsedir and parsefile | christos |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-05-17 | If a makefile if a multiple of the page size and doesn't end with a | dsl |
| 2011-03-03 | Fix build on Solaris 10. | nakayama |
| 2011-02-20 | Use the current directory at start time for .PARSEDIR, if the filename | joerg |
| 2011-02-20 | Remove the extra blank line after "Fatal errors encountered -- cannot | dholland |
| 2011-02-20 | Remove stray extra newline in error message. | dholland |
| 2010-12-25 | erm. fix previous... | dholland |
| 2010-12-25 | Maybe fix a problem that appeared on loonix. | dholland |
| 2010-12-25 | Uses stat; needs sys/stat.h. No idea what's pulling it in implicitly on | dholland |
| 2010-12-25 | Begin cleanup of the make parser: separate out the logic for reading files | dholland |
| 2010-12-13 | typo in comment | dholland |
| 2010-12-13 | Tables used by parser logic should be const. | dholland |
| 2010-12-13 | Remove stray extern definition that's already in jobs.h. | dholland |
| 2010-12-13 | Cosmetic: declare types before variables, group variables by role, | dholland |
| 2010-09-13 | Add meta.c which implements "meta" mode for make. | sjg |
| 2010-05-24 | Don't missinterpret targets that start with .info | sjg |
| 2010-04-29 | fflush stdout, before writing to stderr. | sjg |
| 2010-04-08 | Process .ERROR the same as .BEGIN, .END etc | sjg |
| 2010-04-07 | Add: | sjg |
| 2009-11-19 | Add .unexport - the exact opposite of .export | sjg |
| 2009-11-06 | Report lines that ought to contain a ':' operator but start with a '.' | dsl |
| 2009-10-07 | The parser used to break dependency lines at ';' without regard | sjg |
| 2009-01-23 | Change 'ClientData' to 'void *' so that relevant parameters can | dsl |
| 2009-01-16 | Parse_Error() really doesn't need to cruft up a dummy structure for curFile. | dsl |
| 2009-01-11 | Instead of stashing the body of every iteration of a .for loop, pass | dsl |