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 ...
Upgrade diffutils. 2/2- update README.{DELETED,DRAGONFLY}- regenerate header files- adapt Makefile to vendor update
diff utils: Update from version 3.2 to 3.3** New features--new-file (-N) and --unidirectional-new-file now allow comparisons to"-". A standard input that's closed acts like a nonexistent file.
diff utils: Update from version 3.2 to 3.3** New features--new-file (-N) and --unidirectional-new-file now allow comparisons to"-". A standard input that's closed acts like a nonexistent file.A file name containing spaces, double quotes, backslashes or controlcharacters is now encoded in a diff header as a double-quoted C stringliteral. The escape sequences \\, \", \a, \b, \f, \n, \r, \t, \v and\ooo (a three-digit octal number between 0 and 255) are used.
diffutils: Upgrade to version 3.2The majority of the changes were inherited from gnulib. There were onlya few observable differences from version 3.0:Release 3.2 (2011-09-02) [stable]Release 3
diffutils: Upgrade to version 3.2The majority of the changes were inherited from gnulib. There were onlya few observable differences from version 3.0:Release 3.2 (2011-09-02) [stable]Release 3.1 (2011-08-10) [stable]Bug fixes===================diff no longer reports spurious differences merely because two entriesin the same directory have names that compare equal in the currentlocale, or compare equal because --ignore-file-name-case was given.Changes in behavior===================--ignore-file-name-case now applies at the top level too.For example, "diff dir inIt" might compare "dir/Init" to "inIt".New features===================diff and sdiff have a new option --ignore-trailing-space (-Z).