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_5_8


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.7   9 years  millert   Use reallocarray instead of malloc.
[TXT] bwstring.h  1.1   9 years  millert   Initial import of FreeBSD sort.
[TXT] coll.c  1.10   9 years  millert   For the -g flag, treat non-floating point keys as 0, similar to -n. This makes "...
[TXT] coll.h  1.1   9 years  millert   Initial import of FreeBSD sort.
[TXT] file.c  1.20   9 years  tobias   The combination of -c and -o is not specified by POSIX. In fact, the call "sort ...
[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.54   9 years  millert   Document that some sorts uses -b w/o key fields.
[TXT] sort.c  1.79   9 years  millert   The -b flag should only apply when key fields are specified. If -b follows -k it...
[TXT] sort.h  1.9   9 years  millert   Initial import of FreeBSD sort.
[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.