summaryrefslogtreecommitdiff
path: root/usr.bin/sort/coll.c
Commit message (Expand)AuthorAgeFilesLines
* sort(1): Memoize MD5 computation to reduce repeated computationConrad Meyer2019-04-131-0/+23
* sort(1): randomcoll: Skip the memory allocation entirelyConrad Meyer2019-04-041-15/+6
* sort(1): randomcoll: Don't sort on ENOMEMConrad Meyer2019-04-041-19/+9
* 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-3/+0
* - Use correct offsets into the keys set array. As the elements of thisMarius Strobl2016-12-281-9/+27
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Revert (partial) r281123, r281125:Pedro F. Giffuni2015-04-061-6/+26
* sort: style knits / cleanups.Pedro F. Giffuni2015-04-051-20/+0
* sort: Cleanup small issues with spaces.Pedro F. Giffuni2015-04-051-7/+7
* - Update Oleg Moskalenko's email addressGabor Kovesdan2013-06-021-1/+1
* - Portability changes for ARMGabor Kovesdan2012-11-011-12/+13
* - Remove the UNUSED_ARG macro and use __unused in argument listsGabor Kovesdan2012-06-081-15/+9
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-141-1/+1
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-111-0/+1307