ba1e16aa0e
------------------------------ * Noteworthy changes in release 3.4 (2016-08-08) [stable] ** New features diff accepts two new options --color and --palette to generate and configure colored output. --color takes an optional argument specifying when to colorize a line: --color=always, --color=auto, --color=never. --palette is used to configure which colors are used. ** Bug fixes When binary files differ, diff now exits with status 1 as POSIX requires. Formerly it exited with status 2. 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. This fixes a bug where diff in an English locale might consider two Asian file names to be the same merely because they contain no English characters. 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. For example, when comparing a file like /proc/cmdline (for which the linux kernel reports st_size of 0 even though it is not an empty file) to a copy of that file's contents residing on a "normal" file system: $ f=/proc/cmdline; cp $f k; diff --brief $f k Files /proc/cmdline and k differ ** Performance changes diff's default algorithm has been adjusted to output higher-quality results at somewhat greater computational cost, as CPUs have gotten faster since the algorithm was last tweaked in diffutils-2.6 (1993). (pkgsrc changes) - Add comments on patches, picking from (old) cvs log
50 lines
1.6 KiB
Text
50 lines
1.6 KiB
Text
@comment $NetBSD: PLIST,v 1.14 2016/08/09 13:35:28 mef Exp $
|
|
bin/gcmp
|
|
bin/gdiff
|
|
bin/gdiff3
|
|
bin/gsdiff
|
|
gnu/bin/cmp
|
|
gnu/bin/diff
|
|
gnu/bin/diff3
|
|
gnu/bin/sdiff
|
|
gnu/man/man1/cmp.1
|
|
gnu/man/man1/diff.1
|
|
gnu/man/man1/diff3.1
|
|
gnu/man/man1/sdiff.1
|
|
info/diffutils.info
|
|
man/man1/gcmp.1
|
|
man/man1/gdiff.1
|
|
man/man1/gdiff3.1
|
|
man/man1/gsdiff.1
|
|
share/locale/ca/LC_MESSAGES/diffutils.mo
|
|
share/locale/cs/LC_MESSAGES/diffutils.mo
|
|
share/locale/da/LC_MESSAGES/diffutils.mo
|
|
share/locale/de/LC_MESSAGES/diffutils.mo
|
|
share/locale/el/LC_MESSAGES/diffutils.mo
|
|
share/locale/eo/LC_MESSAGES/diffutils.mo
|
|
share/locale/es/LC_MESSAGES/diffutils.mo
|
|
share/locale/fi/LC_MESSAGES/diffutils.mo
|
|
share/locale/fr/LC_MESSAGES/diffutils.mo
|
|
share/locale/ga/LC_MESSAGES/diffutils.mo
|
|
share/locale/gl/LC_MESSAGES/diffutils.mo
|
|
share/locale/he/LC_MESSAGES/diffutils.mo
|
|
share/locale/hr/LC_MESSAGES/diffutils.mo
|
|
share/locale/hu/LC_MESSAGES/diffutils.mo
|
|
share/locale/id/LC_MESSAGES/diffutils.mo
|
|
share/locale/it/LC_MESSAGES/diffutils.mo
|
|
share/locale/ja/LC_MESSAGES/diffutils.mo
|
|
share/locale/lv/LC_MESSAGES/diffutils.mo
|
|
share/locale/ms/LC_MESSAGES/diffutils.mo
|
|
share/locale/nb/LC_MESSAGES/diffutils.mo
|
|
share/locale/nl/LC_MESSAGES/diffutils.mo
|
|
share/locale/pl/LC_MESSAGES/diffutils.mo
|
|
share/locale/pt_BR/LC_MESSAGES/diffutils.mo
|
|
share/locale/ro/LC_MESSAGES/diffutils.mo
|
|
share/locale/ru/LC_MESSAGES/diffutils.mo
|
|
share/locale/sr/LC_MESSAGES/diffutils.mo
|
|
share/locale/sv/LC_MESSAGES/diffutils.mo
|
|
share/locale/tr/LC_MESSAGES/diffutils.mo
|
|
share/locale/uk/LC_MESSAGES/diffutils.mo
|
|
share/locale/vi/LC_MESSAGES/diffutils.mo
|
|
share/locale/zh_CN/LC_MESSAGES/diffutils.mo
|
|
share/locale/zh_TW/LC_MESSAGES/diffutils.mo
|