]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Virgin import (trimmed) of GNU Sort, textutils 2.0.21
authorache <ache@FreeBSD.org>
Sat, 8 Jun 2002 07:47:23 +0000 (07:47 +0000)
committerache <ache@FreeBSD.org>
Sat, 8 Jun 2002 07:47:23 +0000 (07:47 +0000)
commit0ec16ad8f3387117932b28e20a6db5928a4fde52
treedf6286a6fcf07f34f9d04f5eb0fb2d7fa679a09c
Virgin import (trimmed) of GNU Sort, textutils 2.0.21
53 files changed:
contrib/gnu-sort/ABOUT-NLS [new file with mode: 0644]
contrib/gnu-sort/AUTHORS [new file with mode: 0644]
contrib/gnu-sort/COPYING [new file with mode: 0644]
contrib/gnu-sort/ChangeLog [new file with mode: 0644]
contrib/gnu-sort/INSTALL [new file with mode: 0644]
contrib/gnu-sort/NEWS [new file with mode: 0644]
contrib/gnu-sort/README [new file with mode: 0644]
contrib/gnu-sort/README-alpha [new file with mode: 0644]
contrib/gnu-sort/THANKS [new file with mode: 0644]
contrib/gnu-sort/TODO [new file with mode: 0644]
contrib/gnu-sort/lib/argmatch.c [new file with mode: 0644]
contrib/gnu-sort/lib/argmatch.h [new file with mode: 0644]
contrib/gnu-sort/lib/closeout.h [new file with mode: 0644]
contrib/gnu-sort/lib/dup-safer.c [new file with mode: 0644]
contrib/gnu-sort/lib/error.c [new file with mode: 0644]
contrib/gnu-sort/lib/error.h [new file with mode: 0644]
contrib/gnu-sort/lib/fopen-safer.c [new file with mode: 0644]
contrib/gnu-sort/lib/getopt.c [new file with mode: 0644]
contrib/gnu-sort/lib/getopt.h [new file with mode: 0644]
contrib/gnu-sort/lib/getopt1.c [new file with mode: 0644]
contrib/gnu-sort/lib/hard-locale.c [new file with mode: 0644]
contrib/gnu-sort/lib/hard-locale.h [new file with mode: 0644]
contrib/gnu-sort/lib/human.c [new file with mode: 0644]
contrib/gnu-sort/lib/human.h [new file with mode: 0644]
contrib/gnu-sort/lib/long-options.c [new file with mode: 0644]
contrib/gnu-sort/lib/long-options.h [new file with mode: 0644]
contrib/gnu-sort/lib/memcoll.c [new file with mode: 0644]
contrib/gnu-sort/lib/memcoll.h [new file with mode: 0644]
contrib/gnu-sort/lib/pathmax.h [new file with mode: 0644]
contrib/gnu-sort/lib/physmem.c [new file with mode: 0644]
contrib/gnu-sort/lib/physmem.h [new file with mode: 0644]
contrib/gnu-sort/lib/posixver.c [new file with mode: 0644]
contrib/gnu-sort/lib/posixver.h [new file with mode: 0644]
contrib/gnu-sort/lib/quote.c [new file with mode: 0644]
contrib/gnu-sort/lib/quote.h [new file with mode: 0644]
contrib/gnu-sort/lib/quotearg.c [new file with mode: 0644]
contrib/gnu-sort/lib/quotearg.h [new file with mode: 0644]
contrib/gnu-sort/lib/stdio-safer.h [new file with mode: 0644]
contrib/gnu-sort/lib/unistd-safer.h [new file with mode: 0644]
contrib/gnu-sort/lib/version-etc.c [new file with mode: 0644]
contrib/gnu-sort/lib/version-etc.h [new file with mode: 0644]
contrib/gnu-sort/lib/xalloc.h [new file with mode: 0644]
contrib/gnu-sort/lib/xmalloc.c [new file with mode: 0644]
contrib/gnu-sort/lib/xmemcoll.c [new file with mode: 0644]
contrib/gnu-sort/lib/xmemcoll.h [new file with mode: 0644]
contrib/gnu-sort/lib/xstrtol.c [new file with mode: 0644]
contrib/gnu-sort/lib/xstrtol.h [new file with mode: 0644]
contrib/gnu-sort/lib/xstrtoul.c [new file with mode: 0644]
contrib/gnu-sort/lib/xstrtoumax.c [new file with mode: 0644]
contrib/gnu-sort/man/sort.1 [new file with mode: 0644]
contrib/gnu-sort/src/sort.c [new file with mode: 0644]
contrib/gnu-sort/src/sys2.h [new file with mode: 0644]
contrib/gnu-sort/src/system.h [new file with mode: 0644]