Home
last modified time | relevance | path

Searched hist:e68edb8cf06a796453378b98d963692c838c400f (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/diff/tests/
H A DBflag_C.oute68edb8cf06a796453378b98d963692c838c400f 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 DBflag_D.oute68edb8cf06a796453378b98d963692c838c400f 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 DBflag_F.oute68edb8cf06a796453378b98d963692c838c400f 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 DMakefilediff 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 Ddiff_test.shdiff 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 DTODOdiff 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 Ddiff.hdiff 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 Ddiff.1diff 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 Ddiff.cdiff 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 Ddiffreg.cdiff 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