freebsd-dev/usr.bin/diff
Tom Jones 3931c072c6 diff: fix failed compare when ignoring file case
With --ignore-file-name-case we need to compare files regardless of
case. We need to propigate both names down to diffit so we can look up
the correct file when the names differ based on case, otherwise we try
to look up the file using the case from the a tree which might not be
discoverable if its case is different in the b tree.

Reviewed by:	bapt
Sponsored by:	Klara Inc.
Differential Revision:	https://reviews.freebsd.org/D34201
2022-02-18 15:51:38 +00:00
..
tests diff: fix failed compare when ignoring file case 2022-02-18 15:51:38 +00:00
diff.1 diff: Detect Objective-C methods 2022-02-18 15:09:57 +00:00
diff.c diff: add --no-dereference flag 2022-02-18 15:17:13 +00:00
diff.h diff: add --no-dereference flag 2022-02-18 15:17:13 +00:00
diffdir.c diff: fix failed compare when ignoring file case 2022-02-18 15:51:38 +00:00
diffreg.c diff: Detect Objective-C methods 2022-02-18 15:09:57 +00:00
Makefile diff: link with libm for sqrt() 2021-09-16 09:31:44 +02:00
pr.c Fix memory leak 2018-06-12 16:42:11 +00:00
pr.h
TODO Update diff(1) TODO removing what has been implemented 2020-02-07 10:18:01 +00:00
xmalloc.c asprintf returns -1, not an arbitrary value < 0. Also upon error the 2020-01-14 08:18:04 +00:00
xmalloc.h