aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/file.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r326276:Eitan Adler2018-03-051-0/+2
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Remove custom getdelim(3) and fix a small memory leak.Pedro F. Giffuni2015-04-071-36/+0
* Revert (partial) r281123, r281125:Pedro F. Giffuni2015-04-061-0/+24
* sort: style knits / cleanups.Pedro F. Giffuni2015-04-051-24/+0
* sort: Cleanup small issues with spaces.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-29/+30
* - Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan2012-07-041-2/+5
* - Only use multi-threading for large filesGabor Kovesdan2012-05-251-17/+31
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-141-1/+1
* - Fix build with clangGabor Kovesdan2012-05-141-4/+4
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-111-0/+1615