| Age | Commit message (Expand) | Author |
| 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 |
| 2007-06-16 | Under DEBUG(VAR) report when the variable wasn't found. | dsl |
| 2007-05-23 | Delete some comments that refer to long-extinct code. | dsl |
| 2007-04-05 | kill clobbered warning from Tobias Nygren | christos |
| 2007-02-24 | Don't increment 'cp' twice when looking for commands following ';' on a | dsl |
| 2007-02-04 | Add code to ensure that .if/.endif are correctly nested with .for/.endfor | dsl |
| 2007-01-24 | Check of open conditionals before we trash 'curFile' - so we can actually | dsl |
| 2007-01-23 | 4 -> 4.0, since Nx does not accept all arguments without complaint. | wiz |
| 2007-01-18 | Don't delete '\' from before '#' in shell command lines. | dsl |
| 2007-01-17 | Remove duplicate #includes | hubertf |
| 2007-01-15 | Avoid coredumping. Found by accidentally running make instead of gmake | christos |
| 2007-01-02 | Don't delete whitespace before a "\\\n" sequence. Somewhere I'd misread | dsl |
| 2007-01-01 | Remove the (now redundant) MAKE_BSIZE, BUF_DEF_SIZE from buf.c is used instead. | dsl |
| 2007-01-01 | Rework the code that separates the makefile into lines. | dsl |
| 2007-01-01 | Request the 'verbose' node print when aborting and scheduling nodes. | dsl |
| 2007-01-01 | Add the other half of the fix to stop stuff that depends on .WAIT nodes | dsl |
| 2007-01-01 | Don't force things that have dependencies against .WAIT nodes to be rebuilt. | dsl |
| 2007-01-01 | Remove 'else' after 'return', and similar whitspace changes. | dsl |
| 2007-01-01 | Since the 'buf' code here is only used by make, we don't need two names | dsl |
| 2006-12-23 | Fix a typo. Use Nx. | wiz |
| 2006-12-22 | Correctly handle '\' at the end of a variable in the non-expanding case. | erh |
| 2006-12-21 | Fix breakage of previous commit. | dsl |
| 2006-12-20 | Fix detection and reporting of dependency loops in parallel makes. | dsl |
| 2006-12-18 | From Anon Ymous: | christos |
| 2006-12-16 | Use open/read/close instead of stdio for makefiles. | dsl |
| 2006-12-16 | Fix a comment that has been wrong since rev 1.1, minor layout fix. | dsl |
| 2006-12-07 | Revert part of a recent commit. | dsl |
| 2006-12-07 | Put the big block of code that was common to ParseDoInclude() and | dsl |