tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
sort
/
at
trash-bin2
16 files
Makefile
Initial import of FreeBSD sort.
11 years ago
bwstring.c
re-indent bwscoll() after previous commit; no binary change
7 years ago
bwstring.h
Cleanup: Delete handling of LC_COLLATE (which has no effect) and delete support for non-ASCII single-byte encodings, allowing to replace the condition byte_sort == 1 with sort_mb_cur_max == 1. Since none of our single-byte character and string functions are locale dependent, also zap inspection of LC_CTYPE while here.
7 years ago
coll.c
Delete tentacles of LC_NUMERIC support. Our libc doesn't support that now and won't in the future. Minus ~90 lines of code, no functional change. OK tb@
7 years ago
coll.h
Delete tentacles of LC_NUMERIC support. Our libc doesn't support that now and won't in the future. Minus ~90 lines of code, no functional change. OK tb@
7 years ago
file.c
Do not perform top-level sort when -c is used with a -k field. From Richard Ipsum
6 years ago
file.h
murder excessive whitespace
11 years ago
mem.c
Don't need to include stdint.h
11 years ago
mem.h
Just use sort_reallocarray() everywhere.
11 years ago
radixsort.c
Fixed whitespace issues.
11 years ago
radixsort.h
Initial import of FreeBSD sort.
11 years ago
sort.1
man pages: add missing commas between subordinate and main clauses
4 years ago
sort.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
sort.h
No need for sysexits.h here.
10 years ago
vsort.c
Style nits, remove whitespace at the start of a function.
11 years ago
vsort.h
Initial import of FreeBSD sort.
11 years ago