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

Current tag: OPENBSD_6_6


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   5 years  schwarze   re-indent bwscoll() after previous commit; no binary change
[TXT] bwstring.h  1.3   5 years  schwarze   Cleanup: Delete handling of LC_COLLATE (which has no effect) and delete support ...
[TXT] coll.c  1.12   5 years  schwarze   Delete tentacles of LC_NUMERIC support. Our libc doesn't support that now and wo...
[TXT] coll.h  1.2   5 years  schwarze   Delete tentacles of LC_NUMERIC support. Our libc doesn't support that now and wo...
[TXT] file.c  1.22   5 years  schwarze   Cleanup: Delete handling of LC_COLLATE (which has no effect) and delete support ...
[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.62   4 years  schwarze   More Version 1 AT&T UNIX history. This became possible because copies of the ori...
[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.