Age | Commit message (Expand) | Author |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-19 | two small changes: | Marc Espie |
2009-08-16 | modify timestamp handling to grab current time instead of relying on a | Marc Espie |
2008-11-04 | changes to get target equivalence to work better. | Marc Espie |
2007-09-17 | reorg the directory code a bit. | Marc Espie |
2007-09-17 | better variable name | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-16 | remove old debug code nothing uses | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | rename Path to less misleading PathEntry. Get rid of typedef. | Marc Espie |
2007-09-16 | rename Targ_FmtTime into time_to_string and move it, as it's not related | Marc Espie |
2007-09-16 | move free_ohash function so that we can reuse it. | Marc Espie |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie |
2007-07-24 | reindent (no binary change) | Marc Espie |
2007-01-18 | * add an extra argument to the dir lookup functions to say whether we | Marc Espie |
2006-01-20 | use stdint.h where appropriate. okay millert@ | Marc Espie |
2005-06-26 | fail if cwd is not available; pr4265; espie@ ok | Michael Shalayeff |
2004-06-22 | why should . and .. be the first two entries of any dir ? | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-21 | build expanded brace with more explicit bound checking. | Marc Espie |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt |
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie |
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt |
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-27 | Fix DirExpandCurlyi. Noticed by ho@. Okay miod@. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2001-03-02 | Use the ohash_* that's now in libc. | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-11-24 | Clean-ups: | Marc Espie |
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | - new DirReadDir internal function, that just reads a directory from | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-17 | A few assorted changes, to remove more dynamic lists. | Marc Espie |
2000-06-17 | This patch introduces a distinction between | Marc Espie |
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie |
2000-06-10 | Thus, Lst_ForEach no longer needs returning a status. | Marc Espie |
2000-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |
2000-02-02 | Bug-fix: make should behave sensibly when presented with negative times... | Marc Espie |
2000-01-25 | Kludge to fix timestamp bug. | Marc Espie |
1999-12-19 | Rearrange Lst_Find interface to conform better with other functions. | Marc Espie |
1999-12-18 | Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront, | Marc Espie |
1999-12-18 | Lst_DeQueue already checks for empty lists. | Marc Espie |
1999-12-18 | NIL, NILGNODE, etc, are only glorified NULL. | Marc Espie |
1999-12-18 | make does not use circular lists, get rid of the extra weight. | Marc Espie |