NetBSD/usr.bin/xlint/lint1
wiz 3d3c5d42cb Observe the following spelling:
- wide character (noun)
- wide-character (adjective)

Inspired by jmc@OpenBSD.
2010-12-16 17:42:25 +00:00
..
cgram.y Fix typo in comment. 2010-02-09 23:05:16 +00:00
decl.c handle bit fields in packed structures. 2009-10-02 21:49:30 +00:00
emit1.c Teach lint about long double _Complex (C99) 2008-09-26 22:52:24 +00:00
err.c understand __attribute__((__packed__)) and __packed. 2009-10-02 15:03:45 +00:00
externs1.h compute sizes by the new tsize() function. 2009-10-02 21:04:03 +00:00
func.c WARNS=4 2008-11-16 07:06:37 +00:00
init.c change initialization from non const of regular variables to c99 instead of 2009-10-02 18:17:16 +00:00
lint1.h recognize struct __packed x { }; in addition to struct x { } __packed; 2009-10-02 19:01:13 +00:00
main1.c Add Picky flag; this produces more warnings: 2008-07-31 15:21:34 +00:00
Makefile remove the remaining non-ELF code. 2010-07-11 12:07:31 +00:00
makeman Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
mem1.c Fix typos in comment. 2009-08-05 19:08:28 +00:00
op.h preliminary _Complex support. 2008-04-25 22:18:34 +00:00
print.c Add Picky flag; this produces more warnings: 2008-07-31 15:21:34 +00:00
scan.l Observe the following spelling: 2010-12-16 17:42:25 +00:00
tree.c PR/44148: Henning Petersen: catstrg() does not set the resulting string length. 2010-11-24 17:51:11 +00:00