summaryrefslogtreecommitdiff
path: root/usr.bin/make/lowparse.c
AgeCommit message (Expand)Author
2023-09-04GC old code that was originally implemented to facilitate adoption byMarc Espie
2016-10-21small obvious cleanups:Marc Espie
2015-12-05yet another feof check, just to be sure.Marc Espie
2014-11-03introspection feature: ${MAKEFILE_LIST} contains the list of makefilesMarc Espie
2012-11-07say goodbye to killing trailing spaces.Marc Espie
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-08-25- make wrong variable specs (unterminated) parse errors.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-12-26nits with current being NULL or not.Marc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-07-15whitespaceMarc Espie
2007-09-22rename functions and data structures for clarityMarc Espie
2007-09-22reindentMarc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2007-05-17Remove extra return statement, from tbert from lint.Ray Lai
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2002-12-29check -DCLEANUP compilationMarc Espie
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-07-18Avoid dumping core when reporting open conditionals.Marc Espie
2001-07-11Typo in commentMarc Espie
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.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-14Ensure IFile str is always intialized, so that we can free it withoutMarc Espie
2001-05-07avoid closing the same file twice. parse module assumes ownership ofMarc Espie
2001-05-03Synch with my current work.Marc Espie
2000-11-24Clean-ups:Marc Espie
2000-09-14Some systematic clean-up.Marc Espie
2000-07-17FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9)Marc Espie
2000-06-23This is complementary to the previous patch.Marc Espie
2000-06-23This patch is worth a lot, speed-wise.Marc Espie