aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sort: remove NLS supportBaptiste Daroussin2022-10-121-16/+1
* sort: Fix message catalogue usageMark Johnston2022-01-281-9/+10
* sort: Cache value of MB_CUR_MAXCyril Zhang2021-05-131-1/+5
* sort: Stop "fixing" obsolete key syntax after -- flagCyril Zhang2021-05-131-0/+5
* sort(1): Memoize MD5 computation to reduce repeated computationConrad Meyer2019-04-131-0/+1
* sort(1): Simplify and bound random seedingConrad Meyer2019-04-111-49/+66
* sort(1): Whitespace and style cleanupConrad Meyer2019-04-111-88/+87
* sort(1): Fix -m when only implicit stdin is used for inputKyle Evans2018-06-201-1/+5
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* pages and psize are always assigned, so there is no need to initializeXin LI2016-11-281-2/+0
* Eliminate variables that are computed, assigned but neverXin LI2016-11-281-5/+1
* Fix an obvious typo.Xin LI2016-11-281-1/+1
* -C and -c allow at most one input file. Ensure this is the case when theGabor Kovesdan2015-10-221-5/+5
* Remove custom getdelim(3) and fix a small memory leak.Pedro F. Giffuni2015-04-071-24/+28
* sort: style knits / cleanups.Pedro F. Giffuni2015-04-061-1/+1
* Revert (partial) r281123, r281125:Pedro F. Giffuni2015-04-061-1/+8
* sort: style knits / cleanups.Pedro F. Giffuni2015-04-051-8/+1
* Make sure to not skip any argument when converting from deprecatedBaptiste Daroussin2014-10-021-1/+1
* - Update Oleg Moskalenko's email addressGabor Kovesdan2013-06-021-1/+1
* - Remove forgotten commented out debug codeGabor Kovesdan2013-01-271-15/+0
* - Simplify and unify diagnostic and error message handlingGabor Kovesdan2013-01-271-12/+8
* - Change the memory heuristics to an actually working oneGabor Kovesdan2012-12-201-19/+15
* - Use unsigned int for values obtained with sysctlbyname(). This fixesGabor Kovesdan2012-12-171-3/+8
* - Portability changes for ARMGabor Kovesdan2012-11-011-4/+4
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* - Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan2012-07-041-4/+4
* - Only use multi-threading for large filesGabor Kovesdan2012-05-251-4/+19
* - Fix -o option that was broken by my clang compile fixGabor Kovesdan2012-05-171-3/+2
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-141-9/+9
* - Fix build with clangGabor Kovesdan2012-05-141-18/+15
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-111-0/+1324
* Remove old sort files to _actually_ build it from contrib sourcesAndrey A. Chernov2002-04-061-331/+0
* Remove __PAndrey A. Chernov2002-04-041-9/+5
* Remove \n from __COPYRIGHT to shut assembler warningAndrey A. Chernov2002-03-311-1/+1
* Remove double SINGL_FLD and SEP_FLAG initializationAndrey A. Chernov2002-03-271-1/+0
* Remove double REC_D assignmentAndrey A. Chernov2002-03-251-2/+2
* Make this compile on FreeBSD. Sort out VCS tags, fix warnings.Mark Murray2002-03-241-5/+9
* Vendor import NETBSD's sort(1). This will be a replacement forMark Murray2002-03-221-0/+332