world - Replace gnu diff, diff3, and sdiff with BSD versions* Replace diff and diff3 with the OpenBSD diff and diff3, Replace sdiff with the FreeBSD sdiff, Remove the GNU diff, diff3, and sdiff
world - Replace gnu diff, diff3, and sdiff with BSD versions* Replace diff and diff3 with the OpenBSD diff and diff3, Replace sdiff with the FreeBSD sdiff, Remove the GNU diff, diff3, and sdiff* Basic testing with dsynth bulk to ensure no significant compatibility disruptions.Submitted-by: Tyler <tyler.clark@foxide.xyz>
show more ...
vendor/diffutils: upgrade from 3.3 to 3.7Summary of notable changes:- new options --color and --palette to generate and configure colored output, compatible with less -R- when binary files dif
vendor/diffutils: upgrade from 3.3 to 3.7Summary of notable changes:- new options --color and --palette to generate and configure colored output, compatible with less -R- when binary files differ, diff now exits with status 1 as POSIX requires- unless the --ignore-file-name-case option is used, diff now considers file names to be equal only if they are byte-for-byte equivalent- diff -B no longer generates incorrect output if the two inputs each end with a one-byte incomplete line- diff --brief no longer reports a difference for unusual identical files- diff3 no longer malfunctions due to use-after-free- using an invalid regular expression with --ignore-matching-lines=RE (-I) no longer causes stack overflow- possible uninitialized memory read with --strip-trailing-cr fixed- default algorithm has been adjusted to output higher-quality results, and further tweaked to deal better with larger filesFor a complete history of changes see:http://git.savannah.gnu.org/cgit/diffutils.git/log/
Upgrade diffutils from 3.2 to 3.3 on the vendor branch
Upgrade diffutils from 3.0 to 3.2 on the vendor branch
Upgrade diffutils from 2.8.7 to 3.0 on the vendor branch