Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Thu May 11 18:13:55 UTC 2023

Modified Files:
        src/tests/usr.bin/indent: indent_off_on.c lsym_form_feed.c
            lsym_lparen_or_lbracket.c opt_bacc.c opt_bad.c opt_badp.c
            opt_bap_sob.c opt_bbb.c opt_v.c
        src/usr.bin/indent: indent.c indent.h io.c pr_comment.c

Log Message:
indent: remove broken code for handling blank lines

This fixes several bugs where blank lines were erroneously added or
removed, treating these old bugs for new bugs in different places.
These new bugs are expected to be easier to fix, as the old bugs will
not interfere anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/indent/indent_off_on.c
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/indent/lsym_form_feed.c
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/indent/lsym_lparen_or_lbracket.c
cvs rdiff -u -r1.10 -r1.11 src/tests/usr.bin/indent/opt_bacc.c
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/indent/opt_bad.c \
    src/tests/usr.bin/indent/opt_bbb.c
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/indent/opt_badp.c \
    src/tests/usr.bin/indent/opt_v.c
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/indent/opt_bap_sob.c
cvs rdiff -u -r1.250 -r1.251 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.116 -r1.117 src/usr.bin/indent/indent.h
cvs rdiff -u -r1.149 -r1.150 src/usr.bin/indent/io.c
cvs rdiff -u -r1.128 -r1.129 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