| Age | Commit message (Expand) | Author |
| 2018-07-12 | Fix previous: cached_stats() returning < 0 means that the file is not found, | christos |
| 2018-07-12 | Remove duplicate code in make(1)'s dir.c. | reinoud |
| 2017-04-16 | Plug memory leaks in Dir_FindFile. | riastradh |
| 2017-04-16 | Use, don't kludge, MAKE_ATTR_UNUSED. | riastradh |
| 2017-01-31 | Partially initialize Dir before MainParseArgs can be called. | sjg |
| 2016-06-07 | Extend the mtimes cache used by dir.c so it can be used by others. | sjg |
| 2013-03-05 | Add a .STALE special target that gets invoked when dependency files contain | christos |
| 2013-03-05 | Keep track of the location where a dependency is defined, so we can report | christos |
| 2012-06-12 | Replace __dead, __unused and the various printf format attributes | joerg |
| 2012-04-07 | Remove recheck hackery that caused extra stats, and explicitly ask for | christos |
| 2011-03-05 | Treat some/dir/ the same as some/dir/. | sjg |
| 2010-11-27 | When a source file moves, make will ignore the stale dependency, | sjg |
| 2009-01-24 | Don't cast 'time_t' to 'void *' and back it will lose precision. | dsl |
| 2009-01-23 | Sprinkle some const. | dsl |
| 2009-01-23 | Change 'ClientData' to 'void *' so that relevant parameters can | dsl |
| 2008-12-28 | if mtime == 0, make it 1 because the code expects 0 time to mean that the | christos |
| 2008-12-13 | Use NULL instead of -1 cast to the relavant type (usually via NIL). | dsl |
| 2008-10-06 | Don't use emalloc and friends directly, but call them consistently | joerg |
| 2008-02-15 | back all changes out until I fix it properly. | christos |
| 2008-02-14 | - use pid_t/size_t as appropriate instead of int. | christos |
| 2007-01-01 | Remove 'else' after 'return', and similar whitspace changes. | dsl |
| 2006-12-16 | Fix a comment that has been wrong since rev 1.1, minor layout fix. | dsl |
| 2006-10-27 | Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts. | dsl |
| 2006-10-15 | Output all debug trace output through 'debug_file' defaulting to 'stdout'. | dsl |
| 2006-04-22 | Coverity CID 528: Avoid NULL deref. | christos |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-12-29 | Dir_MTime did not search for a file using the correct parh; i.e. it was | christos |
| 2004-07-01 | Change to use __unused instead and provide a compat definition in make.h if | jmc |
| 2004-07-01 | Add some checks for gcc around a few function declarations and note the | jmc |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2004-02-03 | add parent directory search for make as discussed on tech-toolchain. | chuck |
| 2004-01-11 | Change DEBUG(DIR) traces to indent subsequent filenames instead of | dsl |
| 2003-09-09 | Remove some code which makes file lookup rely on the fact that | drochner |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | Pass WARNS=3 | christos |
| 2002-11-26 | Whenever we update .PATH, set the variable ${.PATH} to reflect the | sjg |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-02-03 | Resurrect revision 1.23: no need to stat .PHONY targets. | pk |
| 2002-01-31 | Fix the bug addressed in revision 1.27 properly. Analysis of the problem | pk |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |
| 2002-01-26 | Don't bother to lookup for files in `.' that start with a `/'. Cuts in the | christos |
| 2002-01-18 | In Dir_FindFile() add a missing Lst_Close() and move another one to the | pk |
| 2001-11-12 | Redo the hashtable for "." if .OBJDIR changes. | tv |
| 2001-11-11 | Fix long-standing bug where, if an objdir exists, searching the .PATH for a | tv |
| 2000-04-16 | Don't core-dump when the current working directory is not readable | christos |
| 1999-11-25 | back out rev 1.23 (don't stat PHONY targets). it broken the libcrypto | mrg |
| 1999-09-15 | Don't bother iterating through all the data structures to free(3) everything | mycroft |