summaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.c
AgeCommit message (Expand)Author
2007-08-22sort usage();Jason McIntyre
2007-08-21Add a -s option to make the radix sort be a stable sort. Based onTodd C. Miller
2007-03-13Use separate buffers in fsort.c and msort.c. Fixes a problem withTodd C. Miller
2007-03-11some bug (in sort? or compiler) gets hit too late in the release cycle.Theo de Raadt
2007-03-07Use separate buffers in fsort.c and msort.c. Fixes a problem withTodd C. Miller
2006-10-29Remove useless code that can cause a SEGV if a buffer is realloc()ed.Todd C. Miller
2006-10-28revert previous change; causes segfault when called fromChristian Weisgerber
2006-10-18Remove useless code that can cause a SEGV if a buffer is realloc()ed.Todd C. Miller
2005-10-04remove ellipsis from -k in usage();Jason McIntyre
2005-09-28sort options and sync usage();Jason McIntyre
2005-09-27add a -z option that allows you to split records on the nul characterDavid Gwynne
2005-04-11remove silly optimization which should eventually saveMoritz Jodeit
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-03-17do not init SINGL_FLD, SEP_FLAG twice; from robert nagyMichael Shalayeff
2003-06-26protosTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-30Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17Repair brain-damaged struct sigaction initialization.Todd C. Miller
2001-02-04Bring in some recent fixup's from NetBSD. This allows lines longer than 65522Eric Jackson
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1999-11-30Using mkstemp to create permanent files is possible, but thenMarc Espie
1999-05-24Dynamically allocate memory for structures whose sizes are based on theTodd C. Miller
1998-07-24put -H in synopsis; aaron@ug.cs.dal.caTheo de Raadt
1998-07-20use warnx()Michael Shalayeff
1998-07-20indentTheo de Raadt
1998-07-20fix usage correctlyTheo de Raadt
1998-07-20consolidate printfsMichael Shalayeff
1997-06-3064bit fixes. Some of these are a bit bogus as there were "long"sTodd C. Miller
1997-06-16Normalize treatment of -n option. Don't know why it was ever special-casedTodd C. Miller
1997-06-16Cosmetic cleanup, mostly KNF.Todd C. Miller
1997-01-26for implied stdin, do not corrupt argv[0]Theo de Raadt
1997-01-22Fix some err(3) usage and usage string.Todd C. Miller
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller