Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/xlint



Module Name:    src
Committed By:   rillig
Date:           Mon Jan  4 22:26:51 UTC 2021

Modified Files:
        src/usr.bin/xlint/common: tyname.c
        src/usr.bin/xlint/lint1: decl.c emit1.c func.c lint1.h main1.c scan.l
            tree.c
        src/usr.bin/xlint/lint2: chk.c main2.c read.c
        src/usr.bin/xlint/xlint: xlint.c

Log Message:
lint: fix typos and other minor stylistic issues


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xlint/common/tyname.c
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/xlint/lint1/emit1.c
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/xlint/lint1/main1.c
cvs rdiff -u -r1.111 -r1.112 src/usr.bin/xlint/lint1/scan.l
cvs rdiff -u -r1.126 -r1.127 src/usr.bin/xlint/lint1/tree.c
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/xlint/lint2/chk.c
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/lint2/main2.c
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/xlint/lint2/read.c
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/xlint/xlint/xlint.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index