| Age | Commit message (Expand) | Author |
| 2014-02-07 | Use Var_Value() instead of getenv() to obtain MAKEOBJDIR{,PREFIX}. | pooka |
| 2013-09-14 | If MAKE_NATIVE, use sysctl to get MACHINE_ARCH from hw.machine_arch. | matt |
| 2013-09-04 | Add VAR_INTERNAL as a context for variables set by make itself, | sjg |
| 2013-08-04 | Move the call to Job_SetPrefix() to Job_Init() so that | sjg |
| 2013-07-18 | From bmake: move decl of pwd nearer to where it is used so the whole | sjg |
| 2013-07-16 | use bmake_foo instead of efoo() | christos |
| 2013-07-16 | More gmake compatibility: | christos |
| 2013-07-15 | Make this work again like gmake. sjg: see the test program. | christos |
| 2013-07-09 | For .MAKE.LEVEL.ENV use VAR_CMD so updates are ignored | sjg |
| 2013-07-09 | Set .MAKE.LEVEL.ENV to the name of the env variable used to communicate | sjg |
| 2013-07-06 | If using gmake's MAKELEVEL; use it the same way | sjg |
| 2013-06-29 | PR/47973: Justin Cormack: build uses <sys/signal.h> not in POSIX | christos |
| 2013-06-18 | Use a #define for the variable name we put in environment to pass .MAKE.LEVEL | sjg |
| 2013-06-10 | put back previous change | christos |
| 2013-06-10 | Revert last, it doesn't even build. | joerg |
| 2013-06-10 | 1. Don't export .MAKE.LEVEL, because this is an illegal variable name for | christos |
| 2013-03-23 | If built with filemon support, set .MAKE.PATH_FILEMON to _PATH_FILEMON | sjg |
| 2013-02-26 | PR/45042: Thomas Cort: HAVE_foo for setrlimit(2) and setpgid(2) | christos |
| 2013-02-25 | typo in comment | dholland |
| 2013-02-16 | we need utsname all the time. | christos |
| 2013-02-16 | Set .MAKE.OS to utsname.sysname so we can tell bogus OS's apart early in | christos |
| 2013-01-26 | Check read and write errors to avoid warnings from linux. | christos |
| 2013-01-25 | Remove Check_Cwd - it is no longer needed. | sjg |
| 2012-08-31 | Cast sizeof() to int, which is sufficent and consistent with other use | sjg |
| 2012-08-31 | Cast sizeof() to (ssize_t) to avoid build errors. | pgoyette |
| 2012-08-30 | Add a knob to control whether -V fully expands a plain variable by default. | sjg |
| 2012-06-12 | Replace __dead, __unused and the various printf format attributes | joerg |
| 2012-04-24 | Fix handling of -dF+/tmp/file | sjg |
| 2011-09-16 | Use __dead consistently. If it doesn't exist, define it away. | joerg |
| 2011-05-04 | Add .MAKE.META.BAILIWICK - to identify the scope of make's control. | sjg |
| 2011-02-20 | Use the current directory at start time for .PARSEDIR, if the filename | joerg |
| 2011-02-13 | Mark unused args. | sjg |
| 2010-12-25 | Improve confusing error message when getcwd() fails. | dholland |
| 2010-12-25 | Begin cleanup of the make parser: separate out the logic for reading files | dholland |
| 2010-12-13 | Add const necessary for clean non-native build. | dholland |
| 2010-12-09 | meta_oodate(): we should track 'latestdir' on a per process basis. | sjg |
| 2010-09-13 | Add meta.c which implements "meta" mode for make. | sjg |
| 2010-08-07 | wait[pid]() is called in several places. | sjg |
| 2010-06-03 | We have required sigaction() for quite a while. | sjg |
| 2010-05-17 | put back canonicalization, but avoid doing it for files that don't contain / | christos |
| 2010-05-10 | PrintOnError: run .ERROR last, so even if it causes problems we | sjg |
| 2010-05-05 | Revert bogus patch that attempted to canonicalize a non absolute argv[0] using | christos |
| 2010-04-29 | fflush stdout, before writing to stderr. | sjg |
| 2010-04-23 | On darwin at least, vfork() fails in child of vfork(). | sjg |
| 2010-04-22 | Use _PATH_TMP instead of a literal /tmp; noted by Christos | dholland |
| 2010-04-22 | don't use strlcpy; it causes bootstrap issues. (noted by moof) | dholland |
| 2010-04-22 | Just because $TMPDIR is set does not mean it is valid. | sjg |
| 2010-04-20 | On some systems realpath will prefix make with cwd, so make sure | sjg |
| 2010-04-14 | If argv[0] is not an absolute path, attempt to resolve it | sjg |
| 2010-04-08 | Process .ERROR the same as .BEGIN, .END etc | sjg |