Age | Commit message (Expand) | Author |
2018-11-13 | commit again the cleanup part that didn't break anything | Marc Espie |
2018-10-08 | back it out for now. | Marc Espie |
2018-10-06 | fix problem reported by markweston@cock.li | Marc Espie |
2017-07-24 | GC old cruft. | Marc Espie |
2016-10-21 | small obvious cleanups: | Marc Espie |
2015-01-23 | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... | Marc Espie |
2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something | Marc Espie |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-01-06 | fix error messages, avoid dereferencing null pointers. | Marc Espie |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
2013-04-23 | remove TIMESTAMP abstraction layer, prodded by theo. | Marc Espie |
2012-12-22 | cosmetic changes: | Marc Espie |
2012-12-06 | old code is gone, remove comments and prototypes | Marc Espie |
2012-10-09 | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-04-21 | When a new parent is attached to an already examined child (prerequisite), | Philip Guenthe |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-04-25 | pure whitespace cleanup | Marc Espie |
2007-11-24 | more parallel make fixes. | Marc Espie |
2007-11-17 | simplify dynamic variable handling a great deal: | Marc Espie |
2007-11-06 | bug-fix: try the empty suffix when we cannot find any transformation, not | 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 | better comments, sNum -> order. SUFF_EXISTS -> SUFF_ACTIVE | Marc Espie |
2007-09-18 | make -DCLEANUP compile again | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | remove prototypes that now live in engine.h, adjust suff.c accordingly | Marc Espie |
2007-09-17 | reindent garray.h, add new function, to be used later | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | reindent | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie |
2007-09-16 | more dead code: we always define LIBRARIES and INCLUDES | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-24 | simplify computations in the var module: instead of advancing a char * | Marc Espie |
2007-07-24 | move the code that grabs a value in Var_Parse in its own function, | Marc Espie |
2007-07-24 | change Var_ParseSkip API to increment the position instead of returning a | Marc Espie |
2006-09-24 | revert for now, this breaks stuff elsewhere... | Marc Espie |
2006-09-17 | on .SUFFIXES: <empty> | Marc Espie |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-06-19 | avoid a null pointer dereference if the .DEFAULT target has no commands; | Robert Nagy |
2004-05-05 | constify char *. | 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 |
2002-02-26 | close PR 2311 | Marc Espie |
2001-11-23 | back out changes that break kernel compiles. good testing jobmk install! | Theo de Raadt |
2001-11-22 | Explicitly mark nodes whose commands have been filled with | Marc Espie |
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie |