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:           Sun Jun  4 10:23:36 UTC 2023

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

Log Message:
indent: separate code for handling parentheses and brackets

Handling parentheses is more complicated than for brackets.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/indent/debug.c
cvs rdiff -u -r1.317 -r1.318 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.162 -r1.163 src/usr.bin/indent/indent.h
cvs rdiff -u -r1.206 -r1.207 src/usr.bin/indent/lexi.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