[Midnightbsd-cvs] src: src/usr.bin: Introduce a BSD licensed sort.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jul 10 09:19:32 EDT 2012


Log Message:
-----------
Introduce a BSD licensed sort.

Obtained from: FreeBSD.

Modified Files:
--------------
    src/usr.bin:
        Makefile (r1.38 -> r1.39)
        (http://cvsweb.midnightbsd.org/src/usr.bin/Makefile?r1=1.38&r2=1.39)

Added Files:
-----------
    src/usr.bin/sort:
        Makefile (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
        bwstring.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/bwstring.c?rev=1.1&content-type=text/x-cvsweb-markup)
        bwstring.h (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/bwstring.h?rev=1.1&content-type=text/x-cvsweb-markup)
        coll.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/coll.c?rev=1.1&content-type=text/x-cvsweb-markup)
        coll.h (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/coll.h?rev=1.1&content-type=text/x-cvsweb-markup)
        file.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/file.c?rev=1.1&content-type=text/x-cvsweb-markup)
        file.h (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/file.h?rev=1.1&content-type=text/x-cvsweb-markup)
        mem.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/mem.c?rev=1.1&content-type=text/x-cvsweb-markup)
        mem.h (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/mem.h?rev=1.1&content-type=text/x-cvsweb-markup)
        radixsort.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/radixsort.c?rev=1.1&content-type=text/x-cvsweb-markup)
        radixsort.h (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/radixsort.h?rev=1.1&content-type=text/x-cvsweb-markup)
        sort.1.in (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/sort.1.in?rev=1.1&content-type=text/x-cvsweb-markup)
        sort.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/sort.c?rev=1.1&content-type=text/x-cvsweb-markup)
        sort.h (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/sort.h?rev=1.1&content-type=text/x-cvsweb-markup)
        vsort.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/vsort.c?rev=1.1&content-type=text/x-cvsweb-markup)
        vsort.h (r1.1)
        (http://cvsweb.midnightbsd.org/src/usr.bin/sort/vsort.h?rev=1.1&content-type=text/x-cvsweb-markup)


More information about the Midnightbsd-cvs mailing list