freebsd-dev/usr.bin/sort
Baptiste Daroussin ed990a7a2f sort: remove NLS support
NLS support for sort(1) is:
1/ incomplete: many error string are not using nls
2/ only covers hu_HU.ISO8859-2
2022-10-12 16:24:29 +02:00
..
tests
bwstring.c sort: Fix random sort 2021-10-29 14:29:50 -04:00
bwstring.h usr.bin/sort: Avoid UBSan errors 2021-07-06 10:51:05 +01:00
coll.c sort: replace malloc+memset with calloc 2022-10-12 16:12:04 +02:00
coll.h
file.c sort: replace malloc+memset with calloc 2022-10-12 16:12:04 +02:00
file.h sort: Change default algorithm to mergesort 2021-06-17 13:53:03 -04:00
Makefile sort: remove NLS support 2022-10-12 16:24:29 +02:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
mem.c sort: add wrapper around calloc 2022-10-12 16:12:04 +02:00
mem.h sort: add wrapper around calloc 2022-10-12 16:12:04 +02:00
radixsort.c sort: replace malloc+memset with calloc 2022-10-12 16:12:04 +02:00
radixsort.h
sort.1.in sort: remove NLS support 2022-10-12 16:24:29 +02:00
sort.c sort: remove NLS support 2022-10-12 16:24:29 +02:00
sort.h sort: remove NLS support 2022-10-12 16:24:29 +02:00
vsort.c
vsort.h