Age | Commit message (Expand) | Author |
2012-10-09 | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING | Marc Espie |
2012-10-06 | - extra juice for debugging signal passing. Note when we can't pass the | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2012-09-01 | put back out-of-line version of function. | Marc Espie |
2012-08-20 | make use of __only_inline to ask for gnu inline semantics | Jonathan Gray |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-19 | two small changes: | Marc Espie |
2010-04-25 | pure whitespace cleanup | Marc Espie |
2009-08-16 | write sensible error message | Marc Espie |
2009-05-12 | fix obvious bug: .PHONY targets don't match files, so they're precious (we | Marc Espie |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2008-01-29 | A few changes: | Marc Espie |
2007-11-28 | PHONY targets never correspond to real files. | Marc Espie |
2007-11-24 | more parallel make fixes. | Marc Espie |
2007-11-10 | UNMADE -> UNKNOWN | Marc Espie |
2007-11-10 | clearer debug code | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-09-18 | internal macro should be invisible from outside | Marc Espie |
2007-09-17 | avoid printing out special targets in debug mode | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-16 | remove some totally useless comments | Marc Espie |
2007-09-16 | remove old debug code nothing uses | Marc Espie |
2007-09-16 | reindent targ.c | Marc Espie |
2007-09-16 | rename Targ_FmtTime into time_to_string and move it, as it's not related | Marc Espie |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-03 | revert: reintroduce allTargets list #if CLEANUP, as all nodes are not added | Marc Espie |
2002-12-29 | Synch comment with code | Marc Espie |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-29 | Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2001-03-02 | Use the ohash_* that's now in libc. | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie |
2000-09-14 | Use the new hash scheme to store the target nodes. | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-06-23 | This patch separates local contexts from global contexts for good. | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-17 | This removes the few instances of Lst_New left. | Marc Espie |
2000-06-17 | A few assorted changes, to remove more dynamic lists. | Marc Espie |