| Age | Commit message (Expand) | Author |
| 2001-10-16 | When attempting to chdir to .CURDIR because Check_Cwd_Cmd says we need to | sjg |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-07-24 | Print out errno when vfork fails. | matt |
| 2001-07-03 | add .USEBEFORE Attribute | christos |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-06-11 | Revert Job_CatchOutput() change; it adds a considerable delay to make, and | christos |
| 2001-06-01 | A number of semi-related changes. | sjg |
| 2001-05-29 | better error messages on exec* failures. From Simon Burge. | christos |
| 2001-05-01 | bin/12734: fix SIGTSTP/SIGCONT handling. | sommerfeld |
| 2001-01-10 | PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings. | christos |
| 2001-01-01 | Delete forceSerial; just use compatMake for that. | sommerfeld |
| 2000-12-30 | Include token counts in trace output. | sommerfeld |
| 2000-12-30 | Fix token accounting for .BEGIN/.END jobs | sommerfeld |
| 2000-12-30 | Avoid token leaks when aborting after an error. | sommerfeld |
| 2000-12-30 | Do lazy token release - don't return tokens to the pipe unless we're | sommerfeld |
| 2000-12-30 | Add a token-passing scheme to allow a recursive make to successfully | sommerfeld |
| 2000-12-05 | Make the fds[] realloc O(n). Also make the rethreading a lot simpler. | mycroft |
| 2000-12-05 | Make clearfd() take O(1) time instead of O(N) by moving only the last | sommerfeld |
| 2000-12-05 | correct performance regression of recent change from select() to | sommerfeld |
| 2000-12-04 | mycroft did not like my O(n^2) lookup algorithm, so I made things much | christos |
| 2000-12-03 | 1. switch to using poll by default; can be overriden by compiling with | christos |
| 2000-12-03 | 1. the tfile patch was incorrect. If we are doing multiple jobs, we | christos |
| 2000-04-20 | Changes to make MAKEOBJDIRPREFIX useful. | sjg |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 2000-01-19 | Create temporary files carefully, to avoid security problems. Idea borrowed | christos |
| 1999-09-15 | Don't bother iterating through all the data structures to free(3) everything | mycroft |
| 1999-09-04 | PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 | christos |
| 1999-07-16 | Fix extreme brokeness with job control that appeared when we set USE_PGRP. | christos |
| 1999-07-06 | Regular bourne shells don't have the -q option (from Chuck Cranor) | christos |
| 1999-05-03 | killpg(pgrp, sig) == kill(-pgrp, sig) in the sysv case. | christos |
| 1999-02-04 | When giving the -v option to /bin/sh, also give the new -q option so that | cjs |
| 1998-11-06 | - full prototypes | christos |
| 1998-11-01 | Reduced memory leaks. | itohy |
| 1998-03-26 | PR/5210: Hauke Fath: make core dumps with .SHELL | christos |
| 1997-09-28 | wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP | lukem |
| 1997-08-25 | Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, | kleink |
| 1997-07-01 | Add WARNS=1 | christos |
| 1997-05-06 | Make sure `-n' is actually disabled for targets with the .MAKE attribute. | mycroft |
| 1997-05-06 | Don't touch .PHONY targets. | mycroft |
| 1996-11-06 | - Merge in FreeBSD and Lite2 changes. | christos |
| 1996-05-29 | Fix bug where make will always exit with 0, even when one or more parallel | christos |
| 1996-02-04 | fix pr/1421 and pr/1997 | christos |
| 1995-11-22 | Updates for POSIX/SVR4 compiling: | christos |
| 1995-11-02 | Minor: | christos |
| 1995-09-27 | Update lseek() constants: | jtc |
| 1995-06-14 | - $NetBSD$ rcsids | christos |
| 1994-12-24 | a few casts, for peace and quiet. | cgd |
| 1994-11-25 | Don't remove targets when the -n flag is given and make is interrupted. | christos |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc |
| 1994-06-06 | Fixes from Christos Zoulas, who used purify, objectcenter and testcenter | jtc |