summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1/scan.l
AgeCommit message (Expand)Author
2006-05-29Get rid of -t (traditional C) option. Some corrections by moritz.Chad Loder
2006-04-20Add a LINTUSED special comment which marks the following declared symbol(s)Chad Loder
2006-03-13Do not warn for functions declared with ARGSUSEDMoritz Jodeit
2006-01-16minimal recognition of C99 float hex constants, allows lint to parseMarc Espie
2005-12-17Handle __dead functions using lint comments.Chad Loder
2005-12-11make this compile againTheo de Raadt
2005-12-10translate a bunch of comments from german to englishMartin Reindl
2005-12-10Back out all gcc attribute parsing changes until we can do this the rightChad Loder
2005-12-09Don't ever complain when assigning a char literal to a char lvalue,Chad Loder
2005-12-07Refactor __attribute__ parsing a bit. This takes us further to being ableChad Loder
2005-12-03Fix enum types, thanks lintChad Loder
2005-12-03Lint can now parse every variation of gcc's __attribute__ that I could findChad Loder
2005-12-02Make three of the keytab fields into a union, because they are 3 differentChad Loder
2005-12-01TypoChad Loder
2005-11-30Add support for // comments. From NetBSDChad Loder
2005-11-30KNFChad Loder
2005-11-30Fix a very old bug_t with memsetChad Loder
2005-11-29stdlib.h has strtouq in itChad Loder
2005-11-24spacingTheo de Raadt
2005-11-23"inline" is a c99 keyword, so support it unless tflag is selected.Chad Loder
2005-11-23Grok __restrict__ and __restrict keywords. OK deraadtChad Loder
2005-11-23add a fake C construct __lint_equal__ which will be used to generateTheo de Raadt
2005-11-23support __attribute__Theo de Raadt
2005-11-20spacingTheo de Raadt
2004-05-10using a horrid hack: permit long long. millert okTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt