summaryrefslogtreecommitdiff
path: root/usr.bin/sort/bwstring.c
Commit message (Expand)AuthorAgeFilesLines
* 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