| Age | Commit message (Expand) | Author |
| 2010-12-25 | erm. fix previous... | dholland |
| 2010-12-25 | Maybe fix a problem that appeared on loonix. | dholland |
| 2010-12-25 | Many C libraries don't set errno when malloc fails, so always use | dholland |
| 2010-12-25 | Improve confusing error message when getcwd() fails. | 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-15 | Invalidate meta_fname when we finish a job, so that in compat | sjg |
| 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-12-13 | Add const necessary for clean non-native build. | dholland |
| 2010-12-10 | fix style | sjg |
| 2010-12-10 | Need to export LC_ALL=C too | sjg |
| 2010-12-09 | meta_oodate(): we should track 'latestdir' on a per process basis. | sjg |
| 2010-12-02 | From Aleksey Cheusov: Fix unexpected behavior with: | christos |
| 2010-12-02 | add commented out a possible addition that provides $^ like gmake, but | christos |
| 2010-11-27 | fix typo (thanks simon) | christos |
| 2010-11-27 | When a source file moves, make will ignore the stale dependency, | sjg |
| 2010-11-26 | check for NULL before de-referencing. | christos |
| 2010-11-25 | Instead of keeping around the mtime of the youngest child, keep a pointer | christos |
| 2010-09-14 | Remove trailing spaces, add a few serial commas. | wiz |
| 2010-09-13 | tools/make/buildmake.sh compiles *.c, make sure meta.c does nothing | sjg |
| 2010-09-13 | We do not need filemon(9) to have a .meta file | sjg |
| 2010-09-13 | Bump date | sjg |
| 2010-09-13 | Add meta.c which implements "meta" mode for make. | sjg |
| 2010-08-07 | In jobs mode, if we cannot make a target we die without any further | sjg |
| 2010-08-07 | wait[pid]() is called in several places. | sjg |
| 2010-07-20 | PR/43643: David A. Holland: dash prefix broken with make -j | christos |
| 2010-07-06 | Revert 1.80, which somehow manages to produce different (wrong) | dholland |
| 2010-06-30 | Document that suffix rules are not applied to PHONY targets, and also | dholland |
| 2010-06-30 | Set .PREFIX early the same place .TARGET is set. This makes sure it's | dholland |
| 2010-06-27 | fix previous, the source isn't exactly crystal clear and there's a bug that | dholland |
| 2010-06-27 | Clarify $(.PREFIX) / $*. Bump date. | dholland |
| 2010-06-17 | JobFinish: call PrintOnError if we detected an error we are not ignoring. | sjg |
| 2010-06-10 | Whitespace. | wiz |
| 2010-06-09 | Explain variable expansion better. Requested by Aleksey Cheusov | christos |
| 2010-06-06 | Bump date for previous. | wiz |
| 2010-06-06 | Add .export-env which tells make to export a variable to the environment | sjg |
| 2010-06-03 | We have required sigaction() for quite a while. | sjg |
| 2010-05-24 | Don't missinterpret targets that start with .info | sjg |
| 2010-05-17 | put back canonicalization, but avoid doing it for files that don't contain / | christos |
| 2010-05-13 | Drop trailing white space. Use .Oo / .Oc explicitly to annotate that the | joerg |
| 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-05-05 | gcc defines __svr4__ | sjg |
| 2010-04-29 | fflush stdout, before writing to stderr. | sjg |
| 2010-04-23 | PR: 42850 | 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 |