summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/error.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-27Mark all the error printing functions as printf-like; fix two formatguenther1-10/+6
2012-10-18numerous error message fixes:espie1-8/+13
2012-10-02more changes, discussed and tested by various people.espie1-4/+5
2012-09-21major overhaul of the way make handle jobs, inspired by dpb:espie1-16/+12
2012-03-22tweak: consistent include guards, no change in generated code.espie1-1/+3
2012-03-22minor cleanup: error messages include lineno and fileno together, soespie1-8/+10
2010-07-19Correct $OpenBSD$ stuffespie1-2/+1
2010-07-19two small changes:espie1-1/+1
2008-11-04changes to get target equivalence to work better.espie1-14/+1
2008-01-12better error reporting/job handling error:espie1-4/+2
2007-11-03fix an obnoxious bug: in parallel mode, dieing in the job controller is notespie1-4/+7
2007-11-02Work done at p2k7.espie1-2/+14
2007-09-17kill extra spaces at end of lineespie1-3/+3
2004-04-07ISO function declarations, trim a few comments, rename a few variables toespie1-5/+5
2002-05-17oops, worked only because va_end is a noop on most of our arches.espie1-2/+2
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-63/+6
2001-09-05make sure that va_start() has matching va_end()deraadt1-1/+2
2001-07-18Avoid dumping core when reporting open conditionals.espie1-2/+3
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsespie1-1/+2
2001-05-23Mostly clean-up:espie1-137/+177
2001-05-03Synch with my current work.espie1-7/+18
2000-10-13esetenv: does a setenv and bails out if error.espie1-3/+17
2000-06-23This is the speed-up patch, which doubles make speed (almost).espie1-1/+27
2000-01-08Silence gcc -Wall on alpha in enomem() printf via cast to u_long.millert1-3/+2
1999-12-09Split some allocation/error handling functions out of main.cespie1-0/+144