summaryrefslogtreecommitdiff
path: root/usr.bin/sort/msort.c
AgeCommit message (Expand)Author
2003-10-18KNF (mostly whitespace)itojun
2003-10-16safer use of reallocitojun
2003-08-07add TNF copyrightjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-20get rid of one memmove() (not very significant)jdolecek
2002-12-25make function merge() static in msort.cjdolecek
2001-02-19Pull up various cosmetic (mostly whitespace) changes from OpenBSD.jdolecek
2001-01-19merge(): use array of buffers instead of one big buffer for all records, andjdolecek
2001-01-13when merging stuff from several files, make merge handle records correctlyjdolecek
2001-01-11general cleanup of file list passing:jdolecek
2000-10-17order(): since getline()/getnext() behaviour wrt passedjdolecek
2000-10-16constify, rename MAXLLEN to DEFLLENjdolecek
2000-10-15don't use register declarationsjdolecek
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