summaryrefslogtreecommitdiff
path: root/usr.bin/sort/file.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-13sort: deindent file_reader_free and cleanup its usageBaptiste Daroussin
2022-10-13sort: simplify file_reader_cleanBaptiste Daroussin
2022-10-13sort: deindent closefileBaptiste Daroussin
2022-10-13sort: use asprintf(3) instead of malloc + snprintf(3)Baptiste Daroussin
2022-10-13sort: deindent openfileBaptiste Daroussin
2022-10-13sort: simplify the code to handle -z flagBaptiste Daroussin
2022-10-13sort: unify the code to read from FILE *Baptiste Daroussin
2022-10-13sort: use memset to initialize structure when possibleBaptiste Daroussin
2022-10-12sort: use mkstemp(3) instead of reinventing itBaptiste Daroussin
2022-10-12sort: replace home made line reader by getdelim(3)Baptiste Daroussin
2022-10-12sort: replace malloc+memset with callocBaptiste Daroussin
2020-09-08sort(1): Remove duplicate option checkGordon Bergling
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
2017-02-17sort(1): Remove unneeded initializations.Pedro F. Giffuni
2016-04-15Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni
2015-04-07Remove custom getdelim(3) and fix a small memory leak.Pedro F. Giffuni
2015-04-06Revert (partial) r281123, r281125:Pedro F. Giffuni
2015-04-05sort: style knits / cleanups.Pedro F. Giffuni
2015-04-05sort: Cleanup small issues with spaces.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-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