| Commit message (Expand) | Author | Age | Files | Lines |
* | small obvious cleanups: |  espie | 2016-10-21 | 1 | -4/+4 |
* | 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 | -4/+6 |
* | switch to <limits.h>; ok millert |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | adjust to ohash being in libutil now, and to the interface changes. |  espie | 2014-05-12 | 1 | -4/+4 |
* | as checked through thorough tests, youngest->mtime == ctime, so ditch |  espie | 2013-05-22 | 1 | -4/+5 |
* | remove TIMESTAMP abstraction layer, prodded by theo. |  espie | 2013-04-23 | 1 | -10/+10 |
* | gc dead code |  espie | 2012-12-07 | 1 | -32/+1 |
* | more changes, discussed and tested by various people. |  espie | 2012-10-02 | 1 | -20/+1 |
* | Correct $OpenBSD$ stuff |  espie | 2010-07-19 | 1 | -2/+1 |
* | two small changes: |  espie | 2010-07-19 | 1 | -1/+1 |
* | modify timestamp handling to grab current time instead of relying on a |  espie | 2009-08-16 | 1 | -1/+4 |
* | changes to get target equivalence to work better. |  espie | 2008-11-04 | 1 | -1/+7 |
* | reorg the directory code a bit. |  espie | 2007-09-17 | 1 | -119/+117 |
* | better variable name |  espie | 2007-09-17 | 1 | -14/+14 |
* | kill extra spaces at end of line |  espie | 2007-09-17 | 1 | -57/+57 |
* | remove old debug code nothing uses |  espie | 2007-09-16 | 1 | -53/+1 |
* | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories |  espie | 2007-09-16 | 1 | -20/+20 |
* | rename Path to less misleading PathEntry. Get rid of typedef. |  espie | 2007-09-16 | 1 | -35/+39 |
* | rename Targ_FmtTime into time_to_string and move it, as it's not related |  espie | 2007-09-16 | 1 | -5/+4 |
* | move free_ohash function so that we can reuse it. |  espie | 2007-09-16 | 1 | -15/+1 |
* | cut up dir.c into dir.c/direxpand.c as there is very little interface between |  espie | 2007-09-16 | 1 | -276/+5 |
* | reindent (no binary change) |  espie | 2007-07-24 | 1 | -574/+594 |
* | * add an extra argument to the dir lookup functions to say whether we |  espie | 2007-01-18 | 1 | -6/+7 |
* | use stdint.h where appropriate. okay millert@ |  espie | 2006-01-20 | 1 | -5/+5 |
* | fail if cwd is not available; pr4265; espie@ ok |  mickey | 2005-06-26 | 1 | -2/+2 |
* | why should . and .. be the first two entries of any dir ? |  espie | 2004-06-22 | 1 | -11/+5 |
* | ISO function declarations, trim a few comments, rename a few variables to |  espie | 2004-04-07 | 1 | -113/+59 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -6/+2 |
* | build expanded brace with more explicit bound checking. |  espie | 2003-04-21 | 1 | -7/+7 |
* | unsigned vs unsigned int |  deraadt | 2002-05-27 | 1 | -4/+4 |
* | Fixed version... don't see how this could work on i386, since it didn't |  espie | 2001-11-11 | 1 | -2/+2 |
* | undo changes that crash on (at least) the alpha |  deraadt | 2001-11-11 | 1 | -2/+2 |
* | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two |  espie | 2001-11-11 | 1 | -2/+2 |
* | Take includes out of lst.h, re-add what's needed to separate files. |  espie | 2001-05-29 | 1 | -2/+5 |
* | Fix DirExpandCurlyi. Noticed by ho@. Okay miod@. |  espie | 2001-05-27 | 1 | -13/+18 |
* | Mostly clean-up: |  espie | 2001-05-23 | 1 | -345/+260 |
* | Synch with my current work. |  espie | 2001-05-03 | 1 | -465/+414 |
* | Use the ohash_* that's now in libc. |  espie | 2001-03-02 | 1 | -42/+42 |
* | Change the time stamp interface to use an abstract datatype. |  espie | 2000-11-24 | 1 | -5/+27 |
* | Clean-ups: |  espie | 2000-11-24 | 1 | -21/+17 |
* | Introduce a few macros to handle timestamps in an abstract way. |  espie | 2000-09-14 | 1 | -52/+86 |
* | Replace the old hash used to hold file names within a directory with |  espie | 2000-09-14 | 1 | -134/+132 |
* | - new DirReadDir internal function, that just reads a directory from |  espie | 2000-09-14 | 1 | -129/+101 |
* | Some systematic clean-up. |  espie | 2000-09-14 | 1 | -9/+10 |
* | This patch replaces str_concat with a slightly unobfuscated version. |  espie | 2000-06-23 | 1 | -17/+12 |
* | Trivial consequences of the previous list changes: |  espie | 2000-06-23 | 1 | -42/+32 |
* | A few assorted changes, to remove more dynamic lists. |  espie | 2000-06-17 | 1 | -31/+18 |
* | This patch introduces a distinction between |  espie | 2000-06-17 | 1 | -29/+28 |
* | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. |  espie | 2000-06-10 | 1 | -19/+20 |