| Age | Commit message (Expand) | Author |
| 2006-08-26 | More programs using efun. | christos |
| 2006-07-28 | Indicate which modifier a result applies to, helps debug complex cases. | sjg |
| 2006-06-29 | Fixed the bug reported in PR 33866, which is that the :Q operator does not | rillig |
| 2006-05-19 | Coverity CI D3758: Plug memory leak. | christos |
| 2006-05-19 | Coverity CID 3757: Plug memory leak. | christos |
| 2006-05-11 | Extract the variable modifier logic to a separate function. | sjg |
| 2006-04-22 | Coverity CID 529: Call VarFreeEnv to prevent leak. | christos |
| 2006-04-22 | Coverity CID 534: Free junk variables on return from Var_Parse. | christos |
| 2006-04-22 | Coverity CID 533: Plug memory leak. | christos |
| 2006-03-31 | Add some coverity allocation comments, and change the way the allocator | christos |
| 2006-03-19 | Fix :P modifier so it actually works as described. | sjg |
| 2006-02-26 | Update man page and add test case for specifying modifiers via variable. | sjg |
| 2006-02-18 | Allow variable modifiers to be specified via variable. | sjg |
| 2005-08-27 | PR/31077: Wil L: /usr/bin/make can read off of end of buffer | christos |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-07-01 | PR/29985: Roland Illig: make(1) interprets backslash wrongly in for | christos |
| 2005-06-03 | * Improve error handling with unrecognized chars after :t. | lukem |
| 2005-06-03 | cosmetic comment tweak | lukem |
| 2005-06-01 | Add :Ox for random ordering, based on patch from | sjg |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-07-01 | Change to use __unused instead and provide a compat definition in make.h if | jmc |
| 2004-07-01 | Add some checks for gcc around a few function declarations and note the | jmc |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2004-02-20 | Fix :M so that modifiers in nested variables don't terminate parsing | sjg |
| 2004-01-24 | Restore correct name string when VarGetPattern() returns. | dsl |
| 2004-01-08 | Fix :?: modifier so that it works again. | sjg |
| 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-10-23 | Fixes from PR#23210 to eliminate use of asprintf which makes cross building | jmc |
| 2003-09-27 | Implement :[] modifier to allow picking a range of words out of a variable. | sjg |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-31 | Const poisoning. | scw |
| 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-28 | Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com> | sjg |
| 2003-07-23 | Fix merge problem with ts modifier and const correctness. | 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-05-22 | PR/19781: Thomas Klausner: make error message not helpful on unclosed ${var:foo | christos |
| 2003-03-14 | Add a -X option, which prevents make(1) from putting variables | thorpej |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-03-21 | don't print extra newlines on errors. | christos |
| 2002-02-06 | Add `tu' and `tl' variable expansion modifiers, which transform the | pk |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2001-12-25 | - partially fix ${foo:?true:false} so that at least it now parses ok and | lukem |
| 2001-06-12 | Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not | sjg |
| 2001-06-10 | Simplify the exporting of VAR_CMD's via MAKEFLAGS. | sjg |