index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
xlint
/
lint1
/
cgram.y
Age
Commit message (
Expand
)
Author
2012-04-08
tedu lint
Jonathan Gray
2011-09-21
remove rcsids which escaped the purge of 2009
Jonathan Gray
2011-05-31
Warn on empty non-compound selection statements, such as "if (foo);".
Martynas Venckus
2007-09-08
Fix false negatives in dealing with unreachable code after calls to __dead
Chad Loder
2007-04-24
exeption -> exception
Miod Vallat
2006-05-29
Get rid of -t (traditional C) option. Some corrections by moritz.
Chad Loder
2006-04-21
Kill warning 54, trailing comma in enum, because this is allowed in C99.
Chad Loder
2006-04-20
Add a LINTUSED special comment which marks the following declared symbol(s)
Chad Loder
2005-12-10
Lint now warns about sizeof(term) where the operator is anything other
Chad Loder
2005-12-10
Back out all gcc attribute parsing changes until we can do this the right
Chad Loder
2005-12-07
Refactor __attribute__ parsing a bit. This takes us further to being able
Chad Loder
2005-12-03
Lint can now parse every variation of gcc's __attribute__ that I could find
Chad Loder
2005-11-30
spacing
Theo de Raadt
2005-11-30
KNF
Chad Loder
2005-11-29
Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancient
Chad Loder
2005-11-23
Deal with empty array initializers (a gcc-ism), but warn.
Chad Loder
2005-11-23
Deal somewhat with case ranges, which is a gcc extension.
Chad Loder
2005-11-23
Grok __restrict__ and __restrict keywords. OK deraadt
Chad Loder
2005-11-23
add a fake C construct __lint_equal__ which will be used to generate
Theo de Raadt
2005-11-23
support __attribute__
Theo de Raadt
2003-11-08
typos from Jonathon Gray;
Jason McIntyre
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1996-03-05
Work around a GCC code generation bug if XXX_BROKEN_GCC; fixed NetBSD
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt