Source-Changes archive

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

CVS commit: src/usr.bin/indent



Module Name:    src
Committed By:   rillig
Date:           Tue Oct 26 19:36:30 UTC 2021

Modified Files:
        src/usr.bin/indent: .indent.pro args.c indent.c indent.h lexi.c parse.c

Log Message:
indent: run indent on its own source code

With manual corrections afterwards, to compensate for the remaining bugs
in indent.

Without the type definitions in .indent.pro, the opening braces of the
functions kw_name and lexi_alnum would not be at the beginning of the
line.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/indent/.indent.pro
cvs rdiff -u -r1.59 -r1.60 src/usr.bin/indent/args.c
cvs rdiff -u -r1.159 -r1.160 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/indent/indent.h
cvs rdiff -u -r1.102 -r1.103 src/usr.bin/indent/lexi.c
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/indent/parse.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