| Age | Commit message (Expand) | Author |
| 2008-08-10 | Drop trailing whitespace. Use .Dq. | wiz |
| 2008-08-10 | Clarify a bit .SUFFIXES and .IMPSRC. Should fix PR#37822. | cube |
| 2008-07-31 | Micro-optimise VarQuote by exploiting that meta characters are normally | joerg |
| 2008-07-31 | Meta characters are a constant, mark it so. | joerg |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-06-03 | PR/38840: Pierre Pronchery: make crashes while parsing long lines in Makefiles | christos |
| 2008-05-26 | PR/38756: dominik: make dumps core on invalid makefile | christos |
| 2008-05-15 | VAR_CMD context is used by conditionals and other purposes, so | sjg |
| 2008-05-15 | Disable this for now, VAR_CMD is abused for other purposes... | sjg |
| 2008-05-14 | Do not set vars in VAR_GLOBAL context, if they have been set on the | sjg |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-31 | If the name passed to Var_Exists contains '$' run it through Var_Subst. | sjg |
| 2008-02-15 | back all changes out until I fix it properly. | christos |
| 2008-02-15 | Improve dh's fix: | christos |
| 2008-02-15 | fix typo in comment | dholland |
| 2008-02-15 | Avoid SIGSEGV caused by signed/unsigned mismatch. (hi xtos) | dholland |
| 2008-02-15 | remove error/noerror const | christos |
| 2008-02-15 | fix != expansion bug I introduced. | christos |
| 2008-02-15 | - symbolic names for error and no error | christos |
| 2008-02-14 | - use pid_t/size_t as appropriate instead of int. | christos |
| 2008-02-07 | Print the complain about random stuff after empty only once. | joerg |
| 2008-02-06 | Warn for constructs like | joerg |
| 2008-02-05 | Be pedantic and use unsigned int here as uwe@ suggested. | joerg |
| 2008-02-05 | Merge from pkgsrc's bmake: don't use signed short for bitfields. | joerg |
| 2008-01-19 | Implement -dl (aka LOUD) to override '@' at the start of script lines. | sjg |
| 2008-01-03 | When we extend the buffer used to read makefiles (in order to read lines | dsl |
| 2007-12-21 | If make can't find a rule to create a file it needs to satisfy a rule | dsl |
| 2007-10-22 | Allow .PATH<suffix> to be used for .include "". | sjg |
| 2007-10-15 | If we don't have emalloc, we won't have strndup either. | sjg |
| 2007-10-14 | Make it easier for the build environment (such as a configure script) | apb |
| 2007-10-13 | Revert to revision 1.128. Now that the Var* functions no longer try to | apb |
| 2007-10-13 | Don't write into const strings; not even if we intend to | apb |
| 2007-10-13 | strlen returns size_t | christos |
| 2007-10-13 | * Convert all uses of strdup() to estrdup(); | apb |
| 2007-10-13 | Oops, missed a few more comments in previous. | apb |
| 2007-10-13 | Correct documentation for Var_Parse's freePtr arg. It's a pointer to | apb |
| 2007-10-13 | When processing .include "../../foo.mk" lexically process the leading ../ | dsl |
| 2007-10-13 | The 'job_prefix' string can be static but not const 'hi xtos'. | dsl |
| 2007-10-12 | If we are going to save the names of all opened makefiles, do so when files | dsl |
| 2007-10-12 | static a const string. | christos |
| 2007-10-12 | improve on previous | christos |
| 2007-10-12 | Var_Subst() seems to write into its input string! So we do need a copy. | dsl |
| 2007-10-12 | Remove tmp[] buffer and strncpy() call. | dsl |
| 2007-10-11 | If _BASENAME_DEFSHELL is defined, it might be a full path, | sjg |
| 2007-10-09 | Fix an off-by-one error in handing mal-formed modifiers. | sjg |
| 2007-10-08 | Use .MAKE.MAKEFILES to track all the makefiles that have been read | sjg |
| 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-09-25 | Revert 1.34 (CFLAGS+=-g) that have been commited by mistake (hi, xtos). | uwe |
| 2007-08-13 | A small word can sometimes express things clearer ... | rillig |