| Age | Commit message (Expand) | Author |
| 2007-10-13 | * Convert all uses of strdup() to estrdup(); | apb |
| 2007-10-05 | Add the ability to .export variables to the environment. | sjg |
| 2007-10-01 | Add the ability to tweak the token output before targets in job mode. | sjg |
| 2007-01-01 | Since the 'buf' code here is only used by make, we don't need two names | dsl |
| 2006-12-16 | Use open/read/close instead of stdio for makefiles. | dsl |
| 2006-12-06 | Add anewline to the end of the error message output when the debug log | dsl |
| 2006-12-03 | Some minor changes: | dsl |
| 2006-11-17 | A rather large rototil in the way the parallel make code schedules jobs. | dsl |
| 2006-11-11 | If the last 3 bytes of the debug filename supplied with -DFxxxx are .%d then | dsl |
| 2006-11-01 | Use of libutil to provide emalloc et al, should be predicated on | sjg |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-10-11 | There is no need to resize the pollfd array, it can only ever have 2+maxJobs | dsl |
| 2006-10-09 | Rip out the code for the undocumented -P (don't use pipes for command | dsl |
| 2006-08-26 | Fix non-native build. | christos |
| 2006-08-26 | More programs using efun. | christos |
| 2006-07-28 | Fix minor mem leak in PrintOnError(). | sjg |
| 2006-06-29 | Fixed gcc warnings about signed vs. unsigned in comparisons. | rillig |
| 2006-05-19 | Coverity CID 3147: Plug memory leak. | christos |
| 2006-04-22 | Coverity CID 527: Make it painfully obvious that av is freed. | christos |
| 2006-04-12 | Change ReadMakefile to return 0 on success so that it better meets | sjg |
| 2006-03-31 | There is no need to count jobs and job tokens. | dsl |
| 2006-03-17 | Coverity CID 2719: argvalue can be NULL when passed into functions. | christos |
| 2006-03-11 | Remove most of the code seemed to be there to support 'remote jobs'. | dsl |
| 2006-02-26 | Make ".WAIT" apply recursively to all children of nodes on the right | apb |
| 2006-02-18 | Don't use data in freed stack. | tsutsui |
| 2006-01-22 | Make .NOTPARALLEL stop the job engine issuing more than one token (instead | dsl |
| 2006-01-04 | When a parallel make job completes, always put the job token back into the | dsl |
| 2005-08-09 | Add typedefs for DuplicateProc and FreeProc from Max Okumoto. | christos |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-08-03 | from Max Okumoto: debug should be int, not boolean. | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-06-24 | Revert rev 1.110 and restore the previous "automagic objdir" support; | lukem |
| 2005-06-23 | Deprecate support for automagically setting the .OBJDIR to | lukem |
| 2005-06-17 | Add new debugging option '-dn' which will leave the scripts fed into make on | jmc |
| 2005-06-03 | appease gcc -Wuninitialized | lukem |
| 2005-06-01 | Add :Ox for random ordering, based on patch from | sjg |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-07-13 | Sync usage with man page; from Kouichirou Hiratsuka in PR 26223. | wiz |
| 2004-07-01 | Change to use __unused instead and provide a compat definition in make.h if | jmc |
| 2004-07-01 | Add some checks for gcc around a few function declarations and note the | jmc |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2004-04-22 | Recognize -- (dash dash) and apply the usual interpretation. | ross |
| 2004-03-27 | Validate existence of arguemnt. PR#24933. | enami |
| 2004-03-24 | Fix comment per PR 24437; make(1) tries "makefile" first, and then | fair |
| 2004-02-05 | Parse args with open code to eliminate use of getopt(3). | ross |
| 2004-02-03 | add parent directory search for make as discussed on tech-toolchain. | chuck |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-18 | When looking for a makefile and curdir != objdir (i.e. working inside of an | jmc |