/freebsd/usr.bin/diff/tests/ |
H A D | Bflag_C.out | e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | Bflag_D.out | e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | Bflag_F.out | e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | Makefile | diff e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | diff_test.sh | diff e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
/freebsd/usr.bin/diff/ |
H A D | TODO | diff e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | diff.h | diff e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | diff.1 | diff e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | diff.c | diff e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|
H A D | diffreg.c | diff e68edb8cf06a796453378b98d963692c838c400f Sun Aug 19 05:57:20 CEST 2018 Kyle Evans <kevans@FreeBSD.org> diff(1): Implement -B/--ignore-blank-lines
As noted by cem in r338035, coccinelle invokes diff(1) with the -B flag. This was not previously implemented here, so one was forced to create a link for GNU diff to /usr/local/bin/diff
Implement the -B flag and add some primitive tests for it. It is implemented in the same fashion that -I is implemented; each chunk's lines are scanned, and if a non-blank line is encountered then the chunk will be output. Otherwise, it's skipped.
MFC after: 2 weeks
|