summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2002-03-19Kill remote comments, un-expose private code.Marc Espie
2002-03-06First step in really explaining what make does, and what's standard,Marc Espie
2002-03-02Kill JOB_REMIGRATE.Marc Espie
2002-03-02kill #ifdef REMOTE stuff that only obfuscates issues.Marc Espie
2002-02-26close PR 2311Marc Espie
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2001-12-02Put back the interrupt fixed code, since it's not the issue.Marc Espie
2001-11-23back out changes that break kernel compiles. good testing jobmk install!Theo de Raadt
2001-11-22Remove broken interrupt handler.Marc Espie
2001-11-22Explicitly mark nodes whose commands have been filled withMarc Espie
2001-11-17do not exit() from signal handlerTheo de Raadt
2001-11-17errno savingTheo de Raadt
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
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