| Age | Commit message (Expand) | Author |
| 2003-09-10 | Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target | jmmv |
| 2003-09-10 | Document the '-d f' flag. | jmmv |
| 2003-09-09 | when displaying the 'Failed command:', collapse runs of whitespace in the | lukem |
| 2003-09-09 | Remove some code which makes file lookup rely on the fact that | drochner |
| 2003-09-08 | don't free cmdStart too early, as cmd points somewhere in there and we | lukem |
| 2003-09-06 | Make empty() consider an undefined variable as empty, | sjg |
| 2003-09-05 | Whitespace nits. | wiz |
| 2003-09-05 | Allow -V '${FOO}' to print the expanded version of FOO. | sjg |
| 2003-09-02 | Also display failed target. Given | lukem |
| 2003-09-02 | display the command that failed. | lukem |
| 2003-08-08 | Hook make unit-tests into regress | sjg |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Avoid \a as a test of invalid separator, since if we make ksh the default | sjg |
| 2003-08-01 | Fix for TEST_MAKE from Alan Barrett | sjg |
| 2003-08-01 | Allow .SHELL: to control the shell used by compat mode too. | sjg |
| 2003-07-31 | Const poisoning. | scw |
| 2003-07-31 | Test behavior of commandline variable assignments. | sjg |
| 2003-07-29 | A couple of other places where delim should be set | sjg |
| 2003-07-29 | First bug picked up by the unit tests - delim wasn't always initialized. | sjg |
| 2003-07-29 | Use single quotes to protect everything from shell's that might | sjg |
| 2003-07-29 | Regardless of the name of TEST_MAKE, force it to make in test.exp | sjg |
| 2003-07-28 | Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com> | sjg |
| 2003-07-26 | build var.c with -Wno-cast-qual - gcc3.3 complains about VarWordCompare() | mrg |
| 2003-07-23 | Fix merge problem with ts modifier and const correctness. | sjg |
| 2003-07-16 | Bump date for tu addition; drop trailing space; sort a bit. | wiz |
| 2003-07-16 | backout. make(1) either uses strcpy() to malloc'ed region (enough size), | itojun |
| 2003-07-16 | we can't use snprintf here, as sizeof(pathname) is unknown | itojun |
| 2003-07-15 | strlcpy (fixed) | itojun |
| 2003-07-15 | strlcpy | itojun |
| 2003-07-14 | Fix a couple of missing UNCONST's that hit bmake. | sjg |
| 2003-07-14 | Add a :ts[c] modifier to allow controlling the separator used between | sjg |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2003-07-14 | Fix two minor whitespace problems. | wiz |
| 2003-06-26 | Misc mdoc fixes (mostly quoting). | wiz |
| 2003-06-02 | For a library, only check in cmtime (children's modification) if there are | matt |
| 2003-05-23 | New sentence, new line; bump date for last. | wiz |
| 2003-05-23 | PR/10917: John Hawkinson: Document $MAKE and say which one we want to be using. | christos |
| 2003-05-22 | PR/19781: Thomas Klausner: make error message not helpful on unclosed ${var:foo | christos |
| 2003-05-10 | Remove extra space in usage message. | jmmv |
| 2003-04-17 | math.h is not needed and including it introduces uncessary dependencies | sjg |
| 2003-04-16 | Bump date for last. | wiz |
| 2003-04-08 | PR/1523: Chris Demetriou: don't count a library as built, if there is no way | christos |
| 2003-04-01 | Added MAKESYSPATH environment variable as per jmmv's suggestion in | jrf |
| 2003-03-23 | Comment in ParseDoSrc was no longer accurate. | sjg |
| 2003-03-23 | We are supposed to pass the node for our expanded src to ParseAddDep | sjg |
| 2003-03-22 | ParseDoSpecialSrc: since we're already being called for each target | sjg |
| 2003-03-21 | don't mess with suffix rules. | christos |
| 2003-03-21 | Missed a s/tn->name/pref/ | sjg |
| 2003-03-21 | Add ParseDoSpecialSrc() to handle srcs that refer to ${.TARGET} etc. | sjg |
| 2003-03-14 | Add a -X option, which prevents make(1) from putting variables | thorpej |