Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback | |
oustside, seqencer, toghether, nessissary, etc. | |||
2006-07-09 | *enty->*ently where applicable | Miod Vallat | |
2006-05-29 | Get rid of -t (traditional C) option. Some corrections by moritz. | Chad Loder | |
2006-04-25 | Rather than use the psize() macro everywhere (portable size macro which | Chad Loder | |
only makes sense when -p option is specified to lint), add a new concept and macro called rank(), which corresponds to the C99 definition of rank for integral types. This has one main benefit, which is that on ILP32 platforms, if -p was not specified, lint did not warn when the code converted from long to int, because they are the same size. This is fixed. While here, get rid of a false positive with warning 259, when converting from an unsigned char to an int, for example. | |||
2005-12-10 | Make the style of these messages more like that of gcc messages. | Chad Loder | |
2005-12-01 | Make lint quieter by only warning on "foo declared but never used or | Chad Loder | |
defined" when foo is declared in the translation unit that lint is working on. This means that symbols that are declared in an included header file don't get this warning, ever. | |||
2005-11-30 | spacing | Theo de Raadt | |
2005-11-23 | adjust some default options (mostly, that lint always print full paths | Theo de Raadt | |
in errors/warnings, so that compiling in dirs controlled by .PATH'd Makefiles gives useful errors | |||
2005-11-20 | Rename basename() to lbasename() to avoid conflict with basename(3). | Chad Loder | |
2005-11-20 | spacing | Theo de Raadt | |
2005-11-20 | KNF. OK kjell, millert | Chad Loder | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-04-14 | string cleaning; my bugs found by millert and krw | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | more than typo | Theo de Raadt | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
1998-07-29 | fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp> | Todd C. Miller | |
1998-07-27 | s/comparision/comparison/g; netbsd | Theo de Raadt | |
1997-09-08 | fix for sometimes/always ignored status; cato@ulysses.df.lth.se | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |