| Age | Commit message (Expand) | Author |
| 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 |
| 2006-12-06 | Add anewline to the end of the error message output when the debug log | dsl |
| 2006-12-04 | There really is no point calling estrdup() to get a copy of the makefile name | dsl |
| 2006-12-03 | Unknot this code slightly by avoiding 'break/return; else' and by putting | dsl |
| 2006-12-03 | Some minor changes: | dsl |
| 2006-12-02 | Simplify the code that processes .if lines. | dsl |
| 2006-11-19 | Update information on .ORDER and .WAIT. | dsl |
| 2006-11-17 | A rather large rototil in the way the parallel make code schedules jobs. | dsl |
| 2006-11-11 | If the last 3 bytes of the debug filename supplied with -DFxxxx are .%d then | dsl |
| 2006-11-11 | Return the non-zero value that caused the Lst_ForEach[From] call to | dsl |
| 2006-11-11 | Point a few diagnostic printfs (the ones that got away) to debug_file | dsl |
| 2006-11-01 | Use of libutil to provide emalloc et al, should be predicated on | sjg |
| 2006-10-27 | Rename 'struct Lst' to 'struct List' and 'struct LstNode' to 'struct 'ListNode' | dsl |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-25 | Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore() | dsl |
| 2006-10-25 | Fix previous - need to add a lstPrev() | dsl |
| 2006-10-25 | Replace 'a == b ? FALSE : TRUE' with 'a != b' | dsl |
| 2006-10-25 | Only do dynamic dependecy expansion once, and follow by a single filename | dsl |
| 2006-10-22 | sprinkle volatile. | christos |
| 2006-10-15 | Add some more explanitory comments. | dsl |
| 2006-10-15 | Change a 'while' loop to a 'for' loop so we can add 'free(line)' into the | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-10-11 | There is no need to resize the pollfd array, it can only ever have 2+maxJobs | dsl |
| 2006-10-09 | In a non-native build, always use a shell to execute commands. This may | apb |