| Commit message (Expand) | Author | Age | Files | Lines |
* | make the choice of engine explicit |  espie | 2020-01-13 | 1 | -2/+1 |
* | concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer |  espie | 2020-01-13 | 1 | -3/+3 |
* | move a large chunk of suff.c into its own file (independent functions which |  espie | 2020-01-13 | 1 | -207/+17 |
* | move documentation around to be more specific to suff.c |  espie | 2020-01-13 | 1 | -53/+12 |
* | yet another mostly cosmetic diff |  espie | 2019-12-21 | 1 | -4/+4 |
* | rename a few variable/functions to have better names. |  espie | 2019-12-21 | 1 | -9/+9 |
* | rename built_status constants to be less quirky |  espie | 2019-12-21 | 1 | -2/+2 |
* | commit again the cleanup part that didn't break anything |  espie | 2018-11-13 | 1 | -12/+6 |
* | back it out for now. |  espie | 2018-10-08 | 1 | -12/+15 |
* | fix problem reported by markweston@cock.li |  espie | 2018-10-06 | 1 | -15/+12 |
* | GC old cruft. |  espie | 2017-07-24 | 1 | -3/+3 |
* | small obvious cleanups: |  espie | 2016-10-21 | 1 | -11/+11 |
* | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... |  espie | 2015-01-23 | 1 | -2/+2 |
* | remove a bunch of dangerous casts (useless casts from void * to something |  espie | 2015-01-23 | 1 | -5/+5 |
* | adjust to ohash being in libutil now, and to the interface changes. |  espie | 2014-05-12 | 1 | -2/+2 |
* | fix error messages, avoid dereferencing null pointers. |  espie | 2014-01-06 | 1 | -1/+3 |
* | wrappers for is*/to* that make damn sure their arguments are |  espie | 2013-11-22 | 1 | -3/+3 |
* | remove TIMESTAMP abstraction layer, prodded by theo. |  espie | 2013-04-23 | 1 | -4/+4 |
* | cosmetic changes: |  espie | 2012-12-22 | 1 | -74/+57 |
* | old code is gone, remove comments and prototypes |  espie | 2012-12-06 | 1 | -3/+1 |
* | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING |  espie | 2012-10-09 | 1 | -9/+4 |
* | more changes, discussed and tested by various people. |  espie | 2012-10-02 | 1 | -259/+98 |
* | When a new parent is attached to an already examined child (prerequisite), |  guenther | 2012-04-21 | 1 | -18/+20 |
* | Correct $OpenBSD$ stuff |  espie | 2010-07-19 | 1 | -2/+1 |
* | pure whitespace cleanup |  espie | 2010-04-25 | 1 | -5/+5 |
* | more parallel make fixes. |  espie | 2007-11-24 | 1 | -27/+28 |
* | simplify dynamic variable handling a great deal: |  espie | 2007-11-17 | 1 | -15/+15 |
* | bug-fix: try the empty suffix when we cannot find any transformation, not |  espie | 2007-11-06 | 1 | -2/+2 |
* | simplify the way we deal with implicit rules and handle $<. |  espie | 2007-11-06 | 1 | -6/+5 |
* | Work done at p2k7. |  espie | 2007-11-02 | 1 | -1/+2 |
* | better comments, sNum -> order. SUFF_EXISTS -> SUFF_ACTIVE |  espie | 2007-09-18 | 1 | -59/+60 |
* | make -DCLEANUP compile again |  espie | 2007-09-18 | 1 | -2/+2 |
* | rewrite of the basic suffix/target parsing: use hash for suffixes. |  espie | 2007-09-17 | 1 | -722/+638 |
* | remove prototypes that now live in engine.h, adjust suff.c accordingly |  espie | 2007-09-17 | 1 | -2/+2 |
* | reindent garray.h, add new function, to be used later |  espie | 2007-09-17 | 1 | -2/+2 |
* | kill extra spaces at end of line |  espie | 2007-09-17 | 1 | -12/+12 |
* | reindent |  espie | 2007-09-17 | 1 | -1099/+1119 |
* | kill += 1, -= 1 -> ++, -- |  espie | 2007-09-17 | 1 | -4/+4 |
* | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories |  espie | 2007-09-16 | 1 | -7/+7 |
* | cut up dir.c into dir.c/direxpand.c as there is very little interface between |  espie | 2007-09-16 | 1 | -1/+2 |
* | more dead code: we always define LIBRARIES and INCLUDES |  espie | 2007-09-16 | 1 | -5/+1 |
* | remove dead code: #define RECHECK is always on |  espie | 2007-09-16 | 1 | -1/+1 |
* | everywhere except in Var_Parse, we always add/append variables to the |  espie | 2007-07-30 | 1 | -3/+3 |
* | simplify computations in the var module: instead of advancing a char * |  espie | 2007-07-24 | 1 | -1/+1 |
* | move the code that grabs a value in Var_Parse in its own function, |  espie | 2007-07-24 | 1 | -1/+1 |
* | change Var_ParseSkip API to increment the position instead of returning a |  espie | 2007-07-24 | 1 | -2/+2 |
* | revert for now, this breaks stuff elsewhere... |  espie | 2006-09-24 | 1 | -22/+19 |
* | on .SUFFIXES: <empty> |  espie | 2006-09-17 | 1 | -19/+22 |
* | Spell precede correctly. |  jsg | 2004-11-29 | 1 | -2/+2 |
* | avoid a null pointer dereference if the .DEFAULT target has no commands; |  robert | 2004-06-19 | 1 | -2/+3 |