aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/file.c
Commit message (Expand)AuthorAgeFilesLines
* sort(1): Remove duplicate option checkGordon Bergling2020-09-081-1/+1
* sort(1): Fix -m when only implicit stdin is used for inputKyle Evans2018-06-201-2/+2
* 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-1/+0
* 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