summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2002-06-05missing $OpenBSD$ markerMarc Espie
2002-06-05tweak quick_lookup for a faster path.Marc Espie
2002-05-29more snprintfTheo de Raadt
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-17oops, worked only because va_end is a noop on most of our arches.Marc Espie
2002-04-22Do not hardcode mvme88k-specific compilation flags here, especially sinceMiod Vallat
2002-04-17Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18.Marc Espie
2002-04-16explain how conditionals/includes/loops interact.Marc Espie
2002-03-23uname(3); hunter@dg.net.uaTheo de Raadt
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