Age | Commit message (Expand) | Author |
2007-11-17 | simplify dynamic variable handling a great deal: | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-03 | #ifdef stuff that is only used under #ifdef; ok espie | Theo de Raadt |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-09-17 | always define the svr4namelist. Doesn't hurt, even if we don't use it. | Marc Espie |
2007-09-17 | fix the arch code mostly. | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | minor reindent issues | 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 | reuse free_hash | Marc Espie |
2007-09-16 | reindent arch.c | 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 |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-01-20 | use stdint.h where appropriate. okay millert@ | 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-06 | get rid of some strcpy/sprintf. | Marc Espie |
2002-01-30 | use defined(__ELF__) instead of a list of ELF architectures from which | Matthieu Herrb |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-06-07 | Better warning fix, in line with the rest of the code | Marc Espie |
2001-06-05 | Use Str_concat instead of fixed buffers and snprintf in building paths. | Marc Espie |
2001-05-30 | -Wall cleanup, mostly useless otherwise | Theo de Raadt |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | 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-27 | This patch fixes ArchFindMember so that it handles SVR4 members | Marc Espie |
2000-11-27 | This does fix some nasty issues: ar field members are NOT null-terminated. | Marc Espie |
2000-11-27 | We take of the SVR4 archive handling data structure from our archive, | Marc Espie |
2000-11-27 | Factorise duplicated code involved in touching archives. | Marc Espie |
2000-11-24 | As it stands now, arch.c does not work. | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-10-13 | Fix Arch_MemMTime (previous change I did was bogus) | Marc Espie |
2000-09-14 | This kills the last old hashing table, in arch.c | 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 | Some systematic clean-up. | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | 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-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |