OpenBSD CVS

src/usr.bin/xlint/lint1/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / xlint / lint1

Current tag: OPENBSD_3_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.9   18 years  deraadt   SRCS should contain .y and .l references, then make will do the right thing
[TXT] cgram.y (in the Attic) [Hide]  1.17   18 years  cloder   Lint now warns about sizeof(term) where the operator is anything other than unar...
[TXT] decl.c (in the Attic) [Hide]  1.19   18 years  cloder   Grok NORETURN function prototypes in addition to NORETURN function definitions.
[TXT] emit.c (in the Attic) [Hide]  1.9   18 years  martin   how did this slip in, grr.
[TXT] emit1.c (in the Attic) [Hide]  1.6   18 years  cloder   Typos in comments: explizit and implizit
[TXT] err.c (in the Attic) [Hide]  1.18   18 years  espie   minimal recognition of C99 float hex constants, allows lint to parse frexp.c. o...
[TXT] externs.h (in the Attic) [Hide]  1.3   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] externs1.h (in the Attic) [Hide]  1.10   18 years  cloder   Grok NORETURN function prototypes in addition to NORETURN function definitions.
[TXT] func.c (in the Attic) [Hide]  1.10   18 years  cloder   Handle __dead functions using lint comments.
[TXT] init.c (in the Attic) [Hide]  1.7   18 years  cloder   Typo
[TXT] lint.h (in the Attic) [Hide]  1.3   18 years  martin   translate a bunch of comments from german to english ok cloder@
[TXT] lint1.h (in the Attic) [Hide]  1.11   18 years  cloder   Handle __dead functions using lint comments.
[TXT] main1.c (in the Attic) [Hide]  1.8   18 years  cloder   Add a new lint flag '-f' which, for each warning or error, prints the offending ...
[TXT] mem.c (in the Attic) [Hide]  1.3   18 years  cloder   knf. OK kjell, brad
[TXT] mem1.c (in the Attic) [Hide]  1.9   18 years  cloder   Replace unnecessary mmap allocator with malloc.
[TXT] op.h (in the Attic) [Hide]  1.3   18 years  cloder   Typo
[TXT] param.h (in the Attic) [Hide]  1.13   18 years  otto   Kill spurious warnings when using size_t as an index; since size_t and ptrdiff_T...
[TXT] scan.l (in the Attic) [Hide]  1.27   18 years  espie   minimal recognition of C99 float hex constants, allows lint to parse frexp.c. o...
[TXT] tree.c (in the Attic) [Hide]  1.30   18 years  cloder   Handle __dead functions using lint comments.