| Age | Commit message (Expand) | Author |
| 2004-01-11 | Reindent search loop in SuffFindCmds using 'continue' and 'break' instead | dsl |
| 2004-01-11 | Change DEBUG(DIR) traces to indent subsequent filenames instead of | dsl |
| 2004-01-09 | Add unit test for ternary modifier | sjg |
| 2004-01-08 | Fix :?: modifier so that it works again. | sjg |
| 2004-01-06 | Handle more complex conditional expressions. | sjg |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-26 | Bump date for previous; use macros for marking up | wiz |
| 2003-12-26 | Note that variable expansion can occur within SYSV style = substitions. | jmc |
| 2003-12-26 | Support variable expansions inside of SYSV style = substitutions. Better matches | jmc |
| 2003-12-26 | Don't assume startc is always {, set delim to endc when separating the args to | jmc |
| 2003-12-20 | Fixes for PR#18573 (make -j not stopping correctly on error). | jmc |
| 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 |