Age | Commit message (Expand) | Author |
2023-09-04 | GC old code that was originally implemented to facilitate adoption by | Marc Espie |
2020-01-13 | make the choice of engine explicit | Marc Espie |
2020-01-13 | concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer | Marc Espie |
2020-01-13 | move a large chunk of suff.c into its own file (independent functions which | Marc Espie |
2020-01-13 | move documentation around to be more specific to suff.c | Marc Espie |
2019-12-21 | yet another mostly cosmetic diff | Marc Espie |
2019-12-21 | rename a few variable/functions to have better names. | Marc Espie |
2019-12-21 | rename built_status constants to be less quirky | Marc Espie |
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 |