From: "Cygwin diffutils co-Maintainer" <brian.ing...@systematicsw.ab.ca>

Diffutils includes four utilities: diff, cmp, diff3 and sdiff.
The diff command compares two files and shows the differences, line by line.
The cmp command shows the offset and line numbers where two files
differ, or can show the characters that differ between the two files.
The diff3 command shows the differences between three files. Diff3 can
be used when two people have made independent changes to a common
original; diff3 can produce a merged file that contains both sets of
changes and warnings about conflicts.
The sdiff command can be used to merge two files interactively.

For more information see the project home pages:

        https://www.gnu.org/software/diffutils/
        https://sv.gnu.org/project/diffutils/

The following packages have been upgraded in the Cygwin distribution:

- diffutils     3.12

For changes since the previous Cygwin release, see below,
or after installation, read /usr/share/doc/diffutils/NEWS:

        https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00005.html
        https://git.sv.gnu.org/cgit/diffutils.git/tree/NEWS
        https://sv.gnu.org/news/?id=10749

for complete details, after installation, read
/usr/share/doc/diffutils/ChangeLog, or see:

        https://git.sv.gnu.org/gitweb/?p=diffutils.git;a=log;h=v3.12

[limited to cygwin-apps due to issue described in other email]

2025-04-08      3.12

Bug fixes

- diff -r no longer merely summarizes when comparing an empty regular
  file to a nonempty regular file.
  [bug#76452 introduced in 3.11]

- diff -y no longer crashes when given nontrivial differences.
  [bug#76613 introduced in 3.11]

Reply via email to