freebsd-dev/usr.bin/diff
Kyle Evans 9488de009c diff(1): Refactor -B a little bit
Instead of doing a second pass to skip empty lines if we've specified -I, go
ahead and check both at once. Ignore critera has been split out into its own
function to try and keep the logic cleaner.
2018-08-19 04:15:38 +00:00
..
tests diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
diff.1 diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
diff.c diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
diff.h diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
diffdir.c diff: Import fixes from OpenBSD 2018-06-09 21:09:24 +00:00
diffreg.c diff(1): Refactor -B a little bit 2018-08-19 04:15:38 +00:00
Makefile Isolate the pr(1) related code in its own source files 2018-06-09 20:24:17 +00:00
pr.c Fix memory leak 2018-06-12 16:42:11 +00:00
pr.h Isolate the pr(1) related code in its own source files 2018-06-09 20:24:17 +00:00
TODO diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
xmalloc.c
xmalloc.h