summaryrefslogtreecommitdiff
path: root/usr.bin/sort
AgeCommit message (Expand)Author
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-06compatibility, not compatiblity.wiz
2002-12-25make function merge() static in msort.cjdolecek
2002-12-24improve previous slightly - need >= (not just >) in CHECKFSTACK()jdolecek
2002-12-24max_o in struct tempfile needs to be off_tjdolecek
2002-12-24put contents of extern.h directly to sort.h, and g/c extern.hjdolecek
2002-12-24g/c many_files(), toojdolecek
2002-12-24bump 'soft' limit for number of files to hard limit on startup; wejdolecek
2002-12-24make sure we don't attempt to write past end of fstack[], error out insteadjdolecek
2002-12-24add extern definition for ncols and clist[] to sort.h, eliminate extrajdolecek
2002-12-24move fltab outside main and make it static, eliminate two memset()sjdolecek
2002-12-23simplify a bit (no need for separate 'char *path')jdolecek
2002-11-27Remove the statically initialized "sigaction" structure completely becausetron
2002-11-27Add braces in a statically initialized "sigaction" structure to fix atron
2002-10-10g/c extern reference to toutpathjdolecek
2002-09-30Use the right file to output merge result.enami
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-31Change some:thorpej
2001-12-08Punctuation nits, sort SEE ALSO.wiz
2001-05-15Only try to copy the extra incomplete record data if there is anythingjdolecek
2001-05-15fsort(): rearrange the push code to reduce one level of intendation,jdolecek
2001-05-15Make compilable with -Wshadowjdolecek
2001-05-14disable the code which maxes nofiles limit, it should not be normallyjdolecek
2001-05-14Bump the initial record buffer size to 1MB and allow it to grow to 8MB,jdolecek
2001-04-30XXXross
2001-03-16Add cross references for qsort(3), and radixsort(3), per PR 10567fair
2001-02-23Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255).jdolecek
2001-02-22- use MAXPATHLEN (1024) instead of _POSIX_PATH_MAX (255) for the temporarychristos
2001-02-21Fix problem when using sort >> foochristos
2001-02-20fsort(): don't call append() with zero nelemjdolecek
2001-02-19Pull in various cosmetic changes from OpenBSD version of this manpage - mostlyjdolecek
2001-02-19Pull up various cosmetic (mostly whitespace) changes from OpenBSD.jdolecek
2001-02-19enterfield(): test the buffer size BEFORE assignment also for the other codejdolecek
2001-02-19enterkey():jdolecek
2001-02-19oops - wrong file, backoff local test changejdolecek
2001-02-19enterkey():jdolecek
2001-02-19cosmetic changes - make keylist[] static and remove extern definitionjdolecek
2001-02-19put tmp.c back to Makefile, toojdolecek
2001-02-19document -T and TMPDIR handlingjdolecek
2001-02-19full -T supportjdolecek
2001-02-19resurrect old ftmp() - it supports alternative directory for temporaryjdolecek
2001-02-07move sections so that the order is more like the one specified byjdolecek
2001-02-07use -R instead -w, to be compatible with OpenBSDjdolecek
2001-02-07use -R instead of -w, since that's what OpenBSD is using and there is no reasonjdolecek
2001-02-07s/-T/-w/jdolecek
2001-02-07Since -T is used to select directory for temporary files in other sortjdolecek
2001-02-07use errx(), not err() within section for '-t' flagjdolecek
2001-02-05make sure to initialize malloc'ed region. PR 12138. found by malloc.conf=AJitojun
2001-01-19merge(): use array of buffers instead of one big buffer for all records, andjdolecek