summaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.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
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
2017-11-27various: general adoption of SPDX licensing ID tags.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-12-17- Use unsigned int for values obtained with sysctlbyname(). This fixesGabor Kovesdan
2012-11-01- Portability changes for ARMGabor Kovesdan
2012-06-08- Remove the UNUSED_ARG macro and use __unused in argument listsGabor Kovesdan
2012-06-08In usr.bin/sort, use another method of silencing warnings about unusedDimitry Andric
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
2002-04-06Remove old sort files to _actually_ build it from contrib sourcesAndrey A. Chernov
2002-04-04Remove __PAndrey A. Chernov
2002-03-22Vendor import NETBSD's sort(1). This will be a replacement forMark Murray