summaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.h
AgeCommit message (Expand)Author
2016-06-01Add the posix -C option (-c but quieter). Fix -R to work properly whenkre
2015-08-05add a description about what was being attempted to failed writes messages.mrg
2011-09-16Use __deadjoerg
2010-12-18Add an 'l' style for sorting that sorts by the string length of the field.christos
2010-06-05fixit() needs to know the getopt options list to do its thing correctly.dholland
2010-02-05Don't touch past the end of allocated region. It results segmentationenami
2009-09-28Fix borked fix for sort relying on realloc() changing the buffer end.dsl
2009-09-26Move all the fopen() calls out of the record read routines into the callers.dsl
2009-09-10Save length of key instead of relying of the weight of the record sep.dsl
2009-09-05Now we have our own radix_sort() change the interface so that we passdsl
2009-09-05Include a local copy of the sradixsort() code from libc.dsl
2009-08-22Rework the way sort generates sort keys:dsl
2009-08-20Delete more unwanted/unused cruft.dsl
2009-08-18The code that attempted to sort large files by sorting each chunk by thedsl
2009-08-16Replace all uses of sizeof(TRECHEADER) with REC_DATA_OFFSET - whichdsl
2009-08-15Remove reference to db.h by using separate ptr+len fields for the onlydsl
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2004-02-15remove compile-time limit on number of -k options, allocate necessaryjdolecek
2003-08-07add TNF copyrightjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-12-25make function merge() static in msort.cjdolecek
2002-12-24put contents of extern.h directly to sort.h, and g/c extern.hjdolecek
2002-12-24add extern definition for ncols and clist[] to sort.h, eliminate extrajdolecek
2001-02-19cosmetic changes - make keylist[] static and remove extern definitionjdolecek
2001-01-19adjust intendationjdolecek
2001-01-16- fix alignment problem.shin
2001-01-12alltable[], itable[], dtable[] were moved to init.c, g/c from sort.[ch]jdolecek
2001-01-11general cleanup of file list passing:jdolecek
2001-01-08constify a bit, small cleanupsjdolecek
2001-01-08by default, use stable sortjdolecek
2000-10-16enlarge line buffer as necessary, so that it's possiblejdolecek
2000-10-07Include <string.h> to get prototype for memcpy(). Fixed compile problemssimonb
2000-10-07Two classes of changes from the initial OpenBSD commit of this sort(1):bjh21
2000-10-07Hit sort(1) with a hammer till it compiles.bjh21
2000-10-074.4BSD-Lite2 contrib/sortbjh21