| Age | Commit message (Expand) | Author |
| 2010-05-10 | PrintOnError: run .ERROR last, so even if it causes problems we | sjg |
| 2010-05-05 | Revert bogus patch that attempted to canonicalize a non absolute argv[0] using | christos |
| 2010-04-29 | fflush stdout, before writing to stderr. | sjg |
| 2010-04-23 | On darwin at least, vfork() fails in child of vfork(). | sjg |
| 2010-04-22 | Use _PATH_TMP instead of a literal /tmp; noted by Christos | dholland |
| 2010-04-22 | don't use strlcpy; it causes bootstrap issues. (noted by moof) | dholland |
| 2010-04-22 | Just because $TMPDIR is set does not mean it is valid. | sjg |
| 2010-04-20 | On some systems realpath will prefix make with cwd, so make sure | sjg |
| 2010-04-14 | If argv[0] is not an absolute path, attempt to resolve it | sjg |
| 2010-04-08 | Process .ERROR the same as .BEGIN, .END etc | sjg |
| 2010-04-07 | Add: | sjg |
| 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 |