OpenBSD CVS

CVS log for src/usr.bin/xlint/xlint/Attic/lint.1


[BACK] Up to [local] / src / usr.bin / xlint / xlint

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28, Sun Apr 8 16:27:00 2012 UTC (12 years, 2 months ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +2 -2 lines
FILE REMOVED

tedu lint
ok tedu@ guenther@ krw@ espie@ deraadt@

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jun 9 15:19:03 2011 UTC (13 years ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.26: +9 -2 lines
Diff to previous 1.26 (colored)

Accept and ignore -M so we can pass the same CPPFLAGS to lint and cpp.
Makes the kernel lint target work again.

ok martynas@, with input from guenther@

Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 5 19:31:21 2007 UTC (16 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.25: +13 -13 lines
Diff to previous 1.25 (colored)

- use a consistent grammatical case for the C comments section
- remove useless brackets
- new sentence, new line

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 5 16:32:17 2007 UTC (16 years, 9 months ago) by fgsch
Branch: MAIN
Changes since 1.24: +8 -2 lines
Diff to previous 1.24 (colored)

Document NORETURN, add it to the directive list and rearrange the entries.
ok deraadt@.

Revision 1.24 / (download) - annotate - [select for diffs], Thu May 31 19:20:20 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

convert to new .Dd format;

Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 20 16:16:44 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.22: +81 -81 lines
Diff to previous 1.22 (colored)

sort options; sync synopsis and usage();
from Igor Sobrado

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 29 20:47:22 2006 UTC (18 years ago) by cloder
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.21: +3 -25 lines
Diff to previous 1.21 (colored)

Get rid of -t (traditional C) option. Some corrections by moritz.

Revision 1.21 / (download) - annotate - [select for diffs], Mon May 29 10:35:17 2006 UTC (18 years ago) by jmc
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

lint has two synopses, so remove -ab from the second one too;

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 28 23:50:54 2006 UTC (18 years ago) by cloder
Branch: MAIN
Changes since 1.19: +2 -11 lines
Diff to previous 1.19 (colored)

Kill the bflag, which was really just used to shut up a useless warning
regarding unreachable breaks, we committed a smarter fix for this a while
back, so the flag is not needed anymore. Lint will still accept and
silently ignore this flag for now.

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 28 23:42:49 2006 UTC (18 years ago) by cloder
Branch: MAIN
Changes since 1.18: +2 -14 lines
Diff to previous 1.18 (colored)

Kill the -a option for lint, which controlled (inconsistently) warnings
regarding narrowing conversions. For now, lint still accepts and ignores
the -a option, but soon I will remove it utterly and change the default
LINTFLAGS.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 10 17:51:49 2005 UTC (18 years, 6 months ago) by cloder
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.17: +6 -3 lines
Diff to previous 1.17 (colored)

Add a new lint flag '-f' which, for each warning or error, prints the
offending line from the corresponding source code file.  The general
idea is OK deraadt

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 23 23:08:47 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (colored)

`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 22 05:04:53 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.15: +1 -5 lines
Diff to previous 1.15 (colored)

remove my (incorrect) BUGS addition;
from tholo@

Revision 1.15 / (download) - annotate - [select for diffs], Fri Sep 19 10:45:08 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.14: +12 -5 lines
Diff to previous 1.14 (colored)

Replace an oops by myself - standard C library will be llib-lc.ln, not
llib-lstdc.ln. Also document that we do not have this library, and add
the lint libraries we have to FILES.

Thanks to Thorsten Locker for his help.
ok deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Thu Sep 18 09:54:34 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

standard C lint library lives in llib-lstdc.ln, not llib-lc.ln;
from Andreas Kahari on misc@

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 10 09:12:13 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 9 14:37:34 2001 UTC (23 years, 4 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.11: +87 -61 lines
Diff to previous 1.11 (colored)

Some mdoc fixes.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 9 03:23:07 2001 UTC (23 years, 4 months ago) by aaron
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Fix some typos spotted by d@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 6 04:06:58 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Insert more missing .El directives. Our troff really should identify these and
spit out a warning.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 15 02:15:13 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Mostly punctuation fixes.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 14 21:31:42 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Suffix "i.e." and "e.g." with a comma. Just another really picky man page
commit, as we want our documentation to be as consistently formatted as
possible (it's getting there :-)).

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 30 00:24:44 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

usr.bin/ man page fixes, t-z

Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 7 01:14:57 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

fix some spelling errors

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 17 07:40:29 1997 UTC (26 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

fix Xr

Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 8 01:20:58 1996 UTC (27 years, 8 months ago) by michaels
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Attempt at cleanup.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 26 05:44:30 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 03:11:41 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +49 -22 lines
Diff to previous 1.1 (colored)

update from netbsd

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:47:04 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:47:04 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.