| Age | Commit message (Expand) | Author |
| 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 |
| 2001-02-19 | resurrect old ftmp() - it supports alternative directory for temporary | jdolecek |
| 2001-02-07 | move sections so that the order is more like the one specified by | jdolecek |
| 2001-02-07 | use -R instead -w, to be compatible with OpenBSD | jdolecek |
| 2001-02-07 | use -R instead of -w, since that's what OpenBSD is using and there is no reason | jdolecek |
| 2001-02-07 | s/-T/-w/ | jdolecek |
| 2001-02-07 | Since -T is used to select directory for temporary files in other sort | jdolecek |
| 2001-02-07 | use errx(), not err() within section for '-t' flag | jdolecek |
| 2001-02-05 | make sure to initialize malloc'ed region. PR 12138. found by malloc.conf=AJ | itojun |
| 2001-01-19 | merge(): use array of buffers instead of one big buffer for all records, and | jdolecek |
| 2001-01-19 | adjust intendation | jdolecek |
| 2001-01-19 | use MERGE_FNUM instead of magic value 16 | jdolecek |
| 2001-01-19 | put MERGE_FNUM here, slighly clean up other defines | jdolecek |
| 2001-01-18 | keep bumping the record buffer up to 8 records - this is to avoid making | jdolecek |
| 2001-01-18 | make DEFLLEN plain 1 << 16, don't substract magic value | jdolecek |
| 2001-01-18 | makeline(): make the overflow handling code safe vs. buffer realloc, add | jdolecek |
| 2001-01-18 | cosmetic style change | jdolecek |
| 2001-01-16 | - fix alignment problem. | shin |
| 2001-01-16 | set date to when this utility became default system sort(1) on NetBSD | jdolecek |
| 2001-01-13 | note this sort(1) implementation appeared in 4.4BSD | jdolecek |
| 2001-01-13 | And make usage() test for NULL explicitly.. | soren |
| 2001-01-13 | usage() expects a NULL when there is no specific error message. | soren |
| 2001-01-13 | makeline(): put back the memmove(3) removed in rev 1.5 in belief it's been | jdolecek |
| 2001-01-13 | also remove the clpos++ added in rev 1.4 | jdolecek |
| 2001-01-13 | undo broken revision 1.4 | jdolecek |
| 2001-01-13 | fix few confusing indentation. XXX still broken | itojun |
| 2001-01-13 | save couple of cycles and bytes by static initialization of sigaction act | jdolecek |
| 2001-01-13 | add -s/-S to synopsis | jdolecek |