| Age | Commit message (Expand) | Author |
| 2003-12-18 | When looking for a makefile and curdir != objdir (i.e. working inside of an | jmc |
| 2003-12-07 | Drop trailing spaces. | wiz |
| 2003-12-07 | Add back 'on error' that got deleted by mistake. | dsl |
| 2003-12-07 | Add a -Dg3 which outputs the 'input graph' only on error exit. | dsl |
| 2003-11-14 | Don't create targets if dependant files marked .OPTIONAL are missing. | dsl |
| 2003-11-07 | Add some subsections in the VARIABLE ASSIGNMENTS section. | lukem |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-23 | Fixes from PR#23210 to eliminate use of asprintf which makes cross building | jmc |
| 2003-10-09 | properly dottify .\" comments; this fixes output of [range] paragraph | jdolecek |
| 2003-09-27 | Implement :[] modifier to allow picking a range of words out of a variable. | sjg |
| 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 |