summaryrefslogtreecommitdiff
path: root/usr.bin/sort
AgeCommit message (Expand)Author
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-11-20KNF; only white space changesOtto Moerbeek
2008-10-01-s not specified by posix; from Daniel DickmanJason McIntyre
2008-03-19Get rid of a useless variable.Matthias Kilian
2008-02-22Fix the processing of numbers containing zeroes in -n (numeric)Todd C. Miller
2007-09-01Use an int, not a size_t, to store the return value of snprintf().Matthias Kilian
2007-08-22sort usage();Jason McIntyre
2007-08-21Fix up the -s description, with help from tom@Todd C. Miller
2007-08-21Add a -s option to make the radix sort be a stable sort. Based onTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-04-02The scanf(3) family of functions can return EOF (-1) if an inputMoritz Jodeit
2007-03-13Work around gcc optimization bug on sh (landisk). From otto@Todd 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-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-11-16Fix undefined behavior (var = ++var).Ray Lai
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
2006-02-14typo in comment; from ray laiJason McIntyre
2005-10-28sort is part of posix so document it as such. more importantly list ourDavid Gwynne
2005-10-04clarify behaviour of -u option;Jason McIntyre
2005-10-04document that -k may be specified multiple times,Jason McIntyre
2005-10-04remove ellipsis from -k in usage();Jason McIntyre
2005-10-04remove ellipsis following -k in synopsis; my last commit put thisJason 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-08-18Properly initialize 'end' in seq(), fixing a crashJared Yanovich
2005-04-11remove silly optimization which should eventually saveMoritz Jodeit
2005-04-11also handle snprintf returning -1, trivialTheo de Raadt
2004-09-14match foo[] between files, instead of foo[] in one, and *foo in anotherTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2004-03-17do not init SINGL_FLD, SEP_FLAG twice; from robert nagyMichael Shalayeff
2004-03-15only copy extra incomplete crec data if there is any, fixes occasionalNikolay Sturm
2003-11-15preferred spellingTed Unangst
2003-09-25don't run out of bounds. fixes david's crash during regress.Ted Unangst
2003-07-14- .Cm Fl -> .FlJason McIntyre
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-04-06Rewrite fixit() to use snprintf() and strtol() with bounds and errorTodd C. Miller
2003-03-31Sync positional arguments equivalence's description with reality.Thierry Deval
2003-03-30Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers.Todd C. Miller
2002-11-09more SEE ALSO fixes.Federico G. Schwindt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-10Typo.Aaron Campbell