summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/bwstring.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup:schwarze2019-05-151-3/+2
| | | | | | | | | | | | | | | 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. For know, keep the code supporting multi-byte encodings even though it is very ugly, it cannot be reached right now, and we have no plans to enable it any time soon. OK millert@ tb@
* No need for sysexits.h here.millert2015-12-311-2/+1
|
* Initial import of FreeBSD sort.millert2015-03-171-0/+141