/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.bin/sort/
..
Makefile

Initial import of FreeBSD sort.

11 лет назад
bwstring.c

remove unneeded semicolons; checked by millert@

2 года назад
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 лет назад
coll.c

remove unneeded semicolons; checked by millert@

2 года назад
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 лет назад
file.c

remove unneeded semicolons; checked by millert@

2 года назад
file.h

murder excessive whitespace

11 лет назад
mem.c

Don't need to include stdint.h

11 лет назад
mem.h

Just use sort_reallocarray() everywhere.

11 лет назад
radixsort.c

Fixed whitespace issues.

11 лет назад
radixsort.h

Initial import of FreeBSD sort.

11 лет назад
sort.1

Rewrite the description of how sorting works by default, in particular avoiding the nebulous word "lexicographically" and clarifiying that characters are ordered according to ascii(7). Polish a few nearby wordings for conciseness and readability. OK pascal@ jmc@

год назад
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.

7 лет назад
sort.h

No need for sysexits.h here.

11 лет назад
vsort.c

Style nits, remove whitespace at the start of a function.

11 лет назад
vsort.h

Initial import of FreeBSD sort.

11 лет назад