aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/bwstring.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sort: remove unused functionBaptiste Daroussin2022-10-131-57/+0
* sort: replace home made line reader by getdelim(3)Baptiste Daroussin2022-10-121-109/+0
* sort: Fix random sortMark Johnston2021-10-291-1/+1
* usr.bin/sort: Avoid UBSan errorsAlex Richardson2021-07-061-132/+135
* sort: Cache value of MB_CUR_MAXCyril Zhang2021-05-131-27/+27
* Fix -Wpointer-sign warnings in bwstring.cAlex Richardson2020-09-101-7/+7
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sort(1): Remove unneeded initializations.Pedro F. Giffuni2017-02-171-2/+1
* Eliminate variables that are computed, assigned but neverXin LI2016-11-281-6/+0
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* sort(1): Cleanups and a small memory leak.Pedro F. Giffuni2015-04-071-16/+9
* Revert (partial) r281123, r281125:Pedro F. Giffuni2015-04-061-0/+13
* sort: style knits / cleanups.Pedro F. Giffuni2015-04-051-13/+0
* sort: Fix a comment.Pedro F. Giffuni2015-04-051-1/+1
* - Update Oleg Moskalenko's email addressGabor Kovesdan2013-06-021-1/+1
* - Portability changes for ARMGabor Kovesdan2012-11-011-15/+17
* - Only use multi-threading for large filesGabor Kovesdan2012-05-251-0/+16
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-141-3/+3
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-111-0/+1138