Age | Commit message (Expand) | Author |
2015-01-16 | switch to <limits.h>; ok millert | Theo de Raadt |
2015-01-15 | If some mythical system lacks PATH_MAX, do not set it to MAXPATHLEN+1 | Theo de Raadt |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
2013-04-23 | remove TIMESTAMP abstraction layer, prodded by theo. | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-19 | two small changes: | Marc Espie |
2010-02-03 | Add a new default variable in Makefile context, MACHINE_CPU. Its value is | Miod Vallat |
2009-08-16 | modify timestamp handling to grab current time instead of relying on a | Marc Espie |
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 |