summaryrefslogtreecommitdiff
path: root/usr.bin/sort/file.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-06-17sort: Change default algorithm to mergesortCyril Zhang
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
2015-04-07Remove custom getdelim(3) and fix a small memory leak.Pedro F. Giffuni
2015-04-05sort: Cleanup small issues with spaces.Pedro F. Giffuni
2014-04-21Various style(9) fixes and typos in grep, sort and patch.Pedro F. Giffuni
2013-06-02- Update Oleg Moskalenko's email addressGabor Kovesdan
2012-11-01- Portability changes for ARMGabor Kovesdan
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-11Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan