| Age | Commit message (Expand) | Author |
| 2003-12-18 | When looking for a makefile and curdir != objdir (i.e. working inside of an | jmc |
| 2003-12-07 | Add a -Dg3 which outputs the 'input graph' only on error exit. | dsl |
| 2003-09-10 | Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target | jmmv |
| 2003-09-05 | Allow -V '${FOO}' to print the expanded version of FOO. | sjg |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Allow .SHELL: to control the shell used by compat mode too. | sjg |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2003-05-10 | Remove extra space in usage message. | jmmv |
| 2003-03-14 | Add a -X option, which prevents make(1) from putting variables | thorpej |
| 2003-02-26 | Add -B to MAKEFLAGS so that it propagates to sub-makes. | sjg |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-04-27 | Rather than hardcoding "/bin/sh", use _PATH_BSHELL. To allow bootstrapping, | bjh21 |
| 2002-03-14 | JobExec(): don't use Punt() in the child; it can't possibly DTRT, and will also | pk |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2001-12-11 | Allow MAKE_MACHINE to be unset if MAKE_BOOTSTRAP. | tv |
| 2001-11-30 | Clean up some MAKE_BOOTSTRAP issues wrt. MACHINE/MACHINE_ARCH. | thorpej |
| 2001-11-12 | Redo the hashtable for "." if .OBJDIR changes. | tv |
| 2001-11-12 | Add new make variable .ALLTARGETS, which lists all targets in the Makefile. | tv |
| 2001-11-11 | Back out my rev. 1.75 on recommendation of christos. | tv |
| 2001-11-02 | Apparently something was missed in the Main_SetObjdir commit. Fix a TRUE | tv |
| 2001-11-02 | Strike getenv("PWD") entirely, based on prior discussion with sjg. This | tv |
| 2001-10-31 | Overhaul the initialization and handling of .OBJDIR: | tv |
| 2001-10-31 | Allow "-m" to be used in a .MAKEFLAGS: special target and get it to work. | tv |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-06-10 | Simplify the exporting of VAR_CMD's via MAKEFLAGS. | sjg |
| 2001-06-09 | Do a better job of duplicate suppression in .MAKEOVERRIDES. | sjg |
| 2001-06-09 | Modify handling of command line variable assignments and their exporting | sjg |
| 2001-06-01 | A number of semi-related changes. | sjg |
| 2001-05-29 | better error messages on exec* failures. From Simon Burge. | christos |
| 2001-01-16 | Avoid accidental use of trigraphs. Pointed out by development version of gcc. | cgd |
| 2001-01-14 | make the -W arg work; it was not put in the getopt string. | christos |
| 2001-01-10 | PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings. | christos |
| 2001-01-07 | ReadMakefile: Don't simply fopen() fname before checking if we are in separate | sjg |
| 2001-01-01 | Delete forceSerial; just use compatMake for that. | sommerfeld |
| 2000-12-30 | Avoid token leaks when aborting after an error. | sommerfeld |
| 2000-12-30 | strdup tracefile so that it doesn't get smashed. | sommerfeld |
| 2000-12-30 | Add a token-passing scheme to allow a recursive make to successfully | sommerfeld |
| 2000-06-06 | Check_Cwd_av: Ensure that word after a '(', '{' etc is considered a command, | sjg |
| 2000-05-10 | Revert to the original behaviour wrt sysIncPath, ie if sysIncPath | sjg |
| 2000-04-29 | Allow MAKESYSPATH in the environment to override the default syspath. | sjg |
| 2000-04-20 | Changes to make MAKEOBJDIRPREFIX useful. | sjg |
| 2000-04-16 | prefix errors with the program name. | christos |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-02-08 | Make chdir_verify_path() do variable expansion on path in case | sjg |
| 1999-09-15 | Rework how :: dependencies are handled. | mycroft |
| 1999-09-15 | More cleanup code bites it. | mycroft |
| 1999-09-04 | PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 | christos |
| 1999-08-02 | Save the walls, use fly swatters instead of machine guns! | hubertf |
| 1999-08-02 | Detect invalid arguments to -j and -L by using sscanf() instead of atoi(). | hubertf |