| Age | Commit message (Expand) | Author |
| 2001-12-25 | - partially fix ${foo:?true:false} so that at least it now parses ok and | lukem |
| 2001-12-23 | outdent description of variable expansion modifiers | lukem |
| 2001-12-11 | Allow MAKE_MACHINE to be unset if MAKE_BOOTSTRAP. | tv |
| 2001-12-11 | Add __CYGWIN__ to list of exceptions from homegrown strftime(). | tv |
| 2001-11-30 | Clean up some MAKE_BOOTSTRAP issues wrt. MACHINE/MACHINE_ARCH. | thorpej |
| 2001-11-14 | Fix a very old and annoying bug: Adding suffixes to sufflist wasn't setting | tv |
| 2001-11-12 | Redo the hashtable for "." if .OBJDIR changes. | tv |
| 2001-11-12 | Whitespace/punctuation nits. | wiz |
| 2001-11-12 | Add new make variable .ALLTARGETS, which lists all targets in the Makefile. | tv |
| 2001-11-12 | Sort list of make variables. | tv |
| 2001-11-11 | Back out my rev. 1.75 on recommendation of christos. | tv |
| 2001-11-11 | Fix long-standing bug where, if an objdir exists, searching the .PATH for a | 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-10-23 | Fix typo in definition of PARSEFILE. It should refer to PARSEDIR (and not | jmc |
| 2001-10-16 | Don't ignore errors during .END processing. | sjg |
| 2001-10-16 | When attempting to chdir to .CURDIR because Check_Cwd_Cmd says we need to | sjg |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-08-13 | Nit. | ad |
| 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-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-06-10 | Simplify the exporting of VAR_CMD's via MAKEFLAGS. | sjg |
| 2001-06-09 | Mention .MAKEOVERRIDES | 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-09 | Provide a useful? MAKE_VERSION. | sjg |
| 2001-06-05 | Perform variable expansion on sysv rhs patterns. That is, expand ${O} in: $... | explorer |
| 2001-06-02 | Avoid being overly specific since the unresolved merge conflict tags | sommerfeld |
| 2001-06-02 | mention `cvs' in the the previous hack so that the clueless get a clue. | christos |
| 2001-06-02 | Gratuitous make(1) hack of the morning: if operator-less lines start | sommerfeld |
| 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-12 | Modifier :P avoid segfault if gn is found but path is NULL. | sjg |
| 2001-05-08 | Fix core dump triggered by a .DEFAULT target with no commands. | aymeric |
| 2001-05-01 | bin/12734: fix SIGTSTP/SIGCONT handling. | sommerfeld |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2001-04-04 | getcwd lives in 3, not 2. Whitespace fixes. | wiz |
| 2001-03-10 | redo of previous: do not destroy v->val if str points to v->val. | itojun |
| 2001-03-09 | correct case with VAR_KEEP. if clause checked VAR_KEEP backwards, | itojun |
| 2001-03-05 | Test for non-existant LIB was incorrect (using cmtime cf. mtime). | sjg |
| 2001-02-23 | PR/12251: Thomas Klausner: Make core dumps on unclosed conditional. | christos |
| 2001-01-23 | <sys/time.h>, rather than <time.h>. The former is actually the documented | cgd |
| 2001-01-18 | Add trace.o | thorpej |