summaryrefslogtreecommitdiff
path: root/usr.bin/sort
AgeCommit message (Expand)Author
2003-10-18KNF (mostly whitespace)itojun
2003-10-17Test the value returned by realloc() rather than anything else.enami
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-06-27Pa Ar -> Ar.wiz
2003-04-09rename local macro blancmange() to SKIP_BLANKS(), to clarify whatjdolecek
2003-03-20this builds with WARNS=2jdolecek
2003-03-20get rid of one memmove() (not very significant)jdolecek
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