summaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-12sort: remove NLS supportBaptiste Daroussin
2022-01-28sort: Fix message catalogue usageMark Johnston
2021-05-13sort: Cache value of MB_CUR_MAXCyril Zhang
2021-05-13sort: Stop "fixing" obsolete key syntax after -- flagCyril Zhang
2019-04-13sort(1): Memoize MD5 computation to reduce repeated computationConrad Meyer
2019-04-11sort(1): Simplify and bound random seedingConrad Meyer
2019-04-11sort(1): Whitespace and style cleanupConrad Meyer
2018-06-20sort(1): Fix -m when only implicit stdin is used for inputKyle Evans
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-11-28pages and psize are always assigned, so there is no need to initializeXin LI
2016-11-28Eliminate variables that are computed, assigned but neverXin LI
2016-11-28Fix an obvious typo.Xin LI
2015-10-22-C and -c allow at most one input file. Ensure this is the case when theGabor Kovesdan
2015-04-07Remove custom getdelim(3) and fix a small memory leak.Pedro F. Giffuni
2015-04-06sort: style knits / cleanups.Pedro F. Giffuni
2015-04-06Revert (partial) r281123, r281125:Pedro F. Giffuni
2015-04-05sort: style knits / cleanups.Pedro F. Giffuni
2014-10-02Make sure to not skip any argument when converting from deprecatedBaptiste Daroussin
2013-06-02- Update Oleg Moskalenko's email addressGabor Kovesdan
2013-01-27- Remove forgotten commented out debug codeGabor Kovesdan
2013-01-27- Simplify and unify diagnostic and error message handlingGabor Kovesdan
2012-12-20- Change the memory heuristics to an actually working oneGabor Kovesdan
2012-12-17- Use unsigned int for values obtained with sysctlbyname(). This fixesGabor Kovesdan
2012-11-01- Portability changes for ARMGabor Kovesdan
2012-10-19More -Wmissing-variable-declarations fixes.Ed Schouten
2012-07-04- Change --nthreads parameter to --parallel for GNU compatibilityGabor Kovesdan
2012-05-25- Only use multi-threading for large filesGabor Kovesdan
2012-05-17- Fix -o option that was broken by my clang compile fixGabor Kovesdan
2012-05-14- Eliminate initializations if global variables. Compilers are notGabor Kovesdan
2012-05-14- Fix build with clangGabor Kovesdan
2012-05-11Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan
2002-04-06Remove old sort files to _actually_ build it from contrib sourcesAndrey A. Chernov
2002-04-04Remove __PAndrey A. Chernov
2002-03-31Remove \n from __COPYRIGHT to shut assembler warningAndrey A. Chernov
2002-03-27Remove double SINGL_FLD and SEP_FLAG initializationAndrey A. Chernov
2002-03-25Remove double REC_D assignmentAndrey A. Chernov
2002-03-24Make this compile on FreeBSD. Sort out VCS tags, fix warnings.Mark Murray
2002-03-22Vendor import NETBSD's sort(1). This will be a replacement forMark Murray