summaryrefslogtreecommitdiff
path: root/usr.bin/make/error.c
AgeCommit message (Expand)Author
2008-01-12better error reporting/job handling error:Marc Espie
2007-11-03fix an obnoxious bug: in parallel mode, dieing in the job controller is notMarc Espie
2007-11-02Work done at p2k7.Marc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2002-05-17oops, worked only because va_end is a noop on most of our arches.Marc Espie
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-18Avoid dumping core when reporting open conditionals.Marc Espie
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsMarc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2000-10-13esetenv: does a setenv and bails out if error.Marc Espie
2000-06-23This is the speed-up patch, which doubles make speed (almost).Marc Espie
2000-01-08Silence gcc -Wall on alpha in enomem() printf via cast to u_long.Todd C. Miller
1999-12-09Split some allocation/error handling functions out of main.cMarc Espie