summaryrefslogtreecommitdiff
path: root/usr.bin/make/arch.c
AgeCommit message (Expand)Author
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
2001-09-19occured->occurredMike Pechkin
2001-06-07Better warning fix, in line with the rest of the codeMarc Espie
2001-06-05Use Str_concat instead of fixed buffers and snprintf in building paths.Marc Espie
2001-05-30-Wall cleanup, mostly useless otherwiseTheo de Raadt
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2001-03-02Use the ohash_* that's now in libc.Marc Espie
2000-11-27This patch fixes ArchFindMember so that it handles SVR4 membersMarc Espie
2000-11-27This does fix some nasty issues: ar field members are NOT null-terminated.Marc Espie
2000-11-27We take of the SVR4 archive handling data structure from our archive,Marc Espie
2000-11-27Factorise duplicated code involved in touching archives.Marc Espie
2000-11-24As it stands now, arch.c does not work.Marc Espie
2000-11-24Change the time stamp interface to use an abstract datatype.Marc Espie
2000-10-13Fix Arch_MemMTime (previous change I did was bogus)Marc Espie
2000-09-14This kills the last old hashing table, in arch.cMarc Espie
2000-09-14Introduce a few macros to handle timestamps in an abstract way.Marc Espie
2000-09-14Replace the old hash used to hold file names within a directory withMarc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-06-23Once those special variable are taken care of, other Var functions can takeMarc Espie
2000-06-23Start of variable fixes and speed-ups.Marc Espie
2000-06-23Trivial consequences of the previous list changes:Marc Espie
2000-06-17This patch introduces a distinction betweenMarc Espie
2000-06-10Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.Marc Espie
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
2000-02-02Bug-fix: make should behave sensibly when presented with negative times...Marc Espie
2000-01-08Finish changing all Var_Parse arguments to size_t. Thanks to millert@Marc Espie
1999-12-19Rearrange Lst_Find interface to conform better with other functions.Marc Espie
1999-12-18Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront,Marc Espie
1999-12-18Lst_DeQueue already checks for empty lists.Marc Espie
1999-12-18NIL, NILGNODE, etc, are only glorified NULL.Marc Espie
1999-12-18make does not use circular lists, get rid of the extra weight.Marc Espie
1999-12-16Var_Subst is actually two distinct functions folded into one:Marc Espie
1999-12-06Extra parameter no longer needed, ditch.Marc Espie
1999-10-05Efficiency patch from NetBSD:Marc Espie
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1998-12-05Modifications from netbsd:Marc Espie
1998-07-13Use SEEK_CUR as "whence" in fseek, not 1.Todd C. Miller
1998-07-02Fix a bug where make gets confused by targets beginning with a period (``.'')Todd C. Miller
1997-10-13powerpc ELFPer Fogelstrom
1997-06-17(foo *)NULL -> NULLkstailey
1996-11-30Sync with NetBSD:Todd C. Miller
1996-10-17Do not consider non-existent archives as up-to-date on non-a.out systemsNiklas Hallqvist
1996-09-21Do not look for a.out t.o.c sections in the mips-based portsNiklas Hallqvist
1996-09-02Sync up with NetBSD:briggs
1996-07-31RANLIBMAG should not be set on alphas, as make doesn't know ECOFF archivesNiklas Hallqvist
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
1995-12-14from christos@netbsd:Theo de Raadt