OpenBSD CVS

src/usr.bin/sort/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / sort


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] TEST/        
[TXT] Makefile  1.6   9 years  millert   Initial import of FreeBSD sort.
[TXT] bwstring.c  1.9   4 years  schwarze   re-indent bwscoll() after previous commit; no binary change
[TXT] bwstring.h  1.3   4 years  schwarze   Cleanup: Delete handling of LC_COLLATE (which has no effect) and delete support ...
[TXT] coll.c  1.12   4 years  schwarze   Delete tentacles of LC_NUMERIC support. Our libc doesn't support that now and wo...
[TXT] coll.h  1.2   4 years  schwarze   Delete tentacles of LC_NUMERIC support. Our libc doesn't support that now and wo...
[TXT] file.c  1.23   4 years  millert   Do not perform top-level sort when -c is used with a -k field. From Richard Ipsu...
[TXT] file.h  1.4   9 years  deraadt   murder excessive whitespace
[TXT] mem.c  1.6   9 years  millert   Don't need to include stdint.h
[TXT] mem.h  1.4   9 years  millert   Just use sort_reallocarray() everywhere.
[TXT] radixsort.c  1.5   9 years  tobias   Fixed whitespace issues. ok millert@
[TXT] radixsort.h  1.1   9 years  millert   Initial import of FreeBSD sort.
[TXT] sort.1  1.65   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] sort.c  1.90   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] sort.h  1.10   8 years  millert   No need for sysexits.h here.
[TXT] vsort.c  1.2   9 years  millert   Style nits, remove whitespace at the start of a function.
[TXT] vsort.h  1.1   9 years  millert   Initial import of FreeBSD sort.
[TXT] append.c (in the Attic) [Hide]  1.11   9 years  millert   Initial import of FreeBSD sort.
[TXT] extern.h (in the Attic) [Hide]  1.9   9 years  millert   Initial import of FreeBSD sort.
[TXT] fields.c (in the Attic) [Hide]  1.16   9 years  millert   Initial import of FreeBSD sort.
[TXT] files.c (in the Attic) [Hide]  1.14   9 years  millert   Initial import of FreeBSD sort.
[TXT] fsort.c (in the Attic) [Hide]  1.22   9 years  millert   Initial import of FreeBSD sort.
[TXT] fsort.h (in the Attic) [Hide]  1.11   9 years  millert   Initial import of FreeBSD sort.
[TXT] init.c (in the Attic) [Hide]  1.14   9 years  millert   Initial import of FreeBSD sort.
[TXT] msort.c (in the Attic) [Hide]  1.26   9 years  millert   Initial import of FreeBSD sort.
[TXT] pathnames.h (in the Attic) [Hide]  1.3   9 years  millert   Initial import of FreeBSD sort.
[TXT] tmp.c (in the Attic) [Hide]  1.11   9 years  millert   Initial import of FreeBSD sort.