diffutils: Upgrade to version 3.2
authorJohn Marino <draco@marino.st>
Sat, 29 Oct 2011 17:47:23 +0000 (19:47 +0200)
committerJohn Marino <draco@marino.st>
Sat, 29 Oct 2011 19:02:42 +0000 (21:02 +0200)
commitd1248869548dbf2758509889f99e3c706f4f8846
tree539a0a20f2c8d75d7524e3c3c740187440d10fdc
parent0e1bdf492f13155bc45fb3fcd056ee51d3c763c0
diffutils: Upgrade to version 3.2

The majority of the changes were inherited from gnulib.  There were only
a 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 entries
in the same directory have names that compare equal in the current
locale, 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).
26 files changed:
Makefile_upgrade.inc
contrib/diffutils/README.DELETED
contrib/diffutils/README.DRAGONFLY
gnu/usr.bin/diff/Makefile
gnu/usr.bin/diff/Makefile.inc0
gnu/usr.bin/diff/diff/Makefile
gnu/usr.bin/diff/diff/system.h [new file with mode: 0644]
gnu/usr.bin/diff/diff3/Makefile
gnu/usr.bin/diff/doc/Makefile
gnu/usr.bin/diff/libdiffutils/Makefile
gnu/usr.bin/diff/libdiffutils/alloca.h
gnu/usr.bin/diff/libdiffutils/config.h
gnu/usr.bin/diff/libdiffutils/fcntl.h
gnu/usr.bin/diff/libdiffutils/fnmatch.h
gnu/usr.bin/diff/libdiffutils/getopt.h
gnu/usr.bin/diff/libdiffutils/string.h
gnu/usr.bin/diff/libdiffutils/strings.h
gnu/usr.bin/diff/libdiffutils/sys/stat.h
gnu/usr.bin/diff/libdiffutils/unistr.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/unitypes.h
gnu/usr.bin/diff/libdiffutils/uniwidth.h
gnu/usr.bin/diff/libdiffutils/unused-parameter.h [new file with mode: 0644]
gnu/usr.bin/diff/libver/Makefile [new file with mode: 0644]
gnu/usr.bin/diff/libver/version.c [new file with mode: 0644]
gnu/usr.bin/diff/libver/version.h [new file with mode: 0644]
gnu/usr.bin/diff/sdiff/Makefile