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
/
err.c
Age
Commit message (
Expand
)
Author
2006-04-27
print a quad as %lld, not %d
Otto Moerbeek
2006-04-25
Prettier error messages
Chad Loder
2006-04-18
Add () to function names to make it more clear what is happening
Chad Loder
2006-04-18
For prototype argument conversions, include both "from" and "to" types.
Chad Loder
2006-04-18
For all warnings involving prototypes, print the function name and the
Chad Loder
2006-03-13
Do not warn for functions declared with ARGSUSED
Moritz Jodeit
2006-03-08
some cleanup including:
Moritz Jodeit
2006-01-16
minimal recognition of C99 float hex constants, allows lint to parse
Marc Espie
2005-12-17
Check for functions declared with ARGSUSED but having no arguments.
Chad Loder
2005-12-15
Add a new warning message: conversion of %s return value from '%s' to '%s'.
Chad Loder
2005-12-14
Move arg # to start of message. Makes it slighly more useful
Kjell Wooding
2005-12-10
Change warning/error format to match gcc's.
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-11-23
Deal somewhat with case ranges, which is a gcc extension.
Chad Loder
2005-11-23
Warn on a right shift of an N-bit quantity by >= N bits. OK millert,
Chad Loder
2005-11-21
Print both "from" and "to" types in type conversion warnings. Idea from
Chad Loder
2005-11-20
Rename basename() to lbasename() to avoid conflict with basename(3).
Chad Loder
2005-11-20
spacing
Theo de Raadt
2005-11-19
knf. OK kjell, brad
Chad Loder
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
1998-07-27
s/comparision/comparison/g; netbsd
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt