| Age | Commit message (Expand) | Author |
| 2002-02-10 | Targ_PrintType(): include .PHONY and .MADE attributes. | pk |
| 2002-02-10 | Fix for previous: JobRestart() return value check was reversed. | pk |
| 2002-02-08 | JobRestartJobs() should cease scheduling stopped jobs if the maximum | pk |
| 2002-02-08 | JobStart(): if there no commands to execute for a node, set its status | pk |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-07 | When making a node which is the source of both a .MADE target and a | pk |
| 2002-02-07 | Edit -mdoc usage. | ross |
| 2002-02-06 | Add `tu' and `tl' variable expansion modifiers, which transform the | pk |
| 2002-02-06 | JobPrintCommand: avoid stale pointers on a node's command list. | pk |
| 2002-02-04 | Remove OP_NOSUFF, fix OP_MADE in compat mode [from pk], and make the OP_MADE | christos |
| 2002-02-03 | Bring down the number of stat(2) system calls from 682 to 294. This change | christos |
| 2002-02-03 | Resurrect revision 1.23: no need to stat .PHONY targets. | pk |
| 2002-02-03 | Don't bother to apply suffix rules to find sources for a target marked | pk |
| 2002-02-01 | - Several paragraphs were indented one level further than needed. | bgrayson |
| 2002-01-31 | Fix the bug addressed in revision 1.27 properly. Analysis of the problem | pk |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2002-01-26 | Don't bother to lookup for files in `.' that start with a `/'. Cuts in the | christos |
| 2002-01-26 | Process escaped characters properly. Now: | christos |
| 2002-01-25 | Make util.c replacement functions use autoconf conditionals to probe | tv |
| 2002-01-24 | Small update to make(1) to let it follow more its own guidelines ! ... This | reinoud |
| 2002-01-18 | In Dir_FindFile() add a missing Lst_Close() and move another one to the | pk |
| 2002-01-18 | Before we #define __attribute__ away, #undef it. | thorpej |
| 2002-01-18 | Make sure to eat __attribute__'s argument, too. | thorpej |
| 2002-01-17 | __attribute__() if we're doing MAKE_BOOTSTRAP is a no-no. | eeh |
| 2002-01-16 | Bleh, make the conditional work *correctly* this time (...teaches me not to | tv |
| 2002-01-16 | Fix typo in previous. | tv |
| 2002-01-16 | Don't look at archive timestamps if MAKE_BOOTSTRAP is set. (I'm not | tv |
| 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 |