freebsd-src/usr.bin/sort
Baptiste Daroussin 8b9071360a sort: unify the code to read from FILE *
Previously the code to read from a local file or stdin was sperarated
After the change to remove the home made line reader used for stdin
(replaced by getdelim) it apprears that the rest of the code which is
used to read from any FILE * but stdin can benefit from the exact same
change.
2022-10-13 10:24:11 +02:00
..
tests sort(1): Add bits to allow easy checking against NetBSD tests 2018-06-20 03:10:49 +00:00
bwstring.c sort: remove unused function 2022-10-13 10:24:11 +02:00
bwstring.h sort: remove unused function 2022-10-13 10:24:11 +02:00
coll.c sort: replace malloc+memset with calloc 2022-10-12 16:12:04 +02:00
coll.h sort(1): Memoize MD5 computation to reduce repeated computation 2019-04-13 04:42:17 +00:00
file.c sort: unify the code to read from FILE * 2022-10-13 10:24:11 +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