summaryrefslogtreecommitdiff
path: root/usr.bin/make/dir.c
AgeCommit message (Expand)Author
2015-01-23a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS...Marc Espie
2015-01-23remove a bunch of dangerous casts (useless casts from void * to somethingMarc Espie
2015-01-16switch to <limits.h>; ok millertTheo de Raadt
2014-05-12adjust to ohash being in libutil now, and to the interface changes.Marc Espie
2013-05-22as checked through thorough tests, youngest->mtime == ctime, so ditchMarc Espie
2013-04-23remove TIMESTAMP abstraction layer, prodded by theo.Marc Espie
2012-12-07gc dead codeMarc Espie
2012-10-02more changes, discussed and tested by various people.Marc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-07-19two small changes:Marc Espie
2009-08-16modify timestamp handling to grab current time instead of relying on aMarc Espie
2008-11-04changes to get target equivalence to work better.Marc Espie
2007-09-17reorg the directory code a bit.Marc Espie
2007-09-17better variable nameMarc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2007-09-16remove old debug code nothing usesMarc Espie
2007-09-16rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectoriesMarc Espie
2007-09-16rename Path to less misleading PathEntry. Get rid of typedef.Marc Espie
2007-09-16rename Targ_FmtTime into time_to_string and move it, as it's not relatedMarc Espie
2007-09-16move free_ohash function so that we can reuse it.Marc Espie
2007-09-16cut up dir.c into dir.c/direxpand.c as there is very little interface betweenMarc Espie
2007-07-24reindent (no binary change)Marc Espie
2007-01-18* add an extra argument to the dir lookup functions to say whether weMarc Espie
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2005-06-26fail if cwd is not available; pr4265; espie@ okMichael Shalayeff
2004-06-22why should . and .. be the first two entries of any dir ?Marc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-21build expanded brace with more explicit bound checking.Marc Espie
2002-05-27unsigned vs unsigned intTheo de Raadt
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-27Fix DirExpandCurlyi. Noticed by ho@. Okay miod@.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2001-03-02Use the ohash_* that's now in libc.Marc Espie
2000-11-24Change the time stamp interface to use an abstract datatype.Marc Espie
2000-11-24Clean-ups:Marc Espie
2000-09-14Introduce a few macros to handle timestamps in an abstract way.Marc Espie
2000-09-14Replace the old hash used to hold file names within a directory withMarc Espie
2000-09-14- new DirReadDir internal function, that just reads a directory fromMarc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-06-23This patch replaces str_concat with a slightly unobfuscated version.Marc Espie
2000-06-23Trivial consequences of the previous list changes:Marc Espie
2000-06-17A few assorted changes, to remove more dynamic lists.Marc Espie
2000-06-17This patch introduces a distinction betweenMarc Espie
2000-06-10Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.Marc Espie
2000-06-10Thus, Lst_ForEach no longer needs returning a status.Marc Espie