summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint2
AgeCommit message (Collapse)Author
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
oustside, seqencer, toghether, nessissary, etc.
2006-07-09*enty->*ently where applicableMiod Vallat
2006-05-29Get rid of -t (traditional C) option. Some corrections by moritz.Chad Loder
2006-04-25Rather than use the psize() macro everywhere (portable size macro whichChad 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-10Make the style of these messages more like that of gcc messages.Chad Loder
2005-12-01Make lint quieter by only warning on "foo declared but never used orChad 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-30spacingTheo de Raadt
2005-11-23adjust some default options (mostly, that lint always print full pathsTheo de Raadt
in errors/warnings, so that compiling in dirs controlled by .PATH'd Makefiles gives useful errors
2005-11-20Rename basename() to lbasename() to avoid conflict with basename(3).Chad Loder
2005-11-20spacingTheo de Raadt
2005-11-20KNF. OK kjell, millertChad Loder
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-04-14string cleaning; my bugs found by millert and krwTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part 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-19more than typoTheo de Raadt
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
1998-07-29fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp>Todd C. Miller
1998-07-27s/comparision/comparison/g; netbsdTheo de Raadt
1997-09-08fix for sometimes/always ignored status; cato@ulysses.df.lth.seTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt