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
/
scan.l
Age
Commit message (
Expand
)
Author
2006-05-29
Get rid of -t (traditional C) option. Some corrections by moritz.
Chad Loder
2006-04-20
Add a LINTUSED special comment which marks the following declared symbol(s)
Chad Loder
2006-03-13
Do not warn for functions declared with ARGSUSED
Moritz Jodeit
2006-01-16
minimal recognition of C99 float hex constants, allows lint to parse
Marc Espie
2005-12-17
Handle __dead functions using lint comments.
Chad Loder
2005-12-11
make this compile again
Theo de Raadt
2005-12-10
translate a bunch of comments from german to english
Martin Reindl
2005-12-10
Back out all gcc attribute parsing changes until we can do this the right
Chad Loder
2005-12-09
Don't ever complain when assigning a char literal to a char lvalue,
Chad Loder
2005-12-07
Refactor __attribute__ parsing a bit. This takes us further to being able
Chad Loder
2005-12-03
Fix enum types, thanks lint
Chad Loder
2005-12-03
Lint can now parse every variation of gcc's __attribute__ that I could find
Chad Loder
2005-12-02
Make three of the keytab fields into a union, because they are 3 different
Chad Loder
2005-12-01
Typo
Chad Loder
2005-11-30
Add support for // comments. From NetBSD
Chad Loder
2005-11-30
KNF
Chad Loder
2005-11-30
Fix a very old bug_t with memset
Chad Loder
2005-11-29
stdlib.h has strtouq in it
Chad Loder
2005-11-24
spacing
Theo de Raadt
2005-11-23
"inline" is a c99 keyword, so support it unless tflag is selected.
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
2005-11-20
spacing
Theo de Raadt
2004-05-10
using a horrid hack: permit long long. millert ok
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-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-12-14
update from netbsd
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt