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:           Fri Oct 22 20:54:36 UTC 2021

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/usr.bin/indent: Makefile t_misc.sh
Added Files:
        src/tests/usr.bin/indent: lex_char.c lex_string.c opt_P.c opt_T.c
            opt_bl_br.c opt_c.c opt_cd.c opt_ci.c opt_cli.c opt_d.c opt_di.c
            opt_i.c opt_l.c opt_lc.c opt_ldi.c opt_ta.c opt_ts.c
Removed Files:
        src/tests/usr.bin/indent: lex_char.0 lex_char.0.pro lex_char.0.stdout
            lex_string.0 lex_string.0.pro lex_string.0.stdout opt-P.0
            opt-P.0.pro opt-P.0.stdout opt-T.0 opt-T.0.pro opt-T.0.stdout
            opt-bl.0 opt-bl.0.pro opt-bl.0.stdout opt-br.0 opt-br.0.pro
            opt-br.0.stdout opt-c.0 opt-c.0.pro opt-c.0.stdout opt-cd.0
            opt-cd.0.pro opt-cd.0.stdout opt-ci.0 opt-ci.0.pro opt-ci.0.stdout
            opt-cli.0 opt-cli.0.pro opt-cli.0.stdout opt-d.0 opt-d.0.pro
            opt-d.0.stdout opt-di.0 opt-di.0.pro opt-di.0.stdout opt-i.0
            opt-i.0.pro opt-i.0.stdout opt-l.0 opt-l.0.pro opt-l.0.stdout
            opt-lc.0 opt-lc.0.pro opt-lc.0.stdout opt-ldi.0 opt-ldi.0.pro
            opt-ldi.0.stdout opt-ta.0 opt-ta.0.pro opt-ta.0.stdout opt-ts.0
            opt-ts.0.pro opt-ts.0.stdout

Log Message:
tests/indent: migrate integer options tests to t_options


To generate a diff of this commit:
cvs rdiff -u -r1.1150 -r1.1151 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.26 -r1.27 src/tests/usr.bin/indent/Makefile
cvs rdiff -u -r1.2 -r0 src/tests/usr.bin/indent/lex_char.0 \
    src/tests/usr.bin/indent/lex_char.0.stdout \
    src/tests/usr.bin/indent/lex_string.0 \
    src/tests/usr.bin/indent/lex_string.0.stdout \
    src/tests/usr.bin/indent/opt-P.0 src/tests/usr.bin/indent/opt-T.0 \
    src/tests/usr.bin/indent/opt-T.0.stdout src/tests/usr.bin/indent/opt-bl.0 \
    src/tests/usr.bin/indent/opt-bl.0.stdout \
    src/tests/usr.bin/indent/opt-br.0 \
    src/tests/usr.bin/indent/opt-br.0.stdout \
    src/tests/usr.bin/indent/opt-c.0.stdout src/tests/usr.bin/indent/opt-cd.0 \
    src/tests/usr.bin/indent/opt-cd.0.stdout \
    src/tests/usr.bin/indent/opt-ci.0 \
    src/tests/usr.bin/indent/opt-ci.0.stdout \
    src/tests/usr.bin/indent/opt-cli.0 \
    src/tests/usr.bin/indent/opt-cli.0.stdout \
    src/tests/usr.bin/indent/opt-d.0 src/tests/usr.bin/indent/opt-d.0.stdout \
    src/tests/usr.bin/indent/opt-di.0 \
    src/tests/usr.bin/indent/opt-di.0.stdout src/tests/usr.bin/indent/opt-i.0 \
    src/tests/usr.bin/indent/opt-i.0.stdout src/tests/usr.bin/indent/opt-l.0 \
    src/tests/usr.bin/indent/opt-l.0.stdout src/tests/usr.bin/indent/opt-lc.0 \
    src/tests/usr.bin/indent/opt-lc.0.stdout \
    src/tests/usr.bin/indent/opt-ta.0 \
    src/tests/usr.bin/indent/opt-ta.0.stdout \
    src/tests/usr.bin/indent/opt-ts.0 \
    src/tests/usr.bin/indent/opt-ts.0.stdout
cvs rdiff -u -r1.1 -r0 src/tests/usr.bin/indent/lex_char.0.pro \
    src/tests/usr.bin/indent/lex_string.0.pro \
    src/tests/usr.bin/indent/opt-P.0.pro src/tests/usr.bin/indent/opt-T.0.pro \
    src/tests/usr.bin/indent/opt-bl.0.pro \
    src/tests/usr.bin/indent/opt-br.0.pro \
    src/tests/usr.bin/indent/opt-c.0.pro \
    src/tests/usr.bin/indent/opt-cd.0.pro \
    src/tests/usr.bin/indent/opt-ci.0.pro \
    src/tests/usr.bin/indent/opt-cli.0.pro \
    src/tests/usr.bin/indent/opt-d.0.pro \
    src/tests/usr.bin/indent/opt-di.0.pro \
    src/tests/usr.bin/indent/opt-i.0.pro src/tests/usr.bin/indent/opt-l.0.pro \
    src/tests/usr.bin/indent/opt-lc.0.pro \
    src/tests/usr.bin/indent/opt-ldi.0.pro \
    src/tests/usr.bin/indent/opt-ta.0.pro \
    src/tests/usr.bin/indent/opt-ts.0.pro
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/indent/lex_char.c \
    src/tests/usr.bin/indent/lex_string.c src/tests/usr.bin/indent/opt_P.c \
    src/tests/usr.bin/indent/opt_T.c src/tests/usr.bin/indent/opt_bl_br.c \
    src/tests/usr.bin/indent/opt_c.c src/tests/usr.bin/indent/opt_cd.c \
    src/tests/usr.bin/indent/opt_ci.c src/tests/usr.bin/indent/opt_cli.c \
    src/tests/usr.bin/indent/opt_d.c src/tests/usr.bin/indent/opt_di.c \
    src/tests/usr.bin/indent/opt_i.c src/tests/usr.bin/indent/opt_l.c \
    src/tests/usr.bin/indent/opt_lc.c src/tests/usr.bin/indent/opt_ldi.c \
    src/tests/usr.bin/indent/opt_ta.c src/tests/usr.bin/indent/opt_ts.c
cvs rdiff -u -r1.3 -r0 src/tests/usr.bin/indent/opt-P.0.stdout \
    src/tests/usr.bin/indent/opt-c.0 src/tests/usr.bin/indent/opt-ldi.0 \
    src/tests/usr.bin/indent/opt-ldi.0.stdout
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/indent/t_misc.sh

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