summaryrefslogtreecommitdiff
path: root/usr.bin/make/error.c
AgeCommit message (Expand)Author
2015-09-27Mark all the error printing functions as printf-like; fix two formatPhilip Guenther
2012-10-18numerous error message fixes:Marc Espie
2012-10-02more changes, discussed and tested by various people.Marc Espie
2012-09-21major overhaul of the way make handle jobs, inspired by dpb:Marc Espie
2012-03-22tweak: consistent include guards, no change in generated code.Marc Espie
2012-03-22minor cleanup: error messages include lineno and fileno together, soMarc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-07-19two small changes:Marc Espie
2008-11-04changes to get target equivalence to work better.Marc Espie
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