| Age | Commit message (Expand) | Author |
| 2016-05-10 | Apply realpath() to p before matching against metaIgnorePaths. | sjg |
| 2016-03-11 | Handle missing file for Read the same as for Write, since if it | sjg |
| 2016-03-07 | str2Lst_Append tokenizes the string and uses it in the list so we can't | christos |
| 2016-02-27 | CID 1025009: Fix wrong code (NULL deref) | christos |
| 2016-02-27 | CID 1025008: Free memory returned by Var_Subst | christos |
| 2016-02-27 | CID 1025007: Don't leak missingFiles | christos |
| 2016-02-27 | CID 1025006: pbm can't be NULL at this point. | christos |
| 2016-02-27 | Let makefiles decide if depend file gets a meta file | sjg |
| 2016-02-18 | Adapt to changed Var_Subst() | sjg |
| 2016-02-18 | Actually FALSE as last arg to Var_Subst makes more sense | sjg |
| 2016-02-18 | Adapt to new Var_Subst prototype | sjg |
| 2016-01-17 | remove free NULL checks (Tilman Sauerbeck) | christos |
| 2016-01-17 | provide missing FD_CLOEXEC for the havenots. | christos |
| 2016-01-17 | Use FD_CLOEXEC (Tilman Sauerbeck) | christos |
| 2015-11-30 | Use lstat(2) if we have a link, incase it is a symlink. | sjg |
| 2015-10-11 | Add Boolean wantit to Var_Parse and Var_Subst | sjg |
| 2015-10-10 | Do not hard-code ingnoring of makeDependfile | sjg |
| 2015-04-11 | Use separate vars to track cwd and last dir a process read. | sjg |
| 2015-04-01 | Close child's reference to meta file. | sjg |
| 2014-11-06 | Ensure -- filemon is at start of line | sjg |
| 2014-10-20 | Use read and fwrite rather than fgets and printf when reading filemon data. | sjg |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2013-10-01 | meta_oodate: 'L'ink and 'M'ove entries need extra processing. | sjg |
| 2013-06-25 | Add .MAKE.META.IGNORE_PATHS to facilitate local additions to the paths | sjg |
| 2013-06-24 | Ignore any files in /proc/ | sjg |
| 2013-05-16 | New compiler doesn't like foo() | sjg |
| 2013-03-31 | Refine the effect of .OODATE on command comparison. | sjg |
| 2013-03-23 | After removing an entry from missingFiles, | sjg |
| 2013-03-23 | If built with filemon support, set .MAKE.PATH_FILEMON to _PATH_FILEMON | sjg |
| 2013-01-19 | meta_oodate: rename ignoreOODATE to needOODATE. | sjg |
| 2012-06-27 | gcc 4.2 doesn't like externs inside functions | sjg |
| 2011-09-21 | PR/45383: Henning Petersen: Swapped lseek args | christos |
| 2011-09-02 | meta_oodate should ignore makeDependfile | sjg |
| 2011-08-28 | In meta mode, we create .meta files for most targets. | sjg |
| 2011-08-18 | If a target is explicitly flagged .META, | sjg |
| 2011-06-22 | After each strsep(&p) check that p is valid. | sjg |
| 2011-06-11 | Use %zu rather than cast | sjg |
| 2011-06-10 | size_t on amd64 doesn't like %u, use a cast. | sjg |
| 2011-05-04 | Add .MAKE.META.BAILIWICK - to identify the scope of make's control. | sjg |
| 2011-03-31 | Call meta_job_finish() from meta_job_error(), so that if | sjg |
| 2011-03-30 | Add NetBSD tags | sjg |
| 2011-03-29 | Check for extra commands as soon as we reach CWD, | sjg |
| 2011-03-27 | Use curdirOk as the token | sjg |
| 2011-03-27 | When .MAKE.MODE inlcudes 'meta'; 'curdir=true' enables creating .meta | sjg |
| 2011-03-06 | Only need to getcwd() once | sjg |
| 2011-03-06 | CWD should be compared against cwd | sjg |
| 2011-03-04 | main.c now exports curdir[] so we can use it. | sjg |
| 2011-02-13 | When making a target that involves creating itermediate dirs, | sjg |
| 2011-02-08 | tmplen should be static | sjg |
| 2010-12-15 | Invalidate meta_fname when we finish a job, so that in compat | sjg |