summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lowparse.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-21small obvious cleanups:espie1-2/+2
2015-12-05yet another feof check, just to be sure.espie1-3/+7
2014-11-03introspection feature: ${MAKEFILE_LIST} contains the list of makefilesespie1-14/+8
2012-11-07say goodbye to killing trailing spaces.espie1-2/+1
2012-10-18numerous error message fixes:espie1-9/+5
2012-10-02more changes, discussed and tested by various people.espie1-27/+18
2012-09-21major overhaul of the way make handle jobs, inspired by dpb:espie1-2/+22
2012-08-25- make wrong variable specs (unterminated) parse errors.espie1-3/+16
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-25/+36
2010-12-26nits with current being NULL or not.espie1-3/+3
2010-07-19Correct $OpenBSD$ stuffespie1-2/+1
2010-07-15whitespaceespie1-3/+3
2007-09-22rename functions and data structures for clarityespie1-87/+90
2007-09-22reindentespie1-219/+223
2007-09-17kill extra spaces at end of lineespie1-5/+5
2007-05-17Remove extra return statement, from tbert from lint.ray1-2/+1
2004-04-07ISO function declarations, trim a few comments, rename a few variables toespie1-39/+22
2002-12-29check -DCLEANUP compilationespie1-2/+2
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tespie1-2/+2
2001-11-11undo changes that crash on (at least) the alphaderaadt1-2/+2
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoespie1-2/+2
2001-07-18Avoid dumping core when reporting open conditionals.espie1-3/+3
2001-07-11Typo in commentespie1-2/+2
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.espie1-1/+2
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsespie1-1/+2
2001-05-23Mostly clean-up:espie1-165/+99
2001-05-14Ensure IFile str is always intialized, so that we can free it withoutespie1-3/+3
2001-05-07avoid closing the same file twice. parse module assumes ownership ofespie1-2/+2
2001-05-03Synch with my current work.espie1-314/+228
2000-11-24Clean-ups:espie1-2/+4
2000-09-14Some systematic clean-up.espie1-3/+1
2000-07-17FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9)espie1-2/+2
2000-06-23This is complementary to the previous patch.espie1-1/+332
2000-06-23This patch is worth a lot, speed-wise.espie1-0/+292