| Age | Commit message (Expand) | Author |
| 2019-04-09 | ParseDoDependency: free paths rather than assert | sjg |
| 2018-12-22 | ParseVErrorInternal: use .PARSEDIR and | sjg |
| 2018-12-17 | PR/53796: Valery Ushakov: make prints wrong makefile path in an error message | christos |
| 2018-04-05 | Appease the compiler gods; yes I know what I am doing adding to a literal | christos |
| 2018-04-05 | Be more selective about detecting a SYSV include as opposed to a dependency | christos |
| 2018-02-22 | Avoid calling sysconf for every file loaded. | sjg |
| 2018-02-12 | Do not treat .info as warning for -W | sjg |
| 2017-04-17 | Use correct header for SIZE_MAX. from a.rin | maya |
| 2017-04-16 | Plug memory leak in ParseTraditionalInclude. | riastradh |
| 2017-04-16 | Plug memory leak. | riastradh |
| 2017-04-16 | Make it clearer that this is not a memory leak. | riastradh |
| 2017-04-16 | Guarantee no arithmetic overflow. | riastradh |
| 2017-04-16 | Use bmake_malloc where we don't test the return value of malloc currently. | maya |
| 2017-04-16 | Use, don't kludge, MAKE_ATTR_UNUSED. | riastradh |
| 2017-03-01 | loadfile: in the mmap case ensures that the buffer ends with \n | sjg |
| 2016-12-09 | Avoid coredump for | sjg |
| 2016-12-07 | Refactor and simplify objdir setting code. | christos |
| 2016-08-26 | Add a .DELETE_ON_ERROR: magic target that causes *failed* targets as | dholland |
| 2016-04-06 | Fully avoid the nonstandard types u_char, u_int, and u_long, which | gson |
| 2016-03-11 | make parsing of library member targets work. So | matthias |
| 2016-02-19 | Initialize curFile->depending in Parse_SetInput. | sjg |
| 2016-02-18 | Collapse the 3 boolean parameter to 1 flags parameter. No functional change. | christos |
| 2016-02-18 | Add support for .dinclude | sjg |
| 2016-01-17 | remove free NULL checks (Tilman Sauerbeck) | christos |
| 2016-01-17 | provide missing FD_CLOEXEC for the havenots. | christos |
| 2016-01-09 | Preserve $$ in := assignments.. | christos |
| 2015-11-26 | ParseTrackInput: do not access beyond end of buffer. | sjg |
| 2015-10-11 | Add Boolean wantit to Var_Parse and Var_Subst | sjg |
| 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 |