summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2001-09-19occured->occurredMike Pechkin
2001-09-16Make make cross-compilable.Artur Grabowski
2001-09-15fix a pasto, fix pr 1969Michael Shalayeff
2001-09-07Repair regular expression substitution.Marc Espie
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-19byebye. Not used. Just keeps getting out of synch.Marc Espie
2001-07-18Avoid dumping core when reporting open conditionals.Marc Espie
2001-07-18CDIAGFLAGSMarc Espie
2001-07-11Typo in commentMarc Espie
2001-06-12Replace the most used static lists in make by persistent growable arrays.Marc Espie
2001-06-07Better warning fix, in line with the rest of the codeMarc Espie
2001-06-05calloc stats in one-shot case.Marc Espie
2001-06-05Use Str_concat instead of fixed buffers and snprintf in building paths.Marc Espie
2001-06-03Make sure targs get initialized.Marc Espie
2001-05-31Simple guard against overflow. Better code to appear.Marc Espie
2001-05-30-Wall cleanup, mostly useless otherwiseTheo de Raadt
2001-05-29Protect against copying a too long PWD.Marc Espie
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-29SynchMarc Espie
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsMarc Espie
2001-05-27Fix DirExpandCurlyi. Noticed by ho@. Okay miod@.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-15Don't go beyond end of string.Marc Espie
2001-05-15thinko in my rewrite. Repair var:sh = somethingMarc Espie
2001-05-14Ensure IFile str is always intialized, so that we can free it withoutMarc Espie
2001-05-07some complex situations need those functions to be reentrant, hence noMarc Espie
2001-05-07avoid closing the same file twice. parse module assumes ownership ofMarc Espie
2001-05-07Even though str_concati is supposed to handle intervals, it was stillMarc Espie
2001-05-05Document for loop mechanics for several variables.Marc Espie
2001-05-03Bump bootstrap stuff from op-make. Mostly from fries@Marc Espie
2001-05-03Minor manpage tweaksMarc Espie
2001-05-03Synch with my current work.Marc Espie
2001-05-03old fileMarc Espie
2001-03-29Pretty.Aaron Campbell
2001-03-02Use the ohash_* that's now in libc.Marc Espie
2001-02-17Guard against Var_Value() being applied to an empty string, which itMarc Espie
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-28Missing copyrightMarc Espie
2000-12-27Show CURDIR in that failure case too. Can't show a Makefile name yetMarc Espie
2000-12-07Forgot to copy end of name in nested variable names, so thatMarc Espie
2000-12-06we actually have useful code for '.for' loops, its not a no-op. ok espie@Todd T. Fries
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-11-24Take advantage of VarModifiers_Apply, which can parse a variable specMarc Espie