Age | Commit message (Expand) | Author |
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 |
2000-02-02 | Bug-fix: make should behave sensibly when presented with negative times... | Marc Espie |
2000-01-08 | Finish changing all Var_Parse arguments to size_t. Thanks to millert@ | 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 |
1999-12-16 | Var_Subst is actually two distinct functions folded into one: | Marc Espie |
1999-12-06 | Extra parameter no longer needed, ditch. | Marc Espie |
1999-10-05 | Efficiency patch from NetBSD: | Marc Espie |
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom |
1998-12-05 | Modifications from netbsd: | Marc Espie |
1998-07-13 | Use SEEK_CUR as "whence" in fseek, not 1. | Todd C. Miller |
1998-07-02 | Fix a bug where make gets confused by targets beginning with a period (``.'') | Todd C. Miller |
1997-10-13 | powerpc ELF | Per Fogelstrom |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1996-11-30 | Sync with NetBSD: | Todd C. Miller |
1996-10-17 | Do not consider non-existent archives as up-to-date on non-a.out systems | Niklas Hallqvist |
1996-09-21 | Do not look for a.out t.o.c sections in the mips-based ports | Niklas Hallqvist |
1996-09-02 | Sync up with NetBSD: | briggs |
1996-07-31 | RANLIBMAG should not be set on alphas, as make doesn't know ECOFF archives | Niklas Hallqvist |
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist |
1996-02-22 | From NetBSD: | Niklas Hallqvist |
1995-12-14 | from christos@netbsd: | Theo de Raadt |