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:           Sat May 20 11:53:53 UTC 2023

Modified Files:
        src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c pr_comment.c

Log Message:
indent: extract the output state from the parser state

The parser state depends on the preprocessing lines, the output state
shouldn't.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/indent/debug.c
cvs rdiff -u -r1.298 -r1.299 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.155 -r1.156 src/usr.bin/indent/indent.h
cvs rdiff -u -r1.182 -r1.183 src/usr.bin/indent/io.c
cvs rdiff -u -r1.201 -r1.202 src/usr.bin/indent/lexi.c
cvs rdiff -u -r1.147 -r1.148 src/usr.bin/indent/pr_comment.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