Import GNU diffutils-2.8.7.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 5 Aug 2007 05:20:51 +0000 (05:20 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 5 Aug 2007 05:20:51 +0000 (05:20 +0000)
commit5586788852983394df5ad656887405e8aef55d8a
treeea2b41057d4bc85c2a1c676dc797f402507fc5d0
parent082d5c88ccc95eebeeb80ebcc236f267d0680e05
Import GNU diffutils-2.8.7.
60 files changed:
contrib/diffutils-2.8/COPYING [new file with mode: 0644]
contrib/diffutils-2.8/ChangeLog [new file with mode: 0644]
contrib/diffutils-2.8/NEWS [new file with mode: 0644]
contrib/diffutils-2.8/README [new file with mode: 0644]
contrib/diffutils-2.8/doc/diff.info [new file with mode: 0644]
contrib/diffutils-2.8/doc/diff.texi [new file with mode: 0644]
contrib/diffutils-2.8/doc/fdl.texi [new file with mode: 0644]
contrib/diffutils-2.8/doc/stamp-vti [new file with mode: 0644]
contrib/diffutils-2.8/doc/version.texi [new file with mode: 0644]
contrib/diffutils-2.8/lib/basename.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/c-stack.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/c-stack.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/cmpbuf.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/cmpbuf.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/dirname.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/error.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/error.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/exclude.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/exclude.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/exit.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/exitfail.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/exitfail.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/file-type.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/file-type.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/gettext.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/hard-locale.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/hard-locale.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/inttostr.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/posixver.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/posixver.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/prepargs.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/quotesys.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/quotesys.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/setmode.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/strcase.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/strftime.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/strtoimax.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/strtoumax.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/unlocked-io.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/version-etc.c [new file with mode: 0644]
contrib/diffutils-2.8/lib/version-etc.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/xalloc.h [new file with mode: 0644]
contrib/diffutils-2.8/lib/xmalloc.c [new file with mode: 0644]
contrib/diffutils-2.8/man/diff.1 [new file with mode: 0644]
contrib/diffutils-2.8/man/diff3.1 [new file with mode: 0644]
contrib/diffutils-2.8/man/sdiff.1 [new file with mode: 0644]
contrib/diffutils-2.8/src/analyze.c [new file with mode: 0644]
contrib/diffutils-2.8/src/context.c [new file with mode: 0644]
contrib/diffutils-2.8/src/diff.c [new file with mode: 0644]
contrib/diffutils-2.8/src/diff.h [new file with mode: 0644]
contrib/diffutils-2.8/src/diff3.c [new file with mode: 0644]
contrib/diffutils-2.8/src/dir.c [new file with mode: 0644]
contrib/diffutils-2.8/src/ed.c [new file with mode: 0644]
contrib/diffutils-2.8/src/ifdef.c [new file with mode: 0644]
contrib/diffutils-2.8/src/io.c [new file with mode: 0644]
contrib/diffutils-2.8/src/normal.c [new file with mode: 0644]
contrib/diffutils-2.8/src/sdiff.c [new file with mode: 0644]
contrib/diffutils-2.8/src/side.c [new file with mode: 0644]
contrib/diffutils-2.8/src/system.h [new file with mode: 0644]
contrib/diffutils-2.8/src/util.c [new file with mode: 0644]