| Age | Commit message (Expand) | Author |
| 2003-10-18 | KNF (mostly whitespace) | itojun |
| 2003-10-17 | Test the value returned by realloc() rather than anything else. | enami |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-08-07 | add TNF copyright | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-27 | Pa Ar -> Ar. | wiz |
| 2003-04-09 | rename local macro blancmange() to SKIP_BLANKS(), to clarify what | jdolecek |
| 2003-03-20 | this builds with WARNS=2 | jdolecek |
| 2003-03-20 | get rid of one memmove() (not very significant) | jdolecek |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2002-12-25 | make function merge() static in msort.c | jdolecek |
| 2002-12-24 | improve previous slightly - need >= (not just >) in CHECKFSTACK() | jdolecek |
| 2002-12-24 | max_o in struct tempfile needs to be off_t | jdolecek |
| 2002-12-24 | put contents of extern.h directly to sort.h, and g/c extern.h | jdolecek |
| 2002-12-24 | g/c many_files(), too | jdolecek |
| 2002-12-24 | bump 'soft' limit for number of files to hard limit on startup; we | jdolecek |
| 2002-12-24 | make sure we don't attempt to write past end of fstack[], error out instead | jdolecek |
| 2002-12-24 | add extern definition for ncols and clist[] to sort.h, eliminate extra | jdolecek |
| 2002-12-24 | move fltab outside main and make it static, eliminate two memset()s | jdolecek |
| 2002-12-23 | simplify a bit (no need for separate 'char *path') | jdolecek |
| 2002-11-27 | Remove the statically initialized "sigaction" structure completely because | tron |
| 2002-11-27 | Add braces in a statically initialized "sigaction" structure to fix a | tron |
| 2002-10-10 | g/c extern reference to toutpath | jdolecek |
| 2002-09-30 | Use the right file to output merge result. | enami |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-31 | Change some: | thorpej |
| 2001-12-08 | Punctuation nits, sort SEE ALSO. | wiz |
| 2001-05-15 | Only try to copy the extra incomplete record data if there is anything | jdolecek |
| 2001-05-15 | fsort(): rearrange the push code to reduce one level of intendation, | jdolecek |
| 2001-05-15 | Make compilable with -Wshadow | jdolecek |
| 2001-05-14 | disable the code which maxes nofiles limit, it should not be normally | jdolecek |
| 2001-05-14 | Bump the initial record buffer size to 1MB and allow it to grow to 8MB, | jdolecek |
| 2001-04-30 | XXX | ross |
| 2001-03-16 | Add cross references for qsort(3), and radixsort(3), per PR 10567 | fair |
| 2001-02-23 | Use 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 temporary | christos |
| 2001-02-21 | Fix problem when using sort >> foo | christos |
| 2001-02-20 | fsort(): don't call append() with zero nelem | jdolecek |
| 2001-02-19 | Pull in various cosmetic changes from OpenBSD version of this manpage - mostly | jdolecek |
| 2001-02-19 | Pull up various cosmetic (mostly whitespace) changes from OpenBSD. | jdolecek |
| 2001-02-19 | enterfield(): test the buffer size BEFORE assignment also for the other code | jdolecek |
| 2001-02-19 | enterkey(): | jdolecek |
| 2001-02-19 | oops - wrong file, backoff local test change | jdolecek |
| 2001-02-19 | enterkey(): | jdolecek |
| 2001-02-19 | cosmetic changes - make keylist[] static and remove extern definition | jdolecek |
| 2001-02-19 | put tmp.c back to Makefile, too | jdolecek |
| 2001-02-19 | document -T and TMPDIR handling | jdolecek |
| 2001-02-19 | full -T support | jdolecek |