Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-24 | put -H in synopsis; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-20 | use warnx() | Michael Shalayeff | |
1998-07-20 | indent | Theo de Raadt | |
1998-07-20 | fix usage correctly | Theo de Raadt | |
1998-07-20 | consolidate printfs | Michael Shalayeff | |
1998-05-02 | fix yet another malloc problem. | Michael Shalayeff | |
malloc(2) states quite clear that "malloc() allocates uninitialized space" just one malloc'ed memory is cleared by this fix. do a 'sort -u /dev/null' w/ /etc/malloc.conf -> J> to reproduce. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-30 | 64bit fixes. Some of these are a bit bogus as there were "long"s | Todd C. Miller | |
meant to be file offsets for fseek(3). However, those values could never be > an int anyay so it is not a problem. | |||
1997-06-30 | Fix an unaligned access on alpha. | Todd C. Miller | |
1997-06-24 | Add #include for string.h to get declaration for memcpy | dgregor | |
1997-06-16 | Normalize treatment of -n option. Don't know why it was ever special-cased | Todd C. Miller | |
(since it was broken that way). Fixes PR user/220. | |||
1997-06-16 | Cosmetic cleanup, mostly KNF. | Todd C. Miller | |
1997-01-26 | for implied stdin, do not corrupt argv[0] | Theo de Raadt | |
1997-01-22 | Fix some err(3) usage and usage string. | Todd C. Miller | |
1997-01-22 | Fix off-by-one differently--add an extra byte to buffer (ick). | Todd C. Miller | |
Don't dump core on empty file. | |||
1997-01-22 | Off by one error. Fixes a core dump. | Todd C. Miller | |
1997-01-20 | sort(1) test suite | Todd C. Miller | |
1997-01-20 | sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me. | Todd C. Miller | |