| Age | Commit message (Expand) | Author |
| 2010-01-04 | We need to have set curdir before calling Dir_FindHereOrAbove(). | sjg |
| 2009-09-09 | We must delay setting .CURDIR and .OBJDIR until after MainParseArgs() | sjg |
| 2009-09-08 | Reviewed by: apb | sjg |
| 2009-09-03 | Use the W* macros to test wait results. | dholland |
| 2009-08-26 | Add -C directory, same as gmake and freebsd make. | sjg |
| 2009-03-24 | per dholland, put back MAKE_VERSION for the benefit of third party users. | perry |
| 2009-03-20 | The Makefile and main.c arranged to put "netbsd-${DATE}" into the | perry |
| 2009-03-18 | use progname instead of getprogname() for portability. | christos |
| 2009-03-01 | use siginfo to report on the directory we are working on if available. | christos |
| 2009-01-24 | Move the bmake_malloc() functions into their own .c and .h files. | dsl |
| 2009-01-23 | Sprinkle some const. | dsl |
| 2009-01-23 | Change 'ClientData' to 'void *' so that relevant parameters can | dsl |
| 2009-01-17 | Change 'Buffer' so that it is the actual struct, not a pointer to it. | dsl |
| 2009-01-16 | Send output of Error() to debug_file (unless stderr/stdout). | dsl |
| 2009-01-13 | Sprinkle a const. (arg of Main_ParseArgLine()) | dsl |
| 2008-12-20 | Delete very splurious 'free(buf)' that xtos added. | dsl |
| 2008-12-19 | if brk_string fail, so do we. | christos |
| 2008-12-13 | fix typo in comment | dholland |
| 2008-12-13 | Use NULL instead of -1 cast to the relavant type (usually via NIL). | dsl |
| 2008-12-13 | Do not let the variable name "" be set from the command line (-D "") | dsl |
| 2008-12-07 | add debug flag for cwd. | christos |
| 2008-10-22 | Send debugging output to stderr by default, not to stderr. | apb |
| 2008-10-19 | Always make the debugging output unbuffered; in addition, if debugging | apb |
| 2008-10-18 | Allow optional "+" in "-dF[+]filename" even if the filename is "stdout" | apb |
| 2008-10-06 | Don't use emalloc and friends directly, but call them consistently | joerg |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-02-15 | back all changes out until I fix it properly. | christos |
| 2008-02-15 | fix != expansion bug I introduced. | christos |
| 2008-02-14 | - use pid_t/size_t as appropriate instead of int. | christos |
| 2008-01-19 | Implement -dl (aka LOUD) to override '@' at the start of script lines. | sjg |
| 2007-12-21 | If make can't find a rule to create a file it needs to satisfy a rule | dsl |
| 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 |