Age | Commit message (Expand) | Author |
2023-09-04 | GC old code that was originally implemented to facilitate adoption by | Marc Espie |
2016-10-21 | small obvious cleanups: | Marc Espie |
2015-12-05 | yet another feof check, just to be sure. | Marc Espie |
2014-11-03 | introspection feature: ${MAKEFILE_LIST} contains the list of makefiles | Marc Espie |
2012-11-07 | say goodbye to killing trailing spaces. | Marc Espie |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-09-21 | major 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-22 | tweak: consistent include guards, no change in generated code. | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2010-12-26 | nits with current being NULL or not. | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-15 | whitespace | Marc Espie |
2007-09-22 | rename functions and data structures for clarity | Marc Espie |
2007-09-22 | reindent | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-05-17 | Remove extra return statement, from tbert from lint. | Ray Lai |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2002-12-29 | check -DCLEANUP compilation | Marc Espie |
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie |
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt |
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie |
2001-07-18 | Avoid dumping core when reporting open conditionals. | Marc Espie |
2001-07-11 | Typo in comment | Marc Espie |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-29 | Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-14 | Ensure IFile str is always intialized, so that we can free it without | Marc Espie |
2001-05-07 | avoid closing the same file twice. parse module assumes ownership of | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-11-24 | Clean-ups: | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-07-17 | FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9) | Marc Espie |
2000-06-23 | This is complementary to the previous patch. | Marc Espie |
2000-06-23 | This patch is worth a lot, speed-wise. | Marc Espie |