]> Zhao Yanbai Git Server - minix.git/commit
Upgrading sort, which is needed by lorder 40/140/4
authorLionel Sambuc <lionel@minix3.org>
Wed, 5 Dec 2012 14:36:48 +0000 (15:36 +0100)
committerLionel Sambuc <lionel@minix3.org>
Fri, 7 Dec 2012 12:58:07 +0000 (13:58 +0100)
commit0fbbaa43e914d38ef3af549125d31574117d1ebf
tree49a20efa7719c11174455bb5d2e36e4bd075a592
parenta7ab29bf577fc70005b759e34769772771c6dce5
Upgrading sort, which is needed by lorder

Change-Id: I64ac0509f4360c947a677600db77e7612a7cbebd
21 files changed:
commands/Makefile
commands/sort/Makefile [deleted file]
commands/sort/sort.c [deleted file]
man/man1/Makefile
man/man1/sort.1 [deleted file]
releasetools/nbsd_ports
usr.bin/Makefile
usr.bin/sort/Makefile [new file with mode: 0644]
usr.bin/sort/append.c [new file with mode: 0644]
usr.bin/sort/fields.c [new file with mode: 0644]
usr.bin/sort/files.c [new file with mode: 0644]
usr.bin/sort/fsort.c [new file with mode: 0644]
usr.bin/sort/fsort.h [new file with mode: 0644]
usr.bin/sort/init.c [new file with mode: 0644]
usr.bin/sort/msort.c [new file with mode: 0644]
usr.bin/sort/pathnames.h [new file with mode: 0644]
usr.bin/sort/radix_sort.c [new file with mode: 0644]
usr.bin/sort/sort.1 [new file with mode: 0644]
usr.bin/sort/sort.c [new file with mode: 0644]
usr.bin/sort/sort.h [new file with mode: 0644]
usr.bin/sort/tmp.c [new file with mode: 0644]