summaryrefslogtreecommitdiff
path: root/usr.bin/sort/msort.c
AgeCommit message (Expand)Author
2013-11-13repair buffer resizing "undershoot", and some minor issues withTheo de Raadt
2009-12-22implement -C (silent -c), required by POSIX.1-2008;Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2003-06-26protosTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-04Align the pointers when splitting up a mallocated area.Artur Grabowski
2001-02-04Bring in some recent fixup's from NetBSD. This allows lines longer than 65522Eric Jackson
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1999-05-24Dynamically allocate memory for structures whose sizes are based on theTodd C. Miller
1997-06-3064bit fixes. Some of these are a bit bogus as there were "long"sTodd C. Miller
1997-06-30Fix an unaligned access on alpha.Todd C. Miller
1997-06-16Cosmetic cleanup, mostly KNF.Todd C. Miller
1997-01-22Fix some err(3) usage and usage string.Todd C. Miller
1997-01-22Fix off-by-one differently--add an extra byte to buffer (ick).Todd C. Miller
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller