summaryrefslogtreecommitdiff
path: root/usr.bin/sort/fsort.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-11-20KNF; only white space changesOtto Moerbeek
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
2004-09-14match foo[] between files, instead of foo[] in one, and *foo in anotherTheo de Raadt
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2004-03-15only copy extra incomplete crec data if there is any, fixes occasionalNikolay Sturm
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-02-04Bring in some recent fixup's from NetBSD. This allows lines longer than 65522Eric Jackson
1999-05-24Dynamically allocate memory for structures whose sizes are based on theTodd C. Miller
1998-05-02fix yet another malloc problem.Michael Shalayeff
1997-06-3064bit fixes. Some of these are a bit bogus as there were "long"sTodd C. Miller
1997-06-16Cosmetic cleanup, mostly KNF.Todd C. Miller
1997-01-22Fix off-by-one differently--add an extra byte to buffer (ick).Todd C. Miller
1997-01-22Off by one error. Fixes a core dump.Todd C. Miller
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller