freebsd-skq/usr.bin/diff
Enji Cooper 458cbf0ae6 Rename tests from <foo> to <foo>_test to match the FreeBSD test suite
naming scheme

usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test
to avoid collisions with the renamed FreeBSD test.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-03-23 03:28:24 +00:00
..
tests Rename tests from <foo> to <foo>_test to match the FreeBSD test suite 2017-03-23 03:28:24 +00:00
diff.1 diff(1): fix SYNOPSIS section noting non-existent option, --no-ignore-case 2017-03-22 18:13:14 +00:00
diff.c Use strndup(3) instead of malloc + memcpy 2017-03-22 21:52:22 +00:00
diff.h
diffdir.c Fix building with recent gcc 2017-03-12 04:04:16 +00:00
diffreg.c Use MIN macros from sys/param.h 2017-03-22 21:59:04 +00:00
Makefile
TODO
xmalloc.c
xmalloc.h