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
/
externs1.h
Age
Commit message (
Expand
)
Author
2012-04-08
tedu lint
Jonathan Gray
2010-07-24
Teach lint about C99's _Bool and _Complex, plus some related gcc
Philip Guenthe
2006-05-29
Get rid of -t (traditional C) option. Some corrections by moritz.
Chad Loder
2006-05-28
Kill the bflag, which was really just used to shut up a useless warning
Chad Loder
2006-05-28
Kill the -a option for lint, which controlled (inconsistently) warnings
Chad Loder
2006-04-20
Add a LINTUSED special comment which marks the following declared symbol(s)
Chad Loder
2006-04-18
The old way of passing function argument information was to pass an int
Chad Loder
2005-12-18
Grok NORETURN function prototypes in addition to NORETURN function
Chad Loder
2005-12-17
Handle __dead functions using lint comments.
Chad Loder
2005-12-12
Cut down on extraneous "constant in conditional context" warnings when
Chad Loder
2005-12-10
Lint now warns about sizeof(term) where the operator is anything other
Chad Loder
2005-12-10
Add a new lint flag '-f' which, for each warning or error, prints the
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
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
1995-10-18
initial import of NetBSD tree
Theo de Raadt